Interfaces 1.0

Interfaces 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: 293
  • Released: Jun 7, 2007

Interfaces 1.0 Description

Interfaces script deals with the Interface concept in Python.

Interfaces Bookmark

Hyperlink code:
Hyperlink for Forum code:

Interfaces 1.0 Script Download Notice

Top 4 Download periodically updates information of Interfaces 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. Interfaces 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!

A simple date class

... be used by anyone who wants a date object for a program. The code was written as a help for someone trying to do the same thing in C . ...
Python

Yet another Set class for Python

This script is a pure Pythonic implementation of a set class. The syntax and methods implemented are, for the most part, borrowed from PEP 218. ...
Python

AbstractFactory

This script has a base Factory class that is meant to be subclassed and then ... as well as module's to search for the class implementation. ...
Python

CookieInfo

The "CookieInfo" and "Cookie" classes provide developers with an read-only interface to the "cookies.txt" that most browsers store. The CookieInfo class makes Cookie objects from the cookie file. It also provides methods ... on the whole set of Cookies. The Cookie object provides methods to convert a cookie into both ...
Python

Dictionary Mixin Framework

This script makes it easy to provide a full dictionary interface to a class defining only a few mapping methods for getting, ... and not break the mixin. For instance, your class may already define the .get() method but not ... functions. The reason for implementing the full dictionary interface is to maximize substitutability. Given code that was ...
Python