It’s Python, Not Python 2, Not Python 3

There’s no “Python 2” or “Python 3”, the language is same as before. Python 2.x is legacy, Python 3.x is the present and future of the language — Python2 or Python3 This whole debate makes newcomers to run away, it’s confusing, nonsense and …

Similar

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 »