/python-oop

Catalog of Python object-oriented programming articles and links

Primary LanguagePythonArtistic License 2.0Artistic-2.0

python-oop: Python object-oriented programming

See the wiki for all new data!!!

https://github.com/metaperl/python-oop/wiki

Core but nonetheless an add-on

collections.namedtuple is often forgotten about. However, it is preferable to the use of dictionaries in many cases. Discusssion

Add-ons

Method Munging

Dependency Injection

https://github.com/metaperl/python-oop/wiki/Dependency-Injection--&--Inversion-of-Control

Design Patterns

Web Development / HTML Generation

https://github.com/metaperl/python-oop/wiki/Web-Application-Development

Data Querying and Dictionary Wrappers

https://github.com/metaperl/python-oop/wiki/Data-Querying-and-Dictionary-Wrappers

Literature

https://github.com/metaperl/python-oop/wiki - search for literature in the Pages textbox

History

I intially made a reddit post followed by a post to comp.lang.python on this subject.

When metaparams was posted to the Python reddit I figured it was about time to have a central directory of such systems.