
Learning
Get flash to fully experience Pearltrees
How to Think Like a Computer Scientist — How to Think like a Computer Scientist: Interactive Edition
Cookbook — opencv v2.1 documentation
Here is a collection of code fragments demonstrating some features of the OpenCV Python bindings. Convert an image >>> import cv >>> im = cv . LoadImageM ( "building.jpg" ) >>> print type ( im ) <type 'cv.cvmat'> >>> cv .This is a tutorial on XML processing with lxml.etree . It briefly overviews the main concepts of the ElementTree API , and some simple enhancements that make your life as a programmer easier. If your code only uses the ElementTree API and does not rely on any functionality that is specific to lxml.etree , you can also use (any part of) the following import chain as a fall-back to the original ElementTree:
The lxml.etree Tutorial
Python XML processing with lxml
With the continued growth of both Python and XML, there is a plethora of packages out there that help you read, generate, and modify XML files from Python scripts.Learn Python The Hard Way, 2nd Edition — Learn Python The Hard Way, 2nd Edition
Learn Python The Hard Way Take The Video Course For $29 Ruby | C | SQL | Regex | CLIPython - Dictionary Data Type
Introduction Threads allow applications to perform multiple tasks at once. Multi-threading is important in many applications, from primitive servers to today's complex and hardware-demanding games, so, naturally, many programming languages sport the ability to deal with threads.
Basic Threading in Python - Python
Learning Twisted (part 1) : reactor basics
cryptography | Stealthcopter.com
Python: Cryptography Caesar shift encryption (shift cipher) | Stealthcopter.com
I have always had a keen interest in cryptography and rather than give a brief history of cryptography I will recommend reading Simon Singh’s The code book or for a modern and hands on approach Applied Cryptography by Bruce Schneier (Who also made a brilliant book on security, more of descriptive approach but very interesting Secrets and Lies: Digital Security in a Networked World ).Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python.

