May 2007
April 2007
March 2007
January 2007
Tutorials Round-Up: Ajax, CSS, PHP and More | Smashing Magazine
by naudjf & 5 others (via)Ajax, CSS, Flash, JavaScript, PHP, MySQL, RSS, XML as well as ASP, C , Perl, Python and Java tutorials
December 2006
November 2006
Instant Hacking : Learn how to program with Python
by bader & 2 othersThis is a short introduction to the art of programming, with examples written in the programming language Python. (If you already know how to program, but want a short intro to Python, you may want to check out my article Instant Python.)
October 2006
the blixtra blog » Blog Archive » Top 30 Django Tutorials and Articles
by mbertier & 6 others (via)I’ve compiled a list of the top 30 Django tutorials and articles.
Base-Art / Python plugins egg cooking mini-howto
by mbertier (via)Eggs are being more and more used in Python land. One thing Python developers can do easily with them is plugins cooking. They are used in Paste*, TurboGears and Trac for instance, so i wanted to see how to design a simple mini plugins based system.
SciPy Course Outline
by YukuanMark & 1 otherThis document provides an outline for a course on NumPy/SciPy. PyTables and Matplotlib are also discussed.
September 2006
Introduction to the SimPy Discrete-Event Simulation Package
by YukuanMarkSimPy (rhymes with "Blimpie") is a public-domain package for process-oriented discrete-event simulation. It is written in, and called from, Python. I like the clean manner in which SimPy is designed, its use of Python generators, and for that matter, Pyth