Python symbols 1.0

Python symbols 1.0 Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 378
  • Released: Jun 7, 2007

Python symbols 1.0 Description

Python symbols is a toy module that shows a way to define symbols inside functions, using a decorator.

Python symbols Bookmark

Hyperlink code:
Hyperlink for Forum code:

Python symbols 1.0 Script Download Notice

Top 4 Download periodically updates information of Python symbols 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Python symbols 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Treat the Win32 Registry like a Python dict

This class wraps most of the win32api functions for accessing a registry. It will read and write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is not possible. ...
Python

Pythologic Prolog syntax in Python

Some of Python's powerful meta-programming features are used to enable writing Python functions which include Prolog-like statements. Such functions load a Prolog-like database. When coupled with a ... -- the last unsupported major paradigm -- to Python. This script shows you how to deal with ...
Python

Restrictive APIs for Python

Python has no inherent provision for a restrictive API ... methods and variables outside an allowed set. Inexperienced Python programmers may fail to adhere to an agreed-upon ... is a good thing. This script contains a  function that allows a class to specify its API, and raise AttributeErrors for disallowed aify its ...
Python

Tail Call Optimization Decorator

This function decorates a function with tail call optimization. It does this by ... exceptions to fake the tail call optimization. This function fails if the decorated function recurses in a non-tail contexif the de >/ ...
Python

Shed Skin

Shed Skin is an experimental Python-to-C compiler. It can convert pure, but implicitly statically typed Python programs into optimized C code. Currently, these programs cannot freely use the Python standard library. ...
Python