Classic Computer Science Problems in Python

I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… Read more

Similar

Simple Python Ideas to Automate Your Workflow

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 »

Reshaping Data in Python

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 »