Improve your Python Skills

Are you a student learning programming with Python? An experienced Java developer having to jump into a Python codebase?
Every Python enthusiast started by writing mediocre code and got better by practicing. Here are the few advices that got
me from writi… Read more

Similar

The Rsync Algorithm in Python

I’ve often pondered this great and terrible beast – rsync. It’s spiny, nearly impenetrable command-line interface. Its majestic and wonderful efficiency. The depths of its man page, and the heights of its use-cases. (more…)

Read more »

The fastest way to flatten a list in Python

In my latest book, Fast Python, I bust a lot of speed myths in Python. Some of the most basic advice people give about optimizing Python code is wrong, likely because no one ever bothered to test it. In this book, I go back to the basics and verify (or bu... (more…)

Read more »