Difference between revisions of "Python/Manual/2.7.9"

From ScientificComputing
Jump to: navigation, search
(Pyhton howto's)
(Pyhton howto's)
 
Line 25: Line 25:
 
|}
 
|}
  
==Pyhton howto's==
+
==Python howto's==
 
{|class="wikitable" border=1 style="width: 60%;"
 
{|class="wikitable" border=1 style="width: 60%;"
 
|-
 
|-

Latest revision as of 12:45, 3 June 2020

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

Python 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