This is more of a vlog than a tutorial, I am building a basic version of search assistant I have been dreaming for years. It is intended for pynewbies who ca... (more…)
Read more »
Python’s itertools package provides you with a tonne of iterators. In this episode, we take a whirlwind tour of all the things itertools has to offer, and al... (more…)
Read more »
The simplest no-nonsense loading bar for python. Contribute to AnnikaV9/lowbar development by creating an account on GitHub. (more…)
Read more »
After a very long porting journey, Launchpad is finally running on Python 3 across all of our systems. I wanted to take a bit of time to reflect on why my emotional responses to this port differ so much from those of some others who’ve done large ports, s... (more…)
Read more »
I had a look at the TopologicalSorter class and it seems to mix the graph algorithm in with a use case in a less than ideal way. If given a... (more…)
Read more »