A simple implementation of a dictionary which always (when applicable) returns keys, values, items (key-value pairs) sorted by keys (inserting/removing order doesn't matter and only keys are important; so please note that it is something different...
Advertisement
So maybe it's not quite a mutable namedtuple. However, I borrowed heavily against the namedtuple implementation for this one.
I wanted to have a collection of classes that described data types without any functionality on them, sort of...
This recipe creates a collection proxy which allows several lists to be treated as one. When the collection proxy is accessed/modified, it is as though the operation was performed one the underlying lists.
This recipe provides a decently simple implementation of a roundrobin using itertools and deque.
If you need
to define named tuple subclasses (including reusable abstract ones), adding/overriding some methods, in a convenient way; to have the named tuple ABC (abstract base class) for isinstance/issubclass tests; or simply...
ICArtGallery is the script for building an artists ECommerce site where sellers can share art collections, sell them and customers can search and buy arts. Sellers can name, price and upload unlimited arts they want to sell for a monthly fee,...
ICArtGallery is the script for building an artists ECommerce site where sellers can share art collections, sell them and customers can search and buy arts. Sellers can name, price and upload unlimited arts they want to sell for a monthly fee,...
ICArtGallery is the script for building an artists ECommerce site where sellers can share art collections, sell them and customers can search and buy arts. Sellers can name, price and upload unlimited arts they want to sell for a monthly fee,...
BPArtGallery is the script for building an artists ECommerce site where sellers can share art collections, sell them and customers can search and buy arts. Sellers can name, price and upload unlimited arts they want to sell for a monthly fee,...
The suite of the Clever Internet components presents you the most efficient and convenient way to access the Internet resources from your applications. These components allow you to download/upload the Internet resources asynchronously and obtain...
Interbase DataPump allows you to pump data from any ADO/ BDE/ ODBC sources (such as dBase, Paradox, Access, MSSQL, Sybase, Oracle, DB2 etc) and native Interbase/Firebird databases into Interbase/Firebird databases easy, fast and painlessly with...
Beautiful XP style icons for your for your software and web projects. Each XP icon is available in four different sizes and Hot, Disable and Normal states. It includes web buttons, toolbars icons, shopping cart icons, multimedia icons, user icons,...
WilmarkBookmarks is component for databases. Use of the component facilitates you the use of the bookmark's list and store it in system registry. It works easily with any component, descendant of TDataSet.After adding the bookmark to the list, you...
WilmarkWizard is visual component which simplfies and accelerates creation of Wizards in Windows 2000 style. Main benefit is creation of Wizard without source coding. WilmarkWizard allows you: - create complicated Wizards; - create and... |