Skip to content
/ hwPython Public

Python Pocket Reference, 5th Edition, Learn how to build reusable packages...

Notifications You must be signed in to change notification settings

2XL/hwPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,

About

Python Pocket Reference, 5th Edition, Learn how to build reusable packages...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages