Code Pico with Thonny
By Lucy Hattersley. Posted

1. Open Thonny
The best way to program in MicroPython on your Raspberry Pi Pico is with the Thonny Python IDE (integrated development environment). Open the Raspberry Pi menu and choose: Programming > Thonny Python IDE.
If you are using a non-Raspberry Pi computer you may have to install Thonny. Follow the instructions at thonny.org.
Scroll for steps two and three.
Advertisement
Starter electronics: how to build and program circuits with a Raspberry Pi or Raspberry Pi Pico.
2. Choose interpreter
Thonny is normally used to write programs that run on the same computer you’re using Thonny on; to switch to writing programs on your Raspberry Pi Pico, you’ll need to choose a new Python interpreter. Look at the bottom-right of the Thonny window for the word ‘Python’ followed by a version number: that’s your current interpreter.
Click ‘Python’ and look through the list that appears for ‘MicroPython (Raspberry Pi Pico)’ – or, if you’re running an older version of Thonny, ‘MicroPython (generic)’.
3. Hello World
Writing a program for your Raspberry Pi Pico is a lot like writing a program for your Raspberry Pi. You can type commands in the Shell area at the bottom of the window to have them immediately executed, or you can write a program in the main part of the window to run on-demand.
Click in the Shell area, next to the >>>> symbols, and type:
print("Hello, World!")
When you press ENTER at the end of the line, you’ll see your Raspberry Pi Pico respond.
You are now ready to start writing your MicroPython code in the main window. Click Run to start the program on Raspberry Pi Pico. Take a read of our book, Get Started with MicroPython on Raspberry Pi Pico if you want to learn more about Pico programming.
Top tip: Update Thonny
If you don’t see ‘MicroPython (Raspberry Pi Pico)’ in the interpreter list, you’ll need to update Thonny. Open a Terminal window and type:
sudo apt update && sudo apt full-upgrade -y

Lucy is Editor of Raspberry Pi Official Magazine.
Subscribe to Raspberry Pi Official Magazine
Save up to 37% off the cover price and get a FREE Raspberry Pi Pico 2 W with a subscription to Raspberry Pi Official Magazine.
More articles

Unusual tools: corner‑cutting shear
The tool that makes cutting corners at work an acceptable practice.
Read more →

‘Friends’ – a Raspberry Pi-powered self‑balancing sculpture
This trio of robots was part of an exhibition called ‘Que Rien Ne Bouge’, which means ‘Let Nothing Move’.
Read more →

Starter Electronics in Raspberry Pi Official Magazine 157
After you’ve built your own simple circuit, why not think a little bit bigger – like building a product, and getting that product verified as officially Powered By Raspberry Pi? We take a look at some of the brilliant gadgets with Raspberry Pi at their heart. If you want to build a submarine, you might […]
Read more →
Sign up to the newsletter
Get every issue delivered directly to your inbox and keep up to date with the latest news, offers, events, and more.