MicroPython: An Intro to Programming Hardware in Python

Are you interested in the Internet of Things, home automation, and connected devices? If so, then you’re in luck! In this tutorial, you’ll learn about MicroPython and the world of electronics hardware. You’ll set up your board, write your code, and deploy… Read more

Similar

Write Python like it’s Rust (correct link)

I started programming in Rust several years ago, and it has gradually changed the way I design programs in other programming languages, most notably in Python. Before I started using Rust, I was usually writing Python code in a very dynamic and type-loose... (more…)

Read more »

Python Dev Setup on a Mac

This is a short guide to get properly set up with Python, virtual environments and git on your Mac (I’m on 10.10). Heavily inspired by these great tutorials.

Read more »