Open writing projects/Scientific Programming with Python and Subversion/Appendices/Introduction to Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(page creation - Very rough code snippets detailing some of the main features of python.)
(No difference)

Revision as of 18:58, 26 May 2008

This page is part of the Open Writing Project Scientific_Programming_with_Python_and_Subversion. (More Open Writing Projects.)



Julius B. Lucks 21:58, 26 May 2008 (EDT): Very rough code snippets detailing some of the main features of python.

Variables

<syntax="python"> </syntax>

Functions

<syntax="python"> </syntax>

Classes

<syntax="python"> </syntax>

Exceptions

<syntax="python"> </syntax>

Modules

<syntax="python"> </syntax>