Posts Tagged ‘ interpreter ’

Ten essential Python tips for beginners | Linux User

January 22, 2010
By

Today, Python is one of the most popular programming languages in the open source space. It's a vast language and there are many gems to discover - here are ten tips for new users to get the ball rolling…

Read more »

Learn Python: Error Handling

March 1, 2008
By

When an error occurs, the interpreter prints an error message and a stack trace. In interactive mode, it then returns to the primary prompt; when input came from a file, it exits with a nonzero exit status after printing the stack trace ...

Read more »