Difference between revisions of "Python/Manual/2.7.9"

From ScientificComputing
Jump to: navigation, search
(Pyhton howto's)
Line 36: Line 36:
 
| Curses Programming with Python || [https://scicomp.ethz.ch/public/manual/Python/2.7.9/howto-curses.pdf howto-curses.pdf]
 
| Curses Programming with Python || [https://scicomp.ethz.ch/public/manual/Python/2.7.9/howto-curses.pdf howto-curses.pdf]
 
|-
 
|-
| Descriptor HowTo Guide || [https://scicomp.ethz.ch/public/manual/Python/2.7.9/howto-descriptor.pdf descriptor.pdf]
+
| Descriptor HowTo Guide || [https://scicomp.ethz.ch/public/manual/Python/2.7.9/howto-descriptor.pdf howto-descriptor.pdf]
 
|-
 
|-
 
| Idioms and Anti-Idioms in Python || [https://scicomp.ethz.ch/public/manual/Python/2.7.9/howto-doanddont.pdf howto-doanddont.pdf]
 
| Idioms and Anti-Idioms in Python || [https://scicomp.ethz.ch/public/manual/Python/2.7.9/howto-doanddont.pdf howto-doanddont.pdf]

Revision as of 09:40, 18 October 2016

Python manuals

Description Document link
What's new in Python 2.7? whatsnew.pdf
Tutorial tutorial.pdf
Library Reference library.pdf
Language Reference reference.pdf
Python Setup and Usage using.pdf
Extending and Embedding extending.pdf
Python/C API c-api.pdf
Installing Python Modules installing.pdf
Distributing Python Modules distributing.pdf
FAQs faq.pdf

Pyhton howto's

Description Document link
Porting Python 2 Code to Python 3 howto-pyporting.pdf
Porting Extension Modules to Python 3 howto-cporting.pdf
Curses Programming with Python howto-curses.pdf
Descriptor HowTo Guide howto-descriptor.pdf
Idioms and Anti-Idioms in Python howto-doanddont.pdf
Functional Programming HOWTO howto-functional.pdf
Logging HOWTO howto-logging.pdf
Logging Cookbook howto-logging-cookbook.pdf
Regular Expression HOWTO howto-regex.pdf
Socket Programming HOWTO howto-sockets.pdf
Sorting HOW TO howto-sorting.pdf
Unicode HOWTO howto-unicode.pdf
HOWTO Fetch Internet Resources Using urllib2 howto-urllib2.pdf
HOWTO Use Python in the web howto-webservers.pdf
Argparse Tutorial howto-argparse.pdf