[001] Beginning Python (3 videos)
a series of video-tutorials by Ian Ozsvald
[This series is out of date, you should really go to the new Python 2.5 series - Python Newbies on XP series].Three videos covering the download and installation of the Python programming language on a Windows machine and a small introduction to the Python interpreter.
Video Tutorials
[001] Downloading Python for Windows
[These are out of date, for Python 2.5 you should really go visit the newer Python Newbies on XP series]. Here we show you how to download the powerful Python programming language (version 2.4.2) for Microsoft Windows from the Python.org website.
4comments
[002] Installing Python for Windows
[These are out of date, for Python 2.5 you should really go visit the newer Python Newbies on XP series]. In this ShowMeDo we walk you through installing the Python programming language and the built-in libraries onto a Windows XP machine, we explain what the default options mean and show those that normally won't need to be changed. There are some complimentary notes on 'How do I run a Python program under Windows?' at the Python.org website.
[003] A Simple Introduction to the Python Interpreter
We introduce the Python language by showing the user how to open the Python interpreter from the Microsoft Windows Start Menu and test some of Python's basic features. Features briefly introduced include variables, logic, a formatted 'print' statement, iteration with a 'for' loop, lists and iteration over lists.




