Understand the basic syntax of Python
Get acquainted with Python's data types
Write your first Python program
Python syntax
Data types
Hello World
What is Python, and why do we use it? In this section, we'll answer these questions and dive into the basic syntax of Python. You'll write your first line of Python code!
Everything in Python is an object, and each object has a type. In this section, we'll explore Python's built-in data types, such as integers, strings, and lists.
It's time to put what you've learned into practice! In this section, you'll write your first Python program. We'll start simple—with a program that says 'Hello, World!'