Schlagwort: Python
-
Join us at the Education Summit at PyCon UK 2018
Reading Time: 3 minutesPyCon UK 2018 will take place on Saturday 15 September to Wednesday 19 September in the splendid Cardiff City Hall, just a few miles from the Sony Technology Centre where the vast majority of Raspberry Pis is made. We’re pleased to announce that we’re curating this year’s Education Summit at the conference,…
-
Build a house in Minecraft using Python
Reading Time: 9 minutesIn this tutorial from The MagPi issue 68, Steve Martin takes us through the process of house-building in Minecraft Pi. Get your copy of The MagPi in stores now, or download it as a free PDF here. Minecraft Pi is provided for free as part of the Raspbian operating system. To start…
-
Transition from Scratch to Python with FutureLearn
Reading Time: 3 minutesWith the launch of our first new free online course of 2018 — Scratch to Python: Moving from Block- to Text-based Programming — two weeks away, I thought this would be a great opportunity to introduce you to the ins and outs of the course content so you know what to expect.…
-
Rosie the Countdown champion
Reading Time: 3 minutesBeating the contestants at Countdown: is it cheating if you happen to know every word in the English dictionary? Rosie plays Countdown Allow your robots to join in the fun this Christmas with a round of Channel 4’s Countdown. https://www.rosietheredrobot.com/2017/12/tea-minus-30.html Rosie the Red Robot First, a little bit of backstory. Challenged by…
-
Digital making for new parents
Reading Time: 4 minutesSolving problems that are meaningful to us is at the core of our approach to teaching and learning about technology here at the Raspberry Pi Foundation. Over the last eight months, I’ve noticed that the types of digital making projects that motivate and engage me have changed (can’t think why). Always looking…
-
piwheels: making “pip install” fast
Reading Time: 6 minutesTL;DR pip install numpy used to take ages, and now it’s super fast thanks to piwheels. The Python Package Index (PyPI) is a package repository for Python modules. Members of the Python community publish software and libraries in it as an easy method of distribution. If you’ve ever used pip install, PyPI…
-
Simple Computer Gesture Control with Arduino and Python
Reading Time: < 1 minuteSimple Computer Gesture Control with Arduino and Python Arduino Team — November 6th, 2017 As outlined in this Circuit Digest write-up, with the right hardware, you can now control your computer using hand gestures. While interesting, this kind of technology can be a little expensive. But if you’d like to augment your notebook…