Posts Tagged ‘ solutions ’

Ten more essential Python tips

February 4, 2010
By

Linux User and Developer: "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..."

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 »

Your solutions….: Error Handing in PHP

December 24, 2009
By

return TRUE; } // Use set_error_handler() to tell PHP to use our method $old_error_handler = set_error_handler("my_error_handler");. Posted by ravikumar at 1:12 AM. Labels: Error Handling in PHP, Php Error, Php error handling ...

Read more »