From the category archives:

Python

Python On XP: 7 Minutes To “Hello World!”

March 14, 2006

“Python Foot” graphic by David Day.

How To Install Python On Windows XP
Instead of being all things to all users, this little how-to assumes the following:

You are a Windows XP user who is curious about computer programming;
You would like to install the Python computer language on your Windows XP machine, start the Python interpreter, and run [...]

Read the full article →

Why Python on Windows XP?

March 14, 2006

If you don’t know any computer languages, I recommend starting with Python. It is cleanly designed, well documented, and relatively kind to beginners. Despite being a good first language, it is not just a toy; it is very powerful and flexible and well suited for large projects.
From How To Become A Hacker, by Eric S. [...]

Read the full article →