Posts Tagged ‘ movies ’

Ned Batchelder: Caged python

July 10, 2011
By

For a presentation, I wanted to produce samples of Python interactive sessions. I could have opened a terminal window and typed my input, and copied the resulting session and pasted it into a text file, but that's not ...

Read more »

{Pixels Space} » Blog Archive » learn Django from the web

September 23, 2010
By

Here you'll find a couple of posts related to django. like “Favourite Django Tips “, “Debugging production Django deployment“, “Override adding plural “s” in django admin”. 5. Zabada – Django Quick Start: This is a sweet little tutorial, ...

Read more »

Error Handling Class

April 3, 2010
By

NET error handling class capable of managing errors messages that occur on a website (read more) Softpedia – Webscripts – All You might also like… Office Export Library cfUpdater 1.0.3 TextSoap – 6.3.3 Transmission – 1.83 ...

Read more »

Pure Speculation: Python namespacing is the hardest thing for me …

August 22, 2006
By

Python error handling returns an exception object from legitimate code that I can't reference unless I import an additional package, and it is not clear at all which package I should be importing. It took me a few minutes of looking at ...

Read more »