|
| |
|
Example Programs Links
|
Python is a scripted programming language which can be used to construct procedural or object-oriented programs. Python is a scripting language like Perl and Ruby but can also be compiled into byte code like Java. It is a very powerful language that can be used for simple scripting tasks or larger programming projects as complicated as those found in Scientific Computing. Python was originally designed to be a procedural language but has been extended to include class definitions for object-oriented programs. It includes an interactive mode which provides a shell for executing individual Python instructions. More complex programs are constructed by creating a source text file as you would do with most programming languages. A Python source file, which must have a Part One: IntroductionPart Two: Language Fundamentals
Part Three: Collections and FilesPart Four: Object-Oriented ProgrammingAppendices |
|
© 2006 - Rance Necaise - Page last
modified on September 21, 2006, at 10:06 PM
|