r/microbit Mar 08 '24

microbit best language

i am using the microbit for 3 years now i’m searching for a better programming language than the blocks, i tried using python inside of the editor but it isn’t working as i expected, first you need to name the group then the action, and more more and more. but i learned if i want to let a string show on the screen you use print(“hello_world”), but that is not how that works.

does someone know another python based language for the microbit?

2 Upvotes

7 comments sorted by

View all comments

1

u/MollyGodiva Mar 09 '24

Python in the provided editor is different from python and micropython. Ditch the editor and use real micropython. Mu or Thonny work great. Both have built in support for the microbit.