Home  >  Article  >  Backend Development  >  Let me take you to understand what Microbit MicroPython is?

Let me take you to understand what Microbit MicroPython is?

PHP中文网
PHP中文网Original
2017-06-20 14:51:004166browse

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

    Hello, World!
  • ##Images
  • DIY Images
    • Animation
    • ##Buttons
  • Event Loops
    • Handling an Event

    • ##Input/Output

  • Ticklish Python

    • Bleeps and Bloops

    • Music

  • Wolfgang Amadeus Microbit

    • Sound Effects

    • Random

  • Random Numbers

    • Seeds of Chaos

    • ##Movement

  • Musical Mayhem

    • Gestures

  • Magic-8

    • Direction

  • Compass

    • Storage

  • Open Sesame

    • OS SOS
    • File Transfer
    • Mainly main.py
    • Speech

    ##DALEK Poetry
  • Say Something
    • Poetry on Demand
    • Phonemes
    • Sing A Song of Micro:bit
    • Network
    Connection
  • Signal
    • Protocol
    • Message
    • Application
    • The End Result
    • Radio
    Layers upon Layers
  • Bytes
    • Addressing
    • Fireflies
    • ##Next Steps
    • Python is one of the most popular programming languages ​​in the world (the world's most popular). Unless otherwise stated, you may be using software written in Python every day without even knowing it. Many well-known companies and organizations, such as Google, NASA, Bank of America, Disney, CERN, YouTube, Mozilla, The Guardian, have used Python to develop a large number and wide range of applications, covering many fields such as economics, science, art, etc. .
    For example, do you remember the discovery of gravitational waves? Their measuring device was controlled by a program written in Python (with Python).
  • 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.

  • Python and MicroPython are free software, and you don’t have to pay anything to the Python community. You can try to contribute back to the community in different forms, including program code, files, debugging reports, and writing tutorials, like this one. In fact, the Python resources for the BBC micro:bit were created by many volunteers who donated their own time.

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn