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
#1
Hello, Python world!

I recently started studying Python with the book called 'Python Crash Course' by Eric Matthes.
It has been very entertaining so far without any major problem. (I'm in chapter 6 now)

When I compare my codes for exercise to the answers on his website, however,
I notice some differences. Everything works fine, btw.

For example, The answer on the website is
print("Hello " + username + ", thank you for logging in again!")
and
Mine is
print(f"Hello {username}, thank you for logging in again!")

I assume that format for using variable in print is slightly dated, although it works.
So, finally my question is,
Where do I need to go to keep myself updated with the most recent python grammar?
(Please forgive me if the expression grammar is wrong)

Thank you in advance.
Reply


Messages In This Thread
Where to look to find the most recent Python grammar - by allusernametaken - Oct-02-2019, 05:31 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,309 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