Automation. It’s supposed to remove work. So, why not help it along? Truth be told, automating even simple tasks robustly takes time and a lot of dependency management which can become very complex. Nevertheless, it can be very rewarding to automate some ... (more…)
Read more »
Deep inspection of Python objects. Contribute to igrek51/wat development by creating an account on GitHub. (more…)
Read more »
The lists and tuples need no introduction even for beginners. These two are the commonly used data structures in Python. But what are the similarities and the difference between them, which one… (more…)
Read more »
Numba is a game-changing compiler for high-performance computing with Python.
It produces machine code that runs outside of the single-threaded Python
interpreter and that fully utilizes the resources of modern CPUs. This means
support for parallel multit... (more…)
Read more »
I really enjoyed Jean-Nicholas Hould’s article on Tidy Data in Python, which in turn is based on this paper on Tidy Data by Hadley Wickham…...
Read more »