Deborah R. Fowler

Resources for Python

Updated on July 18 2014 Updated on January 5 2025 Updated on July 22 2026 restyled

If you are new to programming see Introduction to Programming

To install:

IDLE - is one of the easiest ways in interface with python. It comes installed with python on Windows. On my linux laptop I "yum installed" by using the following command

yum install python3-tools


Sites: The best starting places for learning Python are:

Also recommended are

For a brief introduction to OOP:http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-object-oriented-programming/

In addition Professor Malcolm Kesson has information on Python at www.fundza.com
Kenneth Huff has extensive references and some wonderful gems on his site including:


Books

Online: The two listed at the top of this page.

Others that are excellent: