You are on page 1of 4

Python Programming - What you will need

If you are not sure how to do the installation. Please ask a parent or teacher.

Bing.com can also be used to find Python 3 and the Mu interface.

1. First you must Install Python 3

https://www.python.org/downloads/

For Windows Users:

For Apple Mac Users:

https://www.python.org/downloads/mac-osx/
2. Second you must install the Mu Text editor interface

https://codewith.mu/en/download

Choose Windows or Mac

For Windows choose 64 bit

For Apple Choose Mac OSX

VERY IMPORTANT

Open Mu and select Python 3


as the programming language
Trinket.

Third you must install Trinket.

https://trinket.io/

Trinket is an online Python text editor which you can use in your Internet browser
Write your First Program

Now you are ready to write your first program in Mu or Trinket:

Type: print(“Hello World”)

Save your file as hello.

Click on run if there is Output then it is working.

You might also like