I wanted to expose my kids to programming because it’s a great skill and a powerful way of thinking. And my kids spend enough time playing Angry Birds and Cut the Rope on my iPhone that I figure they ...
I recently facilitated a workshop for high school physics teachers in South Africa (two workshops actually---one in Johannesburg and one in Cape Town). The goal of the workshop was to introduce ...
You're currently following this author! Want to unfollow? Unsubscribe via the link in your email. Follow Robin Madell Every time Robin publishes a story, you’ll get an alert straight to your inbox!
This past semester, I took an introductory Python course with roughly fifty undergraduate and a handful of graduate peers. The course—“COMP 10: Computer Science For All”—was designed specifically for ...
A couple of months ago, I decided to start learning Python. But this article isn’t strictly about Python. Soon after I took my decision to (slowly) learn my way around it, I asked my friend Gabe ...
An experimental ‘no-GIL’ build mode in Python 3.13 disables the Global Interpreter Lock to enable true parallel execution in Python. Here’s where to start. The single biggest new feature in Python ...
In the spirit of continual learning and, as a follow on to my previous blog, Line Regulation Measurement Coding in Python, I thought I would continue discussing coding for measurements by providing an ...