An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Introduction to MicroPython

[![Read the docs on github.io](https://img.shields.io/badge/read%20the%20docs-github.io-8ca1af?style=flat-square&logo=read-the-docs)](https://onitake.github.io/microbit-introduction/)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/license-CC%20BY--SA%204.0-ef9421?style=flat-square&logo=creative-commons)](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/).