Earlier quoted context omitted.
I think you underestimate how much having something tactile, with buttons and LEDs, can really shift how younger students perceive learning. I volunteer teach a group of 8/9 year olds an intro to programming class and the difference between teaching them Python using CLI-esque tools and making things light up on the micro:bit is astounding.
Is that age group the best age to learn? I notice they're targeting year 7/8/9 in the UK - is that high school?
Micro:bit developer community
11–20 of 38 posts
Re: Micro:bit developer community
#12I see these are available to buy in the UK now (has singles from other retailers http://uk.farnell.com/bbc-microbit-reseller ). http://uk.farnell.com/bbc-microbit?CMP=AFC-AN-UK-ALL-473347 Anyone how to buy a single one in the US? My 8yo was going to get an arduino robot for Christmas but this might simpler to use I think.
Re: Micro:bit developer community
#13So this is not available in the US yet. And there is no link to a reseller directly from their site.
Re: Micro:bit developer community
#14I have a hard time understanding the educational value of the micro bit. It seems way to underpowered to do anything interesting educational wise.
Re: Micro:bit developer community
#15Re: Micro:bit developer community
#16I would like to once more criticize the fact that BBC re-invented the wheel (and micro:bit) at a time where $5 Raspberry Pi 0 is widely available. It would have been much better to spend the effort of producing better learning software and ecosystem for Raspberry Pi instead. Someone boasted about the lengths it took to make Python run on micro:bit and it still isn't full Python and no chance for anything graphically…
Re: Micro:bit developer community
#17I would like to once more criticize the fact that BBC re-invented the wheel (and micro:bit) at a time where $5 Raspberry Pi 0 is widely available. It would have been much better to spend the effort of producing better learning software and ecosystem for Raspberry Pi instead. Someone boasted about the lengths it took to make Python run on micro:bit and it still isn't full Python and no chance for anything graphically…
The micro:bit has, built in: a 5×5 array of leds, an accelerometer, a digital compass, 2 push buttons, a set of piezo / touch io, and a low-power bluetooth radio — all of which have api libraries and documentation that a user doesn't need to write themselves.
While there are a multitude of awesome things that can be done with the pi zero, there's still a non-trivial amount of setup required to program basic hardware features.
Re: Micro:bit developer community
#18Re: Micro:bit developer community
#19I would like to once more criticize the fact that BBC re-invented the wheel (and micro:bit) at a time where $5 Raspberry Pi 0 is widely available. It would have been much better to spend the effort of producing better learning software and ecosystem for Raspberry Pi instead. Someone boasted about the lengths it took to make Python run on micro:bit and it still isn't full Python and no chance for anything graphically…
I agree that if you just want to teach Python programming that a RasPi (original model is fine), a TV and a keyboard is really all you need.
I also believe that some folks are more systems oriented and would like to learn about "computers" as opposed to "programming computers". Much of the success in the embedded world comes from people who want to understand the way the computer starts from scratch and then runs its completed program. It is more difficult to serve those folks by starting with a Cortex-A architecture device.