Search Header Logo
Lesson 1 + 2 + 3

Lesson 1 + 2 + 3

Assessment

Presentation

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

THANH LE

FREE Resource

7 Slides • 4 Questions

1

Python for Beginner

Lesson 1 + 2 + 3:

  • Introduce for Python

  • Make your first project

  • Create your first variable

media

2

Lesson 1. Introduce for Python

1.1. Information for Python

  • Python is a high-level, versatile programming language known for its readability and ease of use.

  • It was created by Guido van Rossum, and released in 1991.

  • Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).

3

Lesson 1. Introduce for Python

What can Python do?

  • Python can be used on a server to create web applications.

  • Python can be used alongside software to create workflows.

  • Python can connect to database systems. It can also read and modify files.

  • Python can be used to handle big data and perform complex mathematics.

  • Python can be used for rapid prototyping, or for production-ready software development.

4

Pop-up Quiz Incoming

media

5

Multiple Select

What can Python do?

1

play games

2

handle big data and perform complex mathematics

3

create web applications

4

hack someone information

6

Fill in the Blanks

7

Lesson 1. Introduce for Python

1.2. Installing Python
To install Python, you need to go to this link: https://python.org/ . Hover the Downloads
selection and choose the latest version. After download, you need to setup to complete.

But we can't do in Python terminal, we need a IDLE. We have 2 IDLE that very useful to use.
1. Pycharm Community Edition ( https://www.jetbrains.com/pycharm/download/?section=windows) [If you don't see it, scoll it down until you see it]
2. Visual Studio Code ( https://code.visualstudio.com/ ) [You'll need to download the Python extension]

8

Lesson 2. Make your first project

REMINDER: WE"LL USE VS CODE AND QUOTES MOSTLY
To make your first python project, you need to make a Python file. It's simple, just make a new .txt file and rename it into "lesson2.py". Then open VS Code (or Pycharm), choose open file. The interpreter will be appeared. To print "Hello, World!" to the terminal, print() function is the answer. Make sure you have quotes (or quote). In the quotes, type "Hello, World!". To run, just simply enter this command in Command Prompt.
python [project name]

9

Pop-up Quiz Incoming

media

10

Multiple Choice

What is Python extension file name?

1
.py
2

.cpp

3

.sb3

4

.html

11

Fill in the Blanks

Python for Beginner

Lesson 1 + 2 + 3:

  • Introduce for Python

  • Make your first project

  • Create your first variable

media

Show answer

Auto Play

Slide 1 / 11

SLIDE