https://github.com/onitake/microbit-introduction
Introduction to Python programming with the micro:bit and MicroPython
https://github.com/onitake/microbit-introduction
Last synced: 5 months ago
JSON representation
Introduction to Python programming with the micro:bit and MicroPython
- Host: GitHub
- URL: https://github.com/onitake/microbit-introduction
- Owner: onitake
- Created: 2018-10-09T22:17:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T09:04:16.000Z (over 6 years ago)
- Last Synced: 2025-04-11T21:18:51.109Z (about 1 year ago)
- Homepage: https://onitake.github.io/microbit-introduction/
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to MicroPython
[](https://onitake.github.io/microbit-introduction/)
[](https://creativecommons.org/licenses/by-sa/4.0/)
## Goal: Getting started with the micro:bit and Python 3.
A simple introductory course.
[Read online!](https://onitake.github.io/microbit-introduction/)
Build with [mkdocs](https://www.mkdocs.org/):
```
mkdocs build
```
Then open site/index.html in a web browser.
Or just serve it directly:
```
mkdocs serve
```
Then open [http://localhost:8000/](http://localhost:8000/).
## Copyright
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).