Best editor for teaching Pico to middle schoolers?

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Post Reply
User avatar
solitaireMakes
 
Posts: 30
Joined: Sun Sep 10, 2023 1:45 pm

Best editor for teaching Pico to middle schoolers?

Post by solitaireMakes »

Hello - I am considering introducing the Pico to middle schoolers. So far they have been exposed to Micro:bit and programming with Makecode. Thoughts on progressing them to the Pico? If so, what editor should I use?

I have been experimenting with Thonny and like it so far. But it is not a block-based programming interface. I know there is a makecode interface for the Pico...and I have tried it. It feels glitchy to me and after using micro python on Thonny. Thoughts from other educators out there?

User avatar
Franklin97355
 
Posts: 24412
Joined: Mon Apr 21, 2008 2:33 pm

Re: Best editor for teaching Pico to middle schoolers?

Post by Franklin97355 »

Have you tried Mu or PyCharm? What OS are you using for the students?

User avatar
solitaireMakes
 
Posts: 30
Joined: Sun Sep 10, 2023 1:45 pm

Re: Best editor for teaching Pico to middle schoolers?

Post by solitaireMakes »

We have Windows laptops.

User avatar
blakebr
 
Posts: 1479
Joined: Tue Apr 17, 2012 6:23 pm

Re: Best editor for teaching Pico to middle schoolers?

Post by blakebr »

@solitaireMakes,

If you are going to use CircuitPython, MU would be a good choice. Both are supported by AdaFruit. The integration between CircuitPython and MU is very good.

CircuitPython is a good choice for a version of Python because of the extensive support for it here on the the Ada Fruit Forum. It is designed with the new programmer in mind, not someone with a computer science background.
CircuitPython Free
MU Editor Free
Raspberry Pi Pico $5.00
Total start cost $5.00
Bruce
(Not AdaFruit Staff)

User avatar
Paul16
 
Posts: 1
Joined: Sat Feb 22, 2025 1:26 pm

Re: Best editor for teaching Pico to middle schoolers?

Post by Paul16 »

Hey! Moving to Pico might be good because it can do more than Micro:bit. I'd stay with Thonny; it's solid and runs well with MicroPython. Makecode for Pico looks a bit iffy still. :)

User avatar
T_Mo
 
Posts: 1732
Joined: Thu Mar 15, 2018 7:10 pm

Re: Best editor for teaching Pico to middle schoolers?

Post by T_Mo »

Do you want a graphical or text-based programming interface?

Post Reply
Please be positive and constructive with your questions and comments.

Return to “For Educators”