DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Zmq in context of openstack

ZMQ socket based networking library, which can also be molded as broker-less messaging framework. The slides talks about how zmq been woven to work with openstack services.

Technology Training python (new Updated)

This is the same as the slide I had published, I add new chapter to it.

Technology Customizing Your Satchmo Store

1. Customizing Your Satchmo Store Chris Moffitt th Wednesday,September 9 2009 Djangocon 2009 www.satchmoproject.com 2.  Introduction  The ”Satchmo Way” aka How…

Technology Python harness fundamental

1. © 2011 LogiGear Corporation. All Rights ReservedPython Harness inPython Harness inTestArchitectTestArchitectCreated by: Han Trung TruongCreated by: Han Trung Truong 2.…

Documents Python Windows Tutorial

Robinson Analytics Using Python to Harness Windows Tutorial Notes O’Reilly Python Conference, Monterey, 21-24 August 1999 Andy Robinson, Robinson Analytics Ltd. These notes…

Technology VVV validation and linting tool

1. VVV Validation and linting tool Mikko Ohtamaahttp://twitter.com/moo9000 Python Helsinki meet-upTuesday, May 15, 2012 2. • Validation: HTML validator, CSS validator•…

Technology Shared Memory Parallelism with Python by Dr.-Ing Mike Muller

1. Shared Memory Parallelism with Python PyData London 2014, Februray 22, 2014 London, Author: Dr.-Ing. Mike Müller Email: [email protected] 2. Cython • Mixture…

Education Learning Python - Week 3

1.Learn Python the Hard Way Exercises 20 – 26 http://learnpythonthehardway.org/2. Review: Things we do with files• Open: f = open(somefile)• Read: f.read()• Erase:…