October 6, 2012

Python - Object Oriented

h**p://www.tutorialspoint.com/python/python_classes_objects.htm

How to Setup Python in a Windows Environment

Useful links on how to install and setup Python to run in a Linux environment:

h**p://blog.sadphaeton.com/2009/01/20/python-development-windows-part-1installing-python.html

h**p://blog.sadphaeton.com/2009/01/20/python-development-windows-part-2-installing-easyinstallcould-be-easier.html

Isolated Python Environments

Below is a link that is very useful in creating a Python environment:

http://iamzed.com/2009/05/07/a-primer-on-virtualenv/

I discovered it on a forum.