Your First Look at Python Code
Learn how to install Python and set up an IDE or code editor for programming.
Let's read some code
Don't worry, you won't memorize anything. We'll just look at code together and get comfy.
Printing text
The word print tells Python to show something on the screen. It's that direct.
All lessons in this course
- What is Programming?
- Why Learn Python?
- Your First Look at Python Code