How to Use Python: Your First Steps

The Python syntax is clear, concise, and focused on readability. Readability is arguably one of the most appealing features of the language itself. It makes Python ideal for those learning to program. In this section, you’ll learn about several key components of Python syntax:

In the following sections, you’ll learn the essentials of Python’s syntax. With this knowledge, you’ll understand the basics of how to use Python to write real programs.

Comments

Comments are pieces of text that live in your code but are ignored by the Python interpreter as it executes the code. You can use comments to quickly document certain parts of your code so that other developers can understand

 

 

 

To finish reading, please visit source site