Get the highlights in your inbox every week.
Python 3.7 beginner's cheat sheet
Python 3.7 beginner's cheat sheet
Get acquainted with Python's built-in pieces.

Image by :
Opensource.com
The Python programming language is known for its large community and diverse extension menu, but much is packed into the language itself. This cheat sheet rounds up a few built-in pieces to get new Python programmers started.
2 Comments, Register or Log in to post a comment.
Although it's great to see cheat sheets being posted here, yet, it's misleading to indicate that this is specific to 3.7, where as [almost] everything in it is applicable to any python version.
Fair, but in this case where's the harm in noting that it's specifically for Python 3.7? If someone's starting Python today, they'll be starting with 3.7. I wrote the code in 3.7. It's applicable to 3.7. What's the difference?