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…
If you wonder why there were no Sublime Text updates recently - that is why:
https://www.sublimetext.com/blog/articles/sublime-merge
https://www.sublimetext.com/blog/articles/sublime-merge
David Beazley again.
https://www.youtube.com/watch?v=RZ4Sn-Y7AP8
https://www.youtube.com/watch?v=RZ4Sn-Y7AP8
YouTube
David Beazley: Discovering Python - PyCon 2014
Speaker: David Beazley
So, what happens when you lock a Python programmer in a secret vault containing 1.5 TBytes of C++ source code and no internet connection? Find out as I describe how I used Python as a secret weapon of "discovery" in an epic legal battle.…
So, what happens when you lock a Python programmer in a secret vault containing 1.5 TBytes of C++ source code and no internet connection? Find out as I describe how I used Python as a secret weapon of "discovery" in an epic legal battle.…