3 Syntax Crash Course
Python is an unusual mix of common and unique concepts. Before diving into the intricacies of the language, you must first grasp its essential syntax.
In this chapter, you’ll learn most of the essential syntactic structures you’ll encounter in Python, and you’ll also become familiar with the basic mathematical and logical features of the language.
Most Python developers will point newcomers to the official Python tutorial, which is an excellent introduction to the language’s structure. While I’ll cover all of these concepts in this book in depth, the tutorial is still a good resource worth reading: https://docs.python.org/3/tutorial/ ...
Get Dead Simple Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.