Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 793 Bytes

got-to-know-the-python-standard-library-better-and-read-serious-python.md

File metadata and controls

13 lines (8 loc) · 793 Bytes
  • Date : 2020-09-07
  • Tags : #python
  • Status : For #100DaysofCode, I got to know the Python Standard Library better. I also read part of Serious Python. So far, quite a few ideas in the book are familiar to me from Pinax, which is great. Really liked the "Methods and Decorators" chapter.

Got to Know the Python Standard Library Better and Read Serious Python

For #100DaysofCode, I got to know the Python Standard Library better.

I also read part of Serious Python. So far, quite a few ideas in the book are familiar to me from Pinax, especially regarding testing and packaging best practices.

Really liked the "Methods and Decorators" chapter... good explanations of class, static, and abstract methods. Will re-read.

Also, some good info about packaging history. setuptools is #1!