Member-only story

Common Python mistakes you should avoid

Manpreet Singh
3 min readSep 6, 2021

--

Welcome back! Python is an awesome programming language with a ton of functionality, so let’s talk about some common Python mistakes you should avoid making.

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:

Package Versions

Another common mistake I’ve dealt quite a bit with is maintaining package versions, what does this mean? Well, some projects actually require certain versions of packages…

--

--

Manpreet Singh
Manpreet Singh

No responses yet