1.0: 📝 Introduction

Lesson

1.0: 📝 Introduction

Hi there! In the first lesson of the Python course, we will be learning about syntax, comments, keywords and debugging. They are the foundation of any programming language, basic or advanced.

Usually, you would need to install a compiler on your computer that can interpret Python, but we have embedded one into our website to make it easier for you. The embedded code is hosted on another wesbsite, repl.it, which is a super useful collaborative coding tool and soon we will get you to sign into it.

Repl.it

Below is an example of how we will be programming.

The first box, is where you write your program. Click on ‘Show Files’ button, then click on main.py. This is where you write your code.

Now run the code by clicking the green ‘Play’ button to run the code. This will bring up the output screen and prints the outcome of the program instructions.

Now complete each topic below.

Quizzes Status

@

Not recently active