/miscpy

Miscellaneous Python topics.

Primary LanguagemIRC ScriptMIT LicenseMIT

Miscellaneous Python

Miscellaneous, advanced Python topics.

Notebooks

Data Model


[x] Lab: A validation utility

Idiomatic Python

[x] Lab: A minimal caching decorator

[x] Pythonic TodoList

[x] Lab: Sort names by vowels


Extra

Walkthrough: miniretry

...


Misc:


Labs

  • Pythonic TodoList (special methods)
  • A validation utility (descriptors)
  • A minimal caching decorator (decorators)
  • Sort names by vowel combinations (functional aspects)

Assorted