...

/

Executing Python Code

Executing Python Code

Learn how to write and run Python code locally.

We'll cover the following...

In the beginning of the course, we wrote a simple line of code for printing “Hello World":

Press + to interact
print("Hello World")

So, how would we run the code we wrote above on our machines? If we use an IDE, we can simply write the code in the IDE’s text editor and run it (usually by pressing a button ...