Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 850 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 850 Bytes
TODO list
                      .-=-.          .--.
          __        .'     '.       /  " )
  _     .'  '.     /   .-.   \     /  .-'\
 ( \   / .-.  \   /   /   \   \   /  /    ^
  \ `-` /   \  `-'   /     \   `-`  /
jgs`-.-`     '.____.'       `.____.'
  • python

  • python-reusable-packages

  • Guido approves this :trollface: Guido is God

  • Best Practices Python Packages

  • Acronyms:

    • MRO: Method Resolution Order
    • DFLR: Depth First Left Right
  • Concepts:

    • Diamonds : patters of multiple inheritances <diamonds 3.x is different from 2.x>
    • _ : private modules, those not listed on the module's all list
    • __ : private class,