We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.
The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ...
Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.
Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
Mu is a simple code editor developed in Python for Python, it has built-in support for Adafruit Circuit Playground Express, micro:bit, PyGame, and Python and runs on Windows, Mac, Linux, and even the Raspberry Pi.
Go to codewith.mu
Click on Download.
Under Windows Installer click on 64 bit
Once the installer has downloaded. Locate where the file was downloaded to (normally your Downloads folder)
Double-click on the file to run the installer
Follow the instructions on screen.
Follow along with the video here
You have now got Mu installed on your computer Happy Coding.
open your favourite web browser
In the address bar type codewith.mu
Click on Download
Under MacOSX installer click download. This will download the installer to your Mac
Click on the Downloads folder
Click on Mu.editor.dmg and follow the on-screen instructions.
Well done you have now installed the Mu Python editor on your Mac.
Follow along with the video here
Each Linux distro is a bit different, so for this guide, I am going to focus on Ubuntu.
Open up a Terminal window.
Mu requires Python3. You can check and see if you have Python3 installed by typing python3 --version
If nothing is displayed then type sudo apt install python3
to install Python3.
You also need pip3 installed type pip3 --version
If it shows nothing you need to install pip3 by typing sudo apt install python3-pip
Finally to install Mu type pip3 install mu_editor
You can now run Mu from the command line by typing Mu
Follow along with the video here
Now that you have Mu installed you can go and develop in Python3, MicroPython for micro:bit or even CircuitPython for the Adafruit Circuit Playground Express.
If you are running the latest version of Raspbian (Buster) Mu is in the recommended software menu.
Click on the Raspberry in the top left corner to open the menu.
Hover over preferences
Click on Recommended Software.
Click on Programming.
Click on Mu and then click on OK.
Follow along with the video here
Well done you now have Mu installed you can now write some Python code.