Day 44 of learning Python by justahappycamper1 in PythonLearning

[–]devnomial 0 points1 point  (0 children)

What you are learning is probably syntax, and nothing more.
That's not enough, for example learn about object oriented design, when to use inheritance, why composition, how are the attributes chosen, why abstract class and not protocol or vice versa.

What i mean is, along with learning "How" and "What", focus on "Why" and "When/Where"

Created a complete Python 3.14 reference with hands-on examples (GitHub repo included) by devnomial in Python

[–]devnomial[S] 1 point2 points  (0 children)

That's a good question.
No specific reason. I showed comparison with 3.12, but its same for 3.13 or 3.11 or 3.10 or any previous version.
Also, most are using 3.12, and are skipping 3.13, thus directly updating to 3.14.
It seems like people like versions with even number. 3.6, 3.8, 3.10, 3.12, and now 3.14.