Before getting started, please note that this topic would be most beneficial if you know and understand python classes. If not, check out… (more…)
Read more »
This is a story about how very difficult it is to build concurrent programs. It’s also a story about a bug in Python’s Queue class, a class which happens to be the easiest way to make concurrency simple in Python. This is not a happy story: this is a trag... (more…)
Read more »
Python dependency management is known to be bad. This post details how I set up my Python environment to be as hygienic as possible. (more…)
Read more »
This talk was presented at PyCon India 2019, on Oct 12th - 13th, at the Chennai Trade Centre.Website: https://in.pycon.org/2019... (more…)
Read more »
I started using Python for data science about a year ago. On day one, I spent the first four hours figuring out how to access Python. It… (more…)
Read more »