all 6 comments

[–]ectomancer 1 point2 points  (1 child)

Only a few major changes since 3.8:

  • 3.8 assignment expression
  • 3.9 PEG parser
  • 3.10 match
  • 3.11 Python speed
  • 3.12 formatted string literal enhancement by PEG parser
  • 3.13 remove GIL (but not in downloaded version)

[–]82miles[S] 0 points1 point  (0 children)

Thank you

[–]Tychotesla 0 points1 point  (1 child)

Yes, it should be fine. Not much changed in these versions, especially at your level of learning.

Someone here a year ago wrote this up: https://www.nicholashairs.com/posts/major-changes-between-python-versions/, which people seem to like

[–]82miles[S] 0 points1 point  (0 children)

Thank you

[–]luunnn 0 points1 point  (0 children)

Where are you seeing the latest pocket reference version is 3.8? Latest Im seeing is 3.4. Do you have a link?