@ntoll visits Adafruit and talks with Ladyada about all things Python, education, communities, and the Mu editor.
Video
Mu is a simple code editor for beginner programmers based on the feedback given to and experiences of the Raspberry Pi Foundation’s education team. Having said that, Mu is for anyone who wants to use a simple “no frills” editor.
Mu is a modal editor with modes for Adafruit’s CircuitPython, the micro:bit’s version of MicroPython and standard Python 3 (including a graphical debugger). All modes make available a REPL (either running on the connected CircuitPython or MicroPython device or as a Jupyter based iPython session in Python3 mode).
It’s written in Python and works on Windows, OSX, Linux and Raspberry Pi.
Nicholas Tollervey is a classically trained musician, philosophy graduate, teacher, writer and software developer. Nicholas has been programming since 1984 when he taught himself using his school’s BBC B. He’s been online since 1994 and made software development his career in 2002 & is a Python fellow.
Mu is a simple code editor for beginner programmers. It’s written in Python and works on Windows, OSX, Linux and Raspberry Pi.
Code With Mu
mu-editor/mu (GitHub)
Personal site
Twitter
News from around the web!
Crow Pyboard – one of the first Pyboard variants in the wild
Implementing MicroPython as a UEFI Test Framework
HACKSPACE #5 is here – with ADAFRUIT!
NumPy calculator controls MicroPython-powered robot
USB Foot Switch built with CircuitPython
@pdxpython @gizm0_0 informative talk on MicroPython
Getting started guide for the ESP32 using MicroPython & Adafruit HUZZAH32
TelegaGraph
Space Invader on Reddit self.MechanicalKeyboards CircuitPython Keyboard
SparkFun is looking for an embedded software engineer with MicroPython experience
CircuitPython Weekly for March 26th, 2018
We have a post on how to contribute to this newsletter too
Upcoming events!
May 2018 – The PyCon 2018 conference, which will take place in Cleveland, is the largest annual gathering for the community using and developing the open-source Python programming language. It is produced and underwritten by the Python Software Foundation, the 501(c)(3) nonprofit organization dedicated to advancing and promoting Python. Through PyCon, the PSF advances its mission of growing the international community of Python programmers. Adafruit is a sponsor, we’ll see you in the goodie bag 🙂
Latest releases
CircuitPython’s stable release is 2.2.4 and its unstable release is 3.0.0-alpha.3. New to CircuitPython? Start with our Welcome to CircuitPython Guide.
20180324 is the latest CircuitPython library bundle.
v1.9.3 is the latest MicroPython release. Documentation for it is here.
3.6.4 is the latest Python release.
Contribute!
The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Tuesday. It highlights the latest CircuitPython related news from around the web including Python and MicroPython developments. To contribute, edit next week’s draft on GitHub and submit a pull request with the changes. Join our Discord or post to the forum for any further questions.