Part 1 - Setting up python

[Video version here]

Before we start coding in python you are going to need python here are some options (we will be using replit.com in this course)

Python on replit.com

Step 1 - Login or Signup for replit using your google account

Go to replit.com

Signup with your Google account

Step 2 - Create a python project

Step 3 - Type print("Hello, World!") and click run, congrats you've made a hello world program!

Install python on your computer

Step 1 - Go to python.org/downloads and get the latest version of python 3

Step 2 - Locate the installer and install it

Step 4 - Installer

Step 5 - Open Python IDLE and type print("Hello, World!")

Mac OS

Windows 10

Press ⌘ + Space and search for IDLE

Click on the search bar and search for IDLE

[No image]

Step 6 - Type print("Hello, World!") and click run, congrats you've made a hello world program!

Pycharm IDE for Python

Step 1 - Go to Jetbrains website and navigate to pycharm and download

Step 2 - Install Pycharm by following the Installer

Step 3 -

Last updated

Was this helpful?