Python/Manual/2.7.9

From ScientificComputing
Revision as of 09:24, 18 October 2016 by Sfux (talk | contribs) (Created page with "==Python manuals== {|class="wikitable" border=1 style="width: 60%;" |- ! Description !! Document link |- | What's new in Python 2.7? || [https://scicomp.ethz.ch/public/manual/...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 install.pdf
Distributing Python Modules distutils.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 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