Python Coding Style (Chinese)

Python Coding Style (Chinese)

Coding style is essential for teamworks. Good coding styles not only indicates a sense of community that programmers have, but also increase the continuity of the project. This blog concludes the python coding style from python documents.

Good Design - Python (Chinese)

Good Design - Python (Chinese)

This blog concludes how to distinguish bad designs and how to reconstruct them. It is suitable for beginners who haven't learnt OOP yet. It was used to be instructed to my Python students because they were designing software application by themselves.