You should know the design patterns. This note is short, but definitely this is a useful topic.
https://py.checkio.org/blog/design-patterns-part-1/
https://py.checkio.org/blog/design-patterns-part-1/
Py.CheckiO - games for coders
Design Patterns. Part 1. python coding challenges - Py.CheckiO
This article describes two classic design patterns: Abstract Factory and Strategy, with the clear real-life examples. It also includes Python code examples which implement these patterns and links to the coding challenges that will help to consolidate the…
The steps of object creation in Python (old but so true):
https://eli.thegreenplace.net/2012/04/16/python-object-creation-sequence
https://eli.thegreenplace.net/2012/04/16/python-object-creation-sequence
So sad. Guido quits:(
https://mail.python.org/pipermail/python-committers/2018-July/005664.html
https://mail.python.org/pipermail/python-committers/2018-July/005664.html
Some thrilling thoughts about Python and Guido from Armin Ronacher
http://lucumr.pocoo.org/2018/7/13/python/
http://lucumr.pocoo.org/2018/7/13/python/
The third article of the design patterns with Python series from CheckIO
https://py.checkio.org/blog/design-patterns-part-3/
https://py.checkio.org/blog/design-patterns-part-3/
Py.CheckiO - games for coders
Design Patterns. Part 3. python coding challenges - Py.CheckiO
Surely you’re using GitHub or a similar service to store your code. And, most likely, you’ve had an idea to figure out how everything works or even try to implement your own version of the control system. If this is the case, then by using the Memento pattern…
Some good advises on making a code review. They might be obvious to you, but it’s always good to refresh yourself
https://dev.to/samizan/how-to-make-good-code-reviews-and-win-colleagues-2dc8
https://dev.to/samizan/how-to-make-good-code-reviews-and-win-colleagues-2dc8
DEV Community
How to make good code reviews and win colleagues?
Code reviews do not only improve the quality of code but are a great tool to learn from others and sh...
A cool bundle from the Huble Bundle! A bunch of great books for as much as 1 dollar! Definitely worth it! That's a bargain!
https://www.humblebundle.com/books/linux-geek-books
https://www.humblebundle.com/books/linux-geek-books
Humble Bundle
Humble Book Bundle: Linux Geek by No Starch Press
Pay what you want for awesome ebooks and support charity!
A complete guide to documenting code in Python https://realpython.com/documenting-python-code/
Realpython
Documenting Python Code: A Complete Guide – Real Python
A complete guide to documenting Python code. Whether you're documenting a small script or a large project, whether you're a beginner or seasoned Pythonista, this guide will cover everything you need to know.
Guys, have you ever heard about method overloading in Python? Here is a little article about it for your pleasure:
https://bmwlog.pp.ua/post/method-overloading-in-python
https://bmwlog.pp.ua/post/method-overloading-in-python