Quantum Superposition

Quantum Superposition 1.1

Quantum Superposition 1.1 Download Summary

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

Quantum Superposition 1.1 Description

This script lets you treat  python sets.The constructor takes any number of scalars and/or Superposition instances.

These items are the possible states. When doing scalar operations on such objects, the operation is delegated to its possible statbjects, tr />

Quantum Superposition Bookmark

Hyperlink code:
Hyperlink for Forum code:

Quantum Superposition 1.1 Script Download Notice

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

Real class methods in Python

This script demonstrates 'real' class methods, like they are known from Smalltalk. Class methods implicitely receive the actual class as the first parameter. They are inherited by subclasses, and may as well be overridden. Class methods may return anything, although they are particularly useful as constructing, althbr >/ ...
Python

Implementation of sets using sorted lists

... on the underlying data patterns. - Non-overlapping sets get united, intersected, or differenced with only log(N) ... can be expensive. - Natural support for sets of sets. No special accomodation needs to be made to ...
Python

Grouping objects into disjoint sets

... way to group arbitrary objects together into disjoint sets when a full-blown graph data structure would be ... tested for connectedness using joined(), and all disjoint sets can be retreived using get(). The objects being joined must be hashable. ...
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 API, directly accessing the private internals of a class. Adherence to defined APIs is a good thing. This script contains a  function that allows ...
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