Commit Graph

702 Commits

Author SHA1 Message Date
Kenneth Reitz 7a4ba7bfab Merge pull request #253 from rubberduckie/patch-1
Fix misspelling
2013-03-08 16:56:49 -08:00
Eli 709f8d3451 Fix mispelling 2013-03-08 16:55:48 -05:00
Kenneth Reitz 0f8e021d3f Merge pull request #252 from Javex/master
Add section for Pyramid
2013-03-07 19:13:55 -08:00
javex 8744a5243a Add documentation for pyramid 2013-03-08 03:40:32 +01:00
Kenneth Reitz b3146b58cc Merge pull request #244 from mkomitee/master
ctrl-v is not a comment toggle in vim
2013-03-06 09:47:56 -08:00
Kenneth Reitz 0e9758d60c Merge pull request #246 from esc/refactor/scenarios/scientific
Refactor/scenarios/scientific
2013-03-06 09:35:42 -08:00
Kenneth Reitz eec671cab3 Merge pull request #251 from lambdadi/master
Fix markdown formatting mistakes
2013-03-06 09:35:26 -08:00
lambdadi 8c15d01979 Fix markdown formatting mistakes
Markdown formatting, for text emphasis and file paths, was broken in my
previous commit to the 'Idioms' section of the style.rst document. My
previous commit may be found at:
https://github.com/kennethreitz/python-guide/pull/243

Sorry!
2013-03-06 14:38:23 +05:30
Valentin Haenel 9cbaf20138 mention the Python Scientific Lecture Notes 2013-03-05 08:20:07 +01:00
Valentin Haenel 852f29d568 add Anaconda 2013-03-05 08:20:07 +01:00
Valentin Haenel d73f3408a6 fix name of the EPD 2013-03-05 08:20:07 +01:00
Valentin Haenel 15394324a2 collect all Python distributions under 'Resources'
Also add a short section introduction about the purpose of this section.
2013-03-05 08:20:07 +01:00
Valentin Haenel 46d48e8748 grammar and wording tweaks for the scipy description 2013-03-05 08:19:09 +01:00
Valentin Haenel fadc69206a insert whitespace after headings for source coherence 2013-03-05 08:19:09 +01:00
Valentin Haenel b7755bce6f limit line length to 80 2013-03-05 08:19:09 +01:00
Valentin Haenel 39e0b381c1 fix capitalization 2013-03-05 08:19:09 +01:00
Valentin Haenel 9ecebf5801 move the Matplotlib section up
If the introduction mentions Numpy, Scipy and then Matplotlib -- they should
appear in that order in the 'Libraries' section.
2013-03-05 08:19:09 +01:00
Valentin Haenel 70c7f81441 add matplotlib to sentence about packages
In general, when people speak about scientific Python, the mention the trinity
of Numpy, Scipy and Matplotlib.
2013-03-05 08:19:09 +01:00
Valentin Haenel 7915805501 fix trailing whitespace 2013-03-05 08:19:09 +01:00
Kenneth Reitz 9178fdfd2c Merge pull request #243 from lambdadi/master
Suggest improved introduction to Style/#Idioms
2013-03-04 15:41:21 -08:00
Kenneth Reitz d950093e81 Merge pull request #249 from barisumog/master
minor typos and omitted words
2013-03-04 15:39:49 -08:00
Kenneth Reitz b3f1e964b4 Merge pull request #250 from gurpinars/master
added some websites for reading
2013-03-04 15:39:38 -08:00
gurpinars 564b449227 fixed an typo 2013-03-05 01:24:15 +02:00
gurpinars 87f65a4a2c added an url about scientific python in resource 2013-03-05 01:21:19 +02:00
gurpinars 3ac59eb08c modified structure.rst 2013-03-04 22:17:09 +02:00
gurpinars 6a5341cfce added further reading in structure.rst 2013-03-04 22:10:22 +02:00
barisumog a0761200eb minor typo 2013-03-01 11:15:55 +02:00
barisumog f7c306e206 minor typos 2013-03-01 11:13:33 +02:00
barisumog df402a1c8e minor typo in documentation.rst 2013-03-01 11:04:24 +02:00
barisumog 9f5bf3078f minor typo in reading.rst 2013-03-01 10:59:01 +02:00
barisumog 528a915e08 minor typos in style.rst 2013-03-01 10:55:48 +02:00
Kenneth Reitz b07cdf4a9e Merge pull request #248 from rhyselsmore/develop
Fixed Spelling Issue
2013-02-24 07:23:58 -08:00
Kenneth Reitz e8fb751328 Merge pull request #247 from myusuf3/patch-1
adding pycoder's weekly to resources
2013-02-24 07:22:08 -08:00
Rhys Elsmore 3919c7d815 Fixed Spelling Issue 2013-02-24 21:03:56 +11:00
Mahdi Yusuf 6871ce9dd0 adding pycoder's weekly to resources
Didn't know this was a section here.
2013-02-24 03:33:52 -05:00
Michael Komitee a6f9cc3508 Removing inaccurate statement
ctrl-v in vim activates visual block mode. visual block mode can be used to
insert a comment character, but is not itself a comment toggle.
2013-02-03 21:47:03 -05:00
lambdadi 0e989d75f3 Suggest improved introduction to Style/#Idioms
My reading, though limited, suggests that the general notion of Idioms
is used often, but rarely explained. It feels very alien to beginners. A
term like "Idiomatic Python" can cause mental stack overflow. It did to
me :) So I humbly submit, in this case, explicit is better than
implicit. I debated whether to place it at the top of the document,
where idioms are first mentioned, but placed it here instead, as this
section explicitly references the topic of idioms.
2013-01-30 18:23:08 +05:30
Aditya Athalye e28c3a597e Merge pull request #2 from kennethreitz/master
Pulling in the latest changes at origin.
2013-01-30 02:10:57 -08:00
Kenneth Reitz 4d90e839d6 Merge pull request #242 from lambdadi/master
Clarified point about variable names, under Dynamic Typing
2013-01-27 01:47:47 -08:00
Lambda Adi d00182b541 Clarified point about variable names
"Avoid using variables for different things" is misleading at best. The
point must communicate that foolish reuse of _the same_ variable name,
for different types of data, is the hobgoblin of reckless minds :)
2013-01-27 15:04:09 +05:30
Aditya Athalye 7fa3aa2822 Merge pull request #1 from kennethreitz/master
Pulling in the latest changes.
2013-01-27 01:21:22 -08:00
Kenneth Reitz 04f455b3a3 Merge pull request #240 from dechols/master
Add new Reading section.
2013-01-26 11:45:59 -08:00
David Echols 7d22f84ff9 Added new Reading section.
If readability is so important to python, why don't python guides have a
list of recommended awesome code to read? Why don't they explain that
code? The idea behind this reading section is to provide such a guide.
The idea here is to start with something small and useful, with a vision
for the future, and iterate quickly.
2013-01-26 11:42:42 -08:00
Kenneth Reitz bd7cf677ee Merge pull request #237 from BioGeek/patch-1
Update docs/writing/style.rst
2013-01-25 13:09:17 -08:00
Kenneth Reitz 2fc8d0caab Merge pull request #239 from lihuang/master
fix a simple typo.
2013-01-25 13:09:07 -08:00
Gongzhi 7990eb8e42 fix the typo
nothing more.
2013-01-25 18:07:10 +08:00
Jeroen Van Goey 65c5fb6280 Update docs/writing/style.rst
rpartition() takes a seperator as argument
2013-01-11 10:17:50 +01:00
Kenneth Reitz d3218d431e Update docs/index.rst 2013-01-02 19:09:29 -05:00
Kenneth Reitz 629626a66d Update docs/conf.py 2012-12-31 17:59:47 -05:00
Kenneth Reitz e1b1201b6a Merge pull request #235 from sirMackk/master
Web Scraper Scenario
2012-12-31 14:29:38 -08:00