From dedeeb35a58cf635e083c5973212f61f1c372fb1 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 20 Oct 2015 16:09:47 +0200 Subject: [PATCH] new article --- content/posts/der-bbc-microbit-und-python.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/posts/der-bbc-microbit-und-python.md diff --git a/content/posts/der-bbc-microbit-und-python.md b/content/posts/der-bbc-microbit-und-python.md new file mode 100644 index 0000000..cf26104 --- /dev/null +++ b/content/posts/der-bbc-microbit-und-python.md @@ -0,0 +1,10 @@ +Title: der BBC micro:bit und Python +Date: 2015-10-20 15:49 +Slug: der-bbc-microbit-und-python +Tags: python, bbc + +Die BBC hat sich ein kleines Mammutprojekt auferlegt. Sie wollen jedem 11 Jährigen in England ein Computer-Device zukommen lassen. Der [Micro Bit](https://en.wikipedia.org/wiki/Micro_Bit). Es sind viele Partner an Board. Unter anderem auch die [Python Software Foundation](http://pyfound.blogspot.de/2015/03/bbc-launches-microbit.html). Das Board hat neben vielen Schnittstellen auch eine LED-Matrix. Viele Sachen zum entdecken und vor allem Spaß fürs Programmieren zu entwickeln. Und nun kommt der Clou: Es wird [MicroPython](https://micropython.org/) auf dem Board laufen. Also sind alle Schnittstellen direkt per Python ansprechbar, direkt auf dem Board. Ich bin zwar keine 11 aber trotzdem total aus dem Häuschen. Vielleicht gibt es ja eine Aktion so ein Board auch erwerben zu können. + +{% youtube HAx9sJB1_eY %} + +([via](http://ntoll.org/article/story-micropython-on-microbit))