Learning

TwitterFacebook
Get flash to fully experience Pearltrees
Welcome to YouTube! http://www.youtube.com/playlist?list=PL26BA8B9FC33789FF

Python Fundamentals Training

http://opencv.willowgarage.com/documentation/python/cookbook.html

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 .

web2py

http://web2py.com/book/default/chapter/04#API Command line options
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: http://lxml.de/tutorial.html

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. http://infohost.nmt.edu/tcc/help/pubs/pylxml/web/index.html
http://learnpythonthehardway.org/book/

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 | CLI
http://www.tutorialspoint.com/python/python_dictionary.htm A dictionary is mutable and is another container type that can store any number of Python objects, including other container types. Dictionaries consist of pairs (called items) of keys and their corresponding values. Python dictionaries are also known as associative arrays or hash tables.

Python - 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

http://www.devshed.com/c/a/Python/Basic-Threading-in-Python/
http://pyfunc.blogspot.com/2010/08/learning-twisted-baby-steps-reactor.html Twisted framework is an event based networking framework in Python.

Learning Twisted (part 1) : reactor basics

cryptography | Stealthcopter.com

http://www.stealthcopter.com/blog/category/cryptography/ Do you want to crack MD5 hashes in at a rate of ~300MHash/s without a massive rainbow table? Do you have a CUDA enabled GFX card?

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.

s Python Class - Google's Python Class - Google Code

Basic Authentication

This tutorial aims to explain and illustrate what basic authentication is, and how to deal with it from Python. You can download the code from this tutorial from the Voidspace Python Recipebook . The first example, So Let's Do It , shows how to do it manually. This illustrates how authentication works.

Python Multimedia: Fun with Animations using Pyglet

Share this page via Facebook, Twitter or LinkedIn. Your message has been sent. How would you like to send this article: Save this article to your account for easy access. This article has been saved to your account. Go to my account