Huge List of Python Tutorials
August 22, 2006 at 9:25 am (python, tutorial)
More than 300 extensive Python tutorials, listed by category and topic.
August 22, 2006 at 9:25 am (python, tutorial)
More than 300 extensive Python tutorials, listed by category and topic.
June 14, 2006 at 11:47 pm (coldcase, python, tutorial)
Instead of being all things to all users, this little how-to assumes the following:
(1) You are a Windows XP user who is curious about computer programming;
(2) You would like to install the Python computer language on your Windows XP machine, start the Python interpreter, and run the classic �Hello World!� program.
June 14, 2006 at 4:58 pm (c++, coldcase, java, programming, python, ruby)
An essay comparing some aspects of the 4 languages but possibly more interesting is the page that lets you make a side by side comparison of some real code of a red-black tree algorithm done in each language. Follow the link to the comparison page.