Member-only story

Python Mistakes You Need To Stop Making Now

Manpreet Singh
3 min readMar 12, 2022

--

Welcome back! Python is an amazing programming language, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at some Python mistakes that you should definitely stop making right now!

Python 2 Vs Python 3

First up we have one of the biggest problems I’ve experienced as a Python coder, the differences between Python 2 and Python 3. In my experience, even though most developers have switched over to Python 3 fully, there are still a ton of tutorials / documents that still use Python 2 (or never updated to Python 3), this leads to pretty big differences if you try to run Python 3 code within Python 2 (and vice versa). You should probably stick to learning Python 3 as a beginner, make sure to keep an eye out if the tutorials you’re reading require Python 2 or Python 3.

Package Versions

--

--

Manpreet Singh
Manpreet Singh

No responses yet