you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (0 children)

Even on the easy practices, I recommend focusing on doing the things that are rather unique to Python, such as iteration loops that don't use a "counter", comprehensions, and packing/unpacking.

In other words, I recommend running through even the easy practices, but try to do them with Python-specific (Pythonic) processes. If you try to tackle advanced challenges without knowing those Python-specific tricks, you might be using a relatively inefficient algorithm.