Tag : Python
-
Django at 30,000 feet April 23rd 2007 Python Web > Note: this essay is quite dated. I'm working on a re-write; in the meantime I'd recommend looking elsewhere for an overview of Django.-Oran Ok, ...
-
Expanding Keywords to Links April 26th 2007 Python Tutorial Certain keywords and phrases on this site, like Code Complete , always appear as hyperlinks. That's because I use regular expressions (and Python) to do ...
-
A Literate Program on the 3rd Normal Form May 8th 2007 Python Coding Style I wrote this article in an unusual way: I started from the source code of a Python module, commented it thoroughly, made some minor formatting ...
-
On the Limits of Human Knowledge May 16th 2007 Python Philosophy I apologize for the title; I think it's funny to give an article about humility a pretentious title. I don't want to get mired in ...
-
The Minimal Interpreted Scripting Language May 20th 2007 Python If you're thinking of creating a scripting language for your application, reading this article could save your life. Well, maybe not your entire life, but ...
-
Make CSS Sprites with the Python Image Library January 12th 2008 Python Web Tutorial Popular I'm going to show you how to write a Python script to automatically rollup icons into a single sprite image. The CSS to use those ...
-
Django File Uploads March 24th 2008 Python Web Tutorial Popular > This essay is obsolete. Django 1.0 introduced new features and documentation. Please see [Django File Uploads][DFU]. [DFU]: http://docs.djangoproject.com/en/dev/topics/http/file-uploads/ This tutorial provides a concrete example ...
