Python Forum
Where to look to find the most recent Python grammar
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to look to find the most recent Python grammar
#3
Your code is more modern, the author's is out of date. In fact, I'm a little surprised they didn't use the format method instead of string concatenation.

You can follow the release notes to see the latest. You can follow PEPs if you want to stay on the bleeding edge. And I personally get most of my updates from here, and some from Google Now.
Reply


Messages In This Thread
RE: Where to look to find the most recent Python grammar - by micseydel - Oct-02-2019, 06:00 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  AttributeError Traceback (most recent call last) quest 5 5,320 Mar-31-2021, 01:34 PM
Last Post: quest
  Text file parsing with python and with a list in grammar pitanga 2 3,310 Aug-31-2017, 02:21 PM
Last Post: pitanga

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020