- HD
- 720p
- 540p
- 360p
- 0.50x
- 0.75x
- 1.00x
- 1.25x
- 1.50x
- 1.75x
- 2.00x
We hope you enjoyed this lesson.
Cool lesson, huh? Share it with your friends
About this lesson
In this lesson, we'll create our first Python program, called hello.py.
Exercise files
Download this lesson’s related exercise files.
Your First Python Program60.1 KB Your First Python Program - Solution
55.6 KB
Quick reference
Your First Python Program
In this video we'll create our first Python program, called hello.py
When to use
Do this one time to create your first Python program.
Instructions
In sublime text, create a new file called hello.py (and save it to our C:/python-excel directory).
In the text editor, type:
print("Hello World!")
Save the file.
In the terminal, make sure you're in the C:/python-excel directory and run the file with this command:
python hello.py
Hints & tips
- create a file called hello,py
- print("Hello Word!")
- to run it: python hello.py
Lesson notes are only available for subscribers.