Mind Bending

This is another great presentation given by Doug Hellmann, from the blog series PyMOTW (Python Module Of The Week). This presentation is a quick overview from the blog series, which is a tour of the Python standard library through short examples.


Modules covered in this presentation:

  • csv (handling values);
  • sqlite3 (database communication);
  • hmac (signatures);
  • json (Object serializing);
  • sys.excepthook (Error Handling);
  • logging (Logging errors nicely).

The blog series has become a book, named "The Python Standar Library by Example", pre-order it here. Also, the PyMOTW is available for download here with all the source code examples.

Magnun

Magnun

Graduated in Telecommunication Engineering, but currently working with GNU/Linux infrastructure and in the spare time I'm an Open Source programmer (Python and C), a drawer and author in the Mind Bending Blog.


Comments

comments powered by Disqus