Commit Graph

681 Commits

Author SHA1 Message Date
kuyan 4b22dd7205 Added note on SublimeLinter. 2013-07-30 12:35:44 -07:00
tommy3001 32a14b763e Psutil system resources library to scenarios/admin added 2013-07-30 20:27:30 +02:00
tommy3001 f8586cd010 Psutil system resources library to scenarios/admin added 2013-07-30 20:25:17 +02:00
tommy3001 03a6f70d48 Merge branch 'master' of https://github.com/kuyan/python-guide 2013-07-30 12:45:13 +02:00
tommy3001 cee6b239aa Tornado web server and Jinja2 template engine with example added 2013-07-30 11:31:15 +02:00
tommy3001 60cdeae7f7 Tornado web server and Jinja2 template engine with example added 2013-07-30 10:37:24 +02:00
kuyan 63fecf8808 Completely recommend Pillow over PIL. 2013-07-30 00:06:29 -07:00
kuyan 2fbb7ddf3f Added note on Python 3 and Pillow. 2013-07-29 21:59:59 -07:00
Matthew Boehm 963ab0aabf Fix enumerate code snippet to run without error message
Code previously added numbers to strings, which results in a TypeError
2013-07-28 10:20:47 -04:00
Roland van Laar 93cb68e308 Fix link to tox documentation. 2013-07-20 09:08:59 +02:00
Kenneth Reitz 49b5a37042 Merge pull request #282 from lyndsysimon/master
Housekeeping
2013-07-15 06:27:38 -07:00
Kenneth Reitz 12a9eeeca0 Merge pull request #284 from kuyan/master
Grammar, capitalization fixes
2013-07-15 06:27:29 -07:00
Kenneth Reitz 4ea40a4b93 Merge pull request #285 from puppe/patch-1
Fix link to Dive Into Python 3
2013-07-15 06:27:14 -07:00
Kenneth Reitz 40caacfeed Merge pull request #286 from artloder/minor-changes
Minor formatting changes.
2013-07-15 06:26:30 -07:00
Konstantin Molchanov 4651e48d37 [+] Scenarios: CLI: Added docopt description. 2013-07-04 23:53:08 +04:00
Markus Unterwaditzer 7e7e3d02e6 Rewrite section on choosing a Python version 2013-06-29 20:18:17 +02:00
Arthur Loder 8d6f737438 minor formatting changes. 2013-06-21 22:35:10 -04:00
Martin Puppe 925818a827 Fix link to Dive Into Python 3 2013-06-20 00:17:43 +03:00
kuyan b68582609b Added note about OSX-GCC-Installer and Xcode conflict. 2013-06-13 19:31:48 -07:00
kuyan 9667754f95 Code block type is 'console', not 'bash'. 2013-06-13 00:55:17 -07:00
kuyan 0eff17af22 'async' --> 'asynchronous' 2013-06-13 00:51:26 -07:00
kuyan 16d92c428d PEP and Python are capitalized. 2013-06-13 00:50:44 -07:00
Gerald Rich 3b6a7ca913 copy edit structure.rst 2013-06-13 02:25:37 -04:00
kuyan b832bb907d 'many' --> 'much' 2013-06-12 20:35:15 -07:00
kuyan fa99cd86e3 GtK --> GTK 2013-06-12 20:33:45 -07:00
kuyan 8c5ba09048 Add line breaks for conformance with the Style Guide. 2013-06-12 20:33:00 -07:00
kuyan c1f649cc6b Nitpicky rewordings and grammar fixes. 2013-06-12 19:56:48 -07:00
kuyan 598c5695b7 Correct spelling of 'aforementioned'. 2013-06-12 19:39:32 -07:00
Lyndsy Simon 63c74becf0 Removes completed TODO re: scientific Python 2013-06-03 08:53:56 -04:00
ugurthemaster 736952ac8c Update scientific.rst 2013-05-30 09:26:53 +03:00
ugurthemaster 8b794b19c3 Update scientific.rst
Description about Numba has been added.
2013-05-30 09:25:51 +03:00
ugurthemaster 3dd1fb055b Update env.rst 2013-05-29 13:38:29 +03:00
Kenneth Reitz 34c4888608 Merge pull request #278 from dominiqueplante/writingSection
reapply some improvements to code style section in different branch
2013-05-14 06:49:44 -07:00
Dominique Plante b4a08152b7 reapply some improvements to code style section in different branch 2013-05-13 21:37:51 -07:00
Kenneth Reitz 4ef3a1f0b1 Merge pull request #274 from dominiqueplante/windows-install-updatelatestversionto2.7.4
Windows install update- update link to latest version to 2.7.4
2013-04-22 21:53:10 -07:00
Dominique Plante 3f7a85cc82 update URI of location of latest version of Python from 2.7.3 to 2.7.4 2013-04-22 21:37:22 -07:00
Dominique Plante 2ac7633e6f small formatting cleanup 2013-04-20 21:04:34 -07:00
kuyan 70532b444d Fixed a typo. 2013-04-19 22:51:08 -07:00
kuyan ad955e6ab7 You can get GCC from Command Line Tools, too. 2013-04-19 22:49:36 -07:00
kuyan a435ff3907 Rationalize copying/pasting commands. 2013-04-19 22:45:50 -07:00
kuyan e0137d0578 Updated Homebrew install instructions.
According to their homepage, http://brew.sh (linked to from
https://github.com/mxcl/homebrew).
2013-04-19 22:39:40 -07:00
kuyan 344bb4a318 Mountain Lion is the latest version of OS X. 2013-04-19 22:37:04 -07:00
Dominique Plante 3f5bf4d386 #268 2013-04-19 17:53:53 -07:00
Kenneth Reitz fee9fcd990 Merge pull request #261 from ozgur/string_concatenation_note
Note added on string concatenation
2013-04-13 20:24:54 -07:00
Kenneth Reitz 08b8eec134 Merge pull request #265 from simon-weber/gotcha_fixes
Fix naming and confusing example in gotchas
2013-04-13 20:24:35 -07:00
Kenneth Reitz 34f026cfaa Merge pull request #266 from simon-weber/fix-build-warnings
Fix build warnings and include scraping scenario
2013-04-13 20:24:22 -07:00
Tslmy 360c675691 Update which-python.rst
I think there's should be "quote" instead of "tl;dr: ".
2013-04-13 11:01:04 +08:00
Simon Weber e1b5968857 close #241 2013-04-03 23:24:02 -04:00
Simon Weber f9d8b8730b add web scraping scenario below web application 2013-04-03 23:00:40 -04:00
Simon Weber 48d43a98a1 fix underline and duplicate explicit target 2013-04-03 22:49:11 -04:00