Home > Article > Backend Development > Let me take you to understand what Microbit MicroPython is?
Microbit MicroPython Introduction
Microbit Shop
We recommend that you download and use mu editor. This compiler allows you to work offline and without network Compile Microbit's Python program in the environment. Please refer to the website instructions for download and installation steps. Perhaps you need to install drivers on your computer. Mu can be executed on Windows, OSX, and Linux. Mu controls and sends the program to the Microbit through the USB Success, please make sure Microbit appears in your computer's file manager and is a USB Flash hard drive. .
Tutorials
Handling an Event
##Input/Output
Ticklish Python
Music
Wolfgang Amadeus Microbit
Random
Random Numbers
Simply put, if you learn or teach Python, it is possible to develop skills, abilities or contributions that are highly valuable to human activities. You can start with the Python language for a small computer like the BBC's Microbit. It was developed from the MicroPython open source project, and when you want to move away from an environment like a Raspberry Pi that can fully execute Python 3, you can still use the same programming language. MicroPython does not contain all standard Python modules. We developed and used modules such as microbit on MicroPythong to control devices such as Microbit.
Whether you are at home or in school or in the classroom, these BBC Micro:bit MicroPython courses are easy to complete by following the steps. You may not be comfortable with it at first, but you will get better and better. Don’t write A few wrong procedures will break your Microbit. Study it, enjoy it, and then just dive in!
The following is to encourage everyone to write programs without being afraid of making mistakes. The original sentence is in excellent English, so I won’t translate it.
A word of warning:
you will fail many times, and that is fine.
Failure is how good software developers learn. Those of us who work as software developers have a lot of fun tracking down bugs and avoid the repetition of mistakes.
If in doubt, remember the Zen of MicroPython:
Code,
Hack it
Less is more,
Keep it simple,
Small is beautiful,
Be brave! Break things! Learn and have fun!
Express yourself with MicroPython.
Happy hacking! :-)
Best of luck! )
Micro:bit 中文台湾 中國
The above is the detailed content of Let me take you to understand what Microbit MicroPython is?. For more information, please follow other related articles on the PHP Chinese website!