Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Minor version matters.
Python3 has had new syntax things (like the walrus operator, 3.8) and std lib additions/ changes (too many to count) where some code written in late python3 won't run on an early python3 interpreter.
The only version component you can reliably ignore in day-to-day is patch.
> python3 --version
random
¬‿¬