python

TwitterFacebook
Get flash to fully experience Pearltrees
http://wiki.python.org/moin/Freeze

Freeze - PythonInfo Wiki - Vimperator

Freeze is a " pure Python " utility that ships with Python.
Inno Setup Downloads Want to be notified by e-mail of updates? Then click here to sign up for the Inno Setup update notification mailing list. http://www.jrsoftware.org/isdl.php

Inno Setup Downloads - Vimperator

How to create Windows executable (.exe) from Python script - Vimperator

Python is a simple and powerful language for scripting and even application development. Various GUI packages available for Python makes it suitable for developing full fledged applications in python. http://logix4u.net/component/content/article/27-tutorials/44-how-to-create-windows-executable-exe-from-python-script

PEP 318 -- Decorators for Functions and Methods - Vimperator

http://www.python.org/dev/peps/pep-0318/ PEP Index > PEP 318 -- Decorators for Functions and Methods This document is meant to describe the decorator syntax and the process that resulted in the decisions that were made. It does not attempt to cover the huge number of potential alternative syntaxes, nor is it an attempt to exhaustively list all the positives and negatives of each form.
The Explorer Things to Know About Python Super [1 of 3] by Michele Simionato August 12, 2008

Things to Know About Python Super [1 of 3] - Vimperator

http://www.artima.com/weblogs/viewpost.jsp?thread=236275

StringIO and cStringIO – Work with text buffers using file-like API - Python Module of the Week - Vimperator

http://pymotw.com/2/StringIO/ StringIO provides a convenient means of working with text in memory using the file API (read, write. etc.). There are two separate implementations. The cStringIO version is written in C for speed, while StringIO is written in Python for portability. Using cStringIO to build large strings can offer performance savings over some other string conctatenation techniques.
Want to have "scons test" run your unit tests?

UnitTests - SCons Wiki - Vimperator

http://www.scons.org/wiki/UnitTests
scons

http://lucumr.pocoo.org/2011/2/1/exec-in-python/

Be careful with exec and eval in Python | Armin Ronacher's Thoughts and Writings - Vimperator

written on Tuesday, February 1, 2011 One of the perceived features of a dynamic programming language like Python is the ability to execute code from a string.
Decorators modify functions. Beginning with the basics, learn how to use decorators in a variety of ways.

Python Decorators Don't Have to be (that) Scary - Siafoo - Vimperator

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

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. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.
Source code: Lib/sched.py The sched module defines a class which implements a general purpose event scheduler:

8.8. sched — Event scheduler — Python v2.7.1 documentation

8.10. queue — A synchronized queue class — Python v2.7.1 documentation

Note The Queue module has been renamed to queue in Python 3.
pep