KP

#Python basics

4

Showing all posts tagged with "python basics".

Learn how Python syntax is executed, why indentation matters, how variables work, and how to write comments in Python.

Learn what Python statements are, how they are executed, and how Python handles multiple statements and semicolons.

Understand how to name variables in Python, including naming rules, valid and invalid examples, and common multi-word naming conventions.

Learn how variables work in Python, how to create them, change their types, use casting, and understand case sensitivity.