Posts Tagged ‘ podcasts ’

Linux Today – Ten more essential Python tips

February 4, 2010
By

Following on from the popularity of our Ten essential Python tips for beginners article, we've compiled a further collection of ten gems to make your Python experience that much more worthwhile… "Passing arguments to a Python script ...

Read more »

Linux Today – Ten essential Python tips for beginners

January 22, 2010
By

We've compiled ten essential Python tips especially for the new user, so without further ado, let's get started… "1. Running Python scripts. " On most of the UNIX systems, you can run Python scripts from the command line like so: ...

Read more »

JeffCroft.com: Big list of Django tips (and some python tips too)

October 9, 2008
By

Big list of Django tips (and some python tips too). My man Eric Holscher drops some Django and Python knowledge on your asses. A lot of good stuff, here. Check it out. Visit site: http://ericholscher.com/blog/2008/oct/5/ django-tips / ...

Read more »

HTTP Error VS Application_Error (ASP.NET Error Handling) | Tech …

November 9, 2005
By

Hi all,I've implemented the Application_Error handler in Global.asax.cs which handles all unhandled errors thrown by the ASP.NET application.This error handler is fine for most situations but it seems…

Read more »