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
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…