Skip to content

How to install the Mu editor for Python and check that it is working

Notifications You must be signed in to change notification settings

coder-dojo-ham/how_to_install_Mu_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

How to install the Mu editor

Mu is a simple editor for writing and running Python programs. Follow these four easy steps to install Mu on your computer and write your first program.

About Mu editor

1. Install Mu

Mu is available for Windows, Mac and Linux.

Follow the detailed installation instructions at https://codewith.mu/en/download

2. Run Mu

Find the Mu icon on your laptop. Click it to open Mu. The first time you run Mu, it may take a few seconds to open. Be patient!

Mu logo

When you see this window, click the Mode button.

Main Mu window

When you see this message, click Python 3 and then click OK.

Select mode

3. Write some Python

Type in these two lines of code - use your own name instead of "Gita" (unless your name is Gita, of course).

my_name = 'Gita'
print('Hello,', my_name)

Then click the Save button and give your program file a name - we called ours hello.

Can you guess what the program will do when you run it?

Mu editor with test program

4. Run your program

Click the Run button and look at the new window that opens at the bottom of Mu. This is where the Python print command sends its output. Did you guess right about what the program would do?

Mu editor with program output

Well done!

You have installed Mu on your computer and tested it. You are all set to learn Python at CoderDojo.

About

How to install the Mu editor for Python and check that it is working

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published