Member-only story
Please Don’t Update Python Like This
Welcome back! Python is one of my favorite programming languages of all time, if you’re new to this language, check out the link below to learn more about it:
So, let’s talk about updating your Python versions, from my experience, there are two ways developers usually update their versions of Python, either consistently updating their Python versions with ever release, or never updating their Python version again after installing Python the first time, in my opinion, that is probably one of the worst things you can do.
Here’s the thing, a very big version of Python is about to release (Python 3.11), and when that update happens, alot of people will end up updating to that version of Python, however, if you’re coming from Python version 3.2, there might be some pieces of your existing projects that may break with that massive jump.