issues
search
nnop
/
notes
notes
1
stars
0
forks
source link
python programming design
#188
Open
nnop
opened
6 years ago
nnop
commented
6 years ago
What is a good way to order methods in a Python class?
nnop
commented
6 years ago
design by contract
defensive programming
PEP 316 -- Programming by Contract for Python
nnop
commented
6 years ago
The Best of the Best Practices (BOBP) Guide for Python
Python Design Patterns: For Sleek And Fashionable Code
nnop
commented
6 years ago
code reuse
Composition vs Inheritance
nnop
commented
5 years ago
Python Patterns
The Best of the Best Practices (BOBP) Guide for Python
Python Design Patterns: For Sleek And Fashionable Code
Clean architectures in Python: a step-by-step example
Type Wars
技术 01 - 聊聊编程原则(OOP,SOLID)
nnop
commented
5 years ago
some conferences:
PyCon
Next Day Video
EuroPython
nnop
commented
5 years ago
https://refactoring.guru/
🌟
https://sourcemaking.com/
https://github.com/faif/python-patterns
Python 3 Patterns, Recipes and Idioms
nnop
commented
5 years ago
Armin Ronacher
Alex Martelli
Sandi Metz
Madame Sandi
Brandon Rhodes
nnop
commented
5 years ago
Python 3 for Scientists