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
What were the most popular questions about Python on stackoverflow recently?
http://python-weekly.blogspot.com/2018/08/cxxxvii-stackoverflow-python-report.html
http://python-weekly.blogspot.com/2018/08/cxxxvii-stackoverflow-python-report.html
Blogspot
(cxxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
It's the 21-st century already, isn't it?
What if we replace some of the 90-th Linux utilities with something more modern? Let's see.
https://matt.sh/netmatt
What if we replace some of the 90-th Linux utilities with something more modern? Let's see.
https://matt.sh/netmatt
Did you know about Timsort?
https://dev.to/s_awdesh/timsort-fastest-sorting-algorithm-for-real-world-problems--2jhd
https://dev.to/s_awdesh/timsort-fastest-sorting-algorithm-for-real-world-problems--2jhd
Wow, wow, take it easy
https://www.zdnet.com/article/possible-python-rival-programming-language-julia-is-winning-over-developers/
https://www.zdnet.com/article/possible-python-rival-programming-language-julia-is-winning-over-developers/
ZDNet
Possible Python rival? Programming language Julia is winning over developers | ZDNet
A young programming language for machine learning is on the rise and could be soon gunning for Python.
Another one good to know thing about strings in Python
https://rushter.com/blog/python-strings-and-memory/
https://rushter.com/blog/python-strings-and-memory/
A nice screencast episode about threading. Though we don't like threading, do we?
http://www.blog.pythonlibrary.org/2018/08/22/python-101-episode-21-using-threads/
http://www.blog.pythonlibrary.org/2018/08/22/python-101-episode-21-using-threads/
A nice reminder about regex in Python
https://py.checkio.org/blog/using-regular-expressions-in-python/
https://py.checkio.org/blog/using-regular-expressions-in-python/
Py.CheckiO - games for coders
Using Regular Expressions in Python. python coding challenges - Py.CheckiO
Regular expressions can make it easier for a programmer to work in certain situations, but they can also complicate things if you use them recklessly not analyzing the situation in which they’ll be used. In this article you can find out how to work with regular…
A worthy talk by Brett Slatkin on one of the recent PyCons. BTW he is the author of Effective Python - a book I would recommend to every dev, who uses Python
https://youtu.be/D_6ybDcU5gc
https://youtu.be/D_6ybDcU5gc
YouTube
Brett Slatkin - Refactoring Python: Why and how to restructure your code - PyCon 2016
Speaker: Brett Slatkin
As programs gain complexity, it becomes harder to add features and fix bugs. Reorganizing code is an effective way to make programs more manageable. This talk will show you Pythonic ways to do the most imporant ""refactorings"": Extract…
As programs gain complexity, it becomes harder to add features and fix bugs. Reorganizing code is an effective way to make programs more manageable. This talk will show you Pythonic ways to do the most imporant ""refactorings"": Extract…