Main » Table of Contents »

 

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 .py extension, can be created using your favorite text editor or Python IDE.

Part One: Introduction

Part Two: Language Fundamentals

Part Three: Collections and Files

Part Four: Object-Oriented Programming

Appendices

© 2006 - 2008: Rance Necaise - Page last modified on February 01, 2009, at 11:29 AM