Search Results for: logging

Python 101: Exception Handling

Python provides robust exception handing baked right into the language. Exception handing is something every programmer will need to learn. It allows the programmer to continue their program or gracefully terminate the application after an exception has occurred. Python uses a try/except/finally convention. We’ll spend some time learning about standard exceptions, how to create a […]

Python 101: Exception Handling Read More »

Book Review: web2py Application Development Cookbook

I have read about web2py on several occasions, but never used it myself. Then a few weeks ago, a representative from Packt Publishing contacted me about reviewing their new cookbook about web2py. It’s written by seven authors, namely: Richard Gordon, Pablo Martin Mulone, Mariano Reingart, Bruno Cezar Rocha, Massimo Di Pierro, Michele Comitini and Jonathan

Book Review: web2py Application Development Cookbook Read More »

About

My name is Mike Driscoll. (@driscollis) I am a computer programmer by trade and use Python almost exclusively to make my living. . You can support this site by purchasing one of my books: Python 101 (Print or eBook) Python 201: Intermediate Python (Print or eBook) wxPython Recipes (Print or eBook) Python Interviews (Print or

About Read More »