Member-only story
3 mistakes every Python developer will make
3 min readOct 31, 2021
Welcome back! Python is one of my favorite programming languages ever, it can practically build anything, and as a Python developer, you will probably run into many errors / issues (as I do every single day), so let’s talk about 3 common mistakes you may run into as a Python developer.
Indenting Errors
Another popular problem with beginner Python coders (and even experienced ones) is indentation errors, this is a very common problem that many developers will probably experience. This problem occurs when you add extra spaces that shouldn’t be there, if you want to learn more about this problem take a look at the website below: