Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
First Steps | Getting Started
Introduction to Python Video Course
course content

Зміст курсу

Introduction to Python Video Course

Introduction to Python Video Course

1. Getting Started
2. Variables and Types
3. Conditional Statements
4. Other Data Types
5. Loops
6. Functions

First Steps

Welcome, future coder!

We're excited to be a part of your Python journey! Python is renowned for its clear syntax and versatility, widely used in web development, data analysis, and artificial intelligence.

Commonly, Python code is written in an Integrated Development Environment (IDE), such as PyCharm or Visual Studio Code, which offers tools like a code editor and debugger.

Let's dive in and bring your ideas to life with your first lines of Python code!

The line below is called a print statement. Its purpose is to display a specific message or value in the console or terminal window of your environment. The print statement is activated by using the print() function. Anything you place inside the parentheses will be shown in the output area of your environment. For example, as Alex demonstrated in the video, print("Hello World!") will display 'Hello World!' in the console.

1
print("Hello World!")
copy

Note

Throughout this course, we'll explore Python concepts through the lens of a practical project: Managing a Grocery Store.

Take some time to get familiar with print statements by completing the following tasks:

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 1. Розділ 1
toggle bottom row

First Steps

Welcome, future coder!

We're excited to be a part of your Python journey! Python is renowned for its clear syntax and versatility, widely used in web development, data analysis, and artificial intelligence.

Commonly, Python code is written in an Integrated Development Environment (IDE), such as PyCharm or Visual Studio Code, which offers tools like a code editor and debugger.

Let's dive in and bring your ideas to life with your first lines of Python code!

The line below is called a print statement. Its purpose is to display a specific message or value in the console or terminal window of your environment. The print statement is activated by using the print() function. Anything you place inside the parentheses will be shown in the output area of your environment. For example, as Alex demonstrated in the video, print("Hello World!") will display 'Hello World!' in the console.

1
print("Hello World!")
copy

Note

Throughout this course, we'll explore Python concepts through the lens of a practical project: Managing a Grocery Store.

Take some time to get familiar with print statements by completing the following tasks:

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Секція 1. Розділ 1
toggle bottom row

First Steps

Welcome, future coder!

We're excited to be a part of your Python journey! Python is renowned for its clear syntax and versatility, widely used in web development, data analysis, and artificial intelligence.

Commonly, Python code is written in an Integrated Development Environment (IDE), such as PyCharm or Visual Studio Code, which offers tools like a code editor and debugger.

Let's dive in and bring your ideas to life with your first lines of Python code!

The line below is called a print statement. Its purpose is to display a specific message or value in the console or terminal window of your environment. The print statement is activated by using the print() function. Anything you place inside the parentheses will be shown in the output area of your environment. For example, as Alex demonstrated in the video, print("Hello World!") will display 'Hello World!' in the console.

1
print("Hello World!")
copy

Note

Throughout this course, we'll explore Python concepts through the lens of a practical project: Managing a Grocery Store.

Take some time to get familiar with print statements by completing the following tasks:

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів

Все було зрозуміло?

Welcome, future coder!

We're excited to be a part of your Python journey! Python is renowned for its clear syntax and versatility, widely used in web development, data analysis, and artificial intelligence.

Commonly, Python code is written in an Integrated Development Environment (IDE), such as PyCharm or Visual Studio Code, which offers tools like a code editor and debugger.

Let's dive in and bring your ideas to life with your first lines of Python code!

The line below is called a print statement. Its purpose is to display a specific message or value in the console or terminal window of your environment. The print statement is activated by using the print() function. Anything you place inside the parentheses will be shown in the output area of your environment. For example, as Alex demonstrated in the video, print("Hello World!") will display 'Hello World!' in the console.

1
print("Hello World!")
copy

Note

Throughout this course, we'll explore Python concepts through the lens of a practical project: Managing a Grocery Store.

Take some time to get familiar with print statements by completing the following tasks:

Завдання

  1. Complete the print statement. In line 2, replace the blank (___) with the name of your grocery store.
  2. Complete the print statement. On line 3, replace ___, ___ with the city, state in which your store will be located (e.g. San Francisco, California).

Once you've completed this task, click the button below the code to check your solution.

Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 1
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt