|
Helping ordinary people create extraordinary websites! |
Python 101 - Introduction to PythonBy Dave Kuhlman2005-07-02
Python 101 -- Introduction to Python Python is a high-level general purpose programming language. Because code is automatically compiled to byte code and executed, Python is suitable for use as a scripting language, Web application implementation language, etc. Because Python can be extended in C and C++, Python can provide the speed needed for even compute intensive tasks. Important Features of Python
Some things you will need to know:
Where to Go For Additional help
Tutorial Pages: » Python 101 -- Introduction to Python » Interactive Python » Data Types » Simple Statements » Control Structures » Organization Copyright (c) 2003 Dave Kuhlman
|
|