Some examples of using itertools in Python 3
https://realpython.com/python-itertools/
https://realpython.com/python-itertools/
Realpython
Python itertools By Example – Real Python
Master Python's itertools module by constructing practical examples. You'll start out simple and then gradually tackle more complex challenges, encouraging you to "think iteratively."
If you do not know what to use - threads or processes, read this!
https://www.pythonforthelab.com/blog/implementing-threads-for-measurements/
https://www.pythonforthelab.com/blog/implementing-threads-for-measurements/
Python For The Lab
Implementing Threads for Measurements
Choose between threads and processes for your experiments
All the libraries that you need for your work with data
https://www.datasciencecentral.com/profiles/blogs/top-20-python-libraries-for-data-science-in-2018
https://www.datasciencecentral.com/profiles/blogs/top-20-python-libraries-for-data-science-in-2018
Datasciencecentral
Top 20 Python libraries for data science in 2018
Python continues to take leading positions in solving data science tasks and challenges. Last year we made a blog post overviewing the Python’s libraries that…
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…