CS Professor shows how to fix beginner Python code

Here we fix a submission in Python about counting sort to make it more Pythonic, more beautiful, and run much faster. The original is here: https://coderevie… 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 »