Commit Graph

566 Commits

Author SHA1 Message Date
Kyle Kelley 03ff2dc5a2 Fixed casing, added specific version number. 2013-03-22 23:06:21 -04:00
Kyle Kelley 191ee6641e Put missing tick back in 2013-03-22 10:05:00 -03:00
Kyle Kelley bc2d338556 Fixed grammar, added clarity 2013-03-21 20:32:06 -04:00
Kyle Kelley d244820c98 Typo fix 2013-03-21 17:32:10 -04:00
Kyle Kelley 439193b4eb Fixed run-on sentence, grammar 2013-03-21 17:31:31 -04:00
Kyle Kelley dcfb70bcf5 Improved sentence flow 2013-03-21 17:29:20 -04:00
Kyle Kelley 92e27e3a8c Added Numba to speed section, and a quick note about the autojit 2013-03-21 17:24:42 -04:00
Kyle Kelley d3ed3cf9ce Fixed typos/spelling errors in scenarios/speed 2013-03-21 17:23:13 -04:00
Kyle Kelley 3042e08448 Added section for Numba 2013-03-21 17:21:33 -04:00
Kyle Kelley 7ec689f4bf Grammar fix, got rid of DOS line endings 2013-03-21 17:19:00 -04:00
Kyle Kelley a899f414f4 Used U.S. English spelling to keep the guide consistent 2013-03-21 17:09:18 -04:00
Kyle Kelley c0d897d45e Little grammar fix, trailing whitespace deleted 2013-03-21 17:06:29 -04:00
Kyle Kelley 5337437d53 Grammar fix, embed Kivy link 2013-03-21 16:51:13 -04:00
Kyle Kelley d6f214ade0 Grammar fix, added RabbitMQ to scenarios/client 2013-03-21 16:46:39 -04:00
Kyle Kelley 810956c56b Grammar: plurality fixes, tense fix, typos 2013-03-18 19:06:50 -03:00
Kyle Kelley bc7799d1fa Separate join and list comprehension 2013-03-18 18:48:45 -03:00
Kyle Kelley b9b50213bb Quick grammar fix 2013-03-18 18:46:08 -03:00
Kyle Kelley 1fb50a3999 Made more direct and concise
The guide is opinionated, and that's ok.
2013-03-18 18:30:05 -03:00
Kyle Kelley 8ed7588716 Grammar fixes 2013-03-18 18:23:45 -03:00
Kyle Kelley 50ccd6b6a9 Grammar fix: s/it's current/it's currently 2013-03-18 18:22:05 -03:00
Eli 709f8d3451 Fix mispelling 2013-03-08 16:55:48 -05: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
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
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
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