Results 1 to 15 of 15

Thread: Are Raspberry Pis good computers for children

  1. #1
    Registered+
    Join Date
    Nov 2013
    Posts
    21
    Thanks
    2
    Thanked
    0 times in 0 posts

    Are Raspberry Pis good computers for children

    i was thinking of getting one for my 12 year old daughter as a good programming computer, are they any good?

  2. #2
    Admin (Ret'd)
    Join Date
    Jul 2003
    Posts
    18,481
    Thanks
    1,016
    Thanked
    3,208 times in 2,281 posts

    Re: Are Raspberry Pis good computers for children

    As a learning aid, something to be able to easily build software and learn principles, while actually being able to get it to do things, yes, I'd say so. It's not going to directly train her in marketable skills (though, at 12, plenty of time for that, obviously), but it should help set the foundations in place. And if she's got the type of mind that works the right way, it could well be lots of fun, too.

    Put it this way. At 12, I'd have killed for a device like that. Instead, I wound up with BASIC and BBCX on an ICL mainframe .... back in pre-history.

  3. Received thanks from:

    paul3281 (10-11-2013)

  4. #3
    Registered+
    Join Date
    Nov 2013
    Posts
    26
    Thanks
    5
    Thanked
    0 times in 0 posts
    • cha_m_rlie's system
      • Motherboard:
      • Asus Z87-Pro
      • CPU:
      • Intel I5-4670k
      • Memory:
      • Corsiar 8GB
      • Storage:
      • Very old WD 160 GB
      • Graphics card(s):
      • None Yet :(
      • PSU:
      • Corasir HX750
      • Case:
      • NZXT Phantom 410
      • Operating System:
      • Windows 7
      • Monitor(s):
      • Samsung 24"
      • Internet:
      • Fibre

    Re: Are Raspberry Pis good computers for children

    I have one, and believe that they do help to introduce children to programming (it introduced programming to me). Having said this, most of the applications that are on the raspberry pi can be found on almost any other pc.
    I use mine to integrate software with the real world, for example creating a program that creates a website on the local network and allows you to turn LED's on and off, from a smartphone. This is a great way to introduce programming, and I find it very fun. You can find several tutorials across the internet which tell you how to make different projects.
    Also, they are extremely inexpensive, especially if you already have a micro-SD card, a smartphone charger and a monitor(the raspberry pi does not come with these included).

  5. #4
    Registered+
    Join Date
    Jan 2014
    Location
    Nottingham, UK
    Posts
    14
    Thanks
    0
    Thanked
    2 times in 2 posts
    • SniprUK's system
      • Motherboard:
      • Gigabyte 970A-DS3P Rev 2
      • CPU:
      • AMD 4300 4 Core @ 4.1Ghz
      • Memory:
      • 4GB Corsair Value 1333Mhz DDR3
      • Storage:
      • 1TB Segate Barracuda
      • Graphics card(s):
      • ATI Radeon HD 6670
      • PSU:
      • 550Watt (Brand not worth mentioning)
      • Case:
      • AvP Defender 400 K2 USB 3
      • Operating System:
      • Windows 7 Home Premium 64 Bit
      • Monitor(s):
      • Monitor 1: AOC E960SDA; Monitor 2: Not worth mentioning
      • Internet:
      • 60Mbps Virgin Media Unlimited

    Re: Are Raspberry Pis good computers for children

    If you want to get your child into coding and the likes then the Pi is perfect as it is very versatile. As a cheap alternative to a computer though then I would strongly advise against it! The Pi is very complicated to start out and this can get increasingly annoying (especially if you don't know what you are doing!). Otherwise, the Pi is incredibly cheap so why not?! Go for it!

  6. #5
    Member
    Join Date
    May 2014
    Location
    Wiltshire
    Posts
    130
    Thanks
    3
    Thanked
    9 times in 8 posts
    • rich835's system
      • Motherboard:
      • Gigabyte Z97X-Gaming 7
      • CPU:
      • Intel Core i7-4770K @4.1GHz
      • Memory:
      • 16GB (2x8GB) Kingston HyperX Beast 2400
      • Storage:
      • Samsung SSD EVO 250GB / Seagate Barracuda 3.0TB
      • Graphics card(s):
      • Palit GeForce GTX 1080 GameRock
      • PSU:
      • Powercool X-Viper 80 Plus Bronze 950W
      • Case:
      • Zalman Z3 Plus - White
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Acer K272HL + Oculus Rift
      • Internet:
      • Virgin Media 150mb

    Re: Are Raspberry Pis good computers for children

    If your daughter would take to something a bit more hands-on, how about an Arduino board?
    She can learn a bit of programming and also have the fun of wiring, plugging in modules and building a real project.

  7. #6
    Senior Member
    Join Date
    Apr 2011
    Location
    Glasgow
    Posts
    330
    Thanks
    12
    Thanked
    39 times in 30 posts
    • Goobley's system
      • Motherboard:
      • Asus H81I-Plus
      • CPU:
      • i3 4130
      • Memory:
      • 8GB Corsair Vengeance LP Blue
      • Storage:
      • 1TB Caviar Blue
      • Graphics card(s):
      • MSI R9 270 Gaming
      • PSU:
      • EVGA 500B
      • Case:
      • Cooler Master Elite 120
      • Operating System:
      • Linux Arch/Mint/Windows 7 Ult. 64bit/OS X
      • Monitor(s):
      • 23" iiyama IPS
      • Internet:
      • Meh

    Re: Are Raspberry Pis good computers for children

    I think that (budget allowing) you probably want both an Arduino and a Pi. There are a lot of good tutorials for starting in Python on the Pi (or is that Pithon?! ). The basic C required to run SIMPLE arduino projects can be learnt in an afternoon. When you put both of these together you have enough power to take over the world

    In all seriousness I've played with a Pi for a couple of days, and they're not bad at all, especially the newer revisions for their price. The standard Raspbian is a decent linux distro that feels pretty well balanced around the machine, although if/when she gets used to Linux (you do have to pull up a terminal fairly often in my experience) then the ultra-geeky/customisable Arch Linux is also available on the platform.

    I first learnt to code around the age of 10-11, continued learning for a couple of years (mainly java and obj-c). Nowadays I generally just use C++ and Python though. Last year I went back and almost learnt to code all over again, setting myself challenges in limiting the memory and execution time I was allowed to use for projects. In a lot of ways learning to work around these limitations makes a good programmer (I'm not one by any stretch of the imagination, but it's not my job either). You could probably even say that the Pi isn't limited enough to teach people good code etiquette, but as it stands I would rather future generations learned to write Python and C in a Linux environment than C# in a flaky copy of VS.

    Does it/Should it be a Pi? Complicated question. Sure an old laptop from ~2005 would run a lightweight linux just as well, but I think the Pi probably has a community advantage, a plethora of ARM specific guides and it's personal appeal to me: dem GPIO pins.

    IMO Probably Pi first, followed by an arduino a few months later if the Pi goes down well (the arduino does require a whole other set of skills on top of the programming, and the Pi will probably have to serve as its base anyway).

    Good Luck!

  8. #7
    Registered+
    Join Date
    Oct 2015
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Are Raspberry Pis good computers for children

    I second the thought that I would have very much liked to have one at that age, although I guess I wouldn't really know what to do with it... Today things are a bit different.

  9. #8
    Registered+
    Join Date
    Oct 2015
    Posts
    30
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Are Raspberry Pis good computers for children

    Considering the broad uses of a RPI, I'd very much have liked one when I were younger. Just glancing at other people's creations online can serve as a stepping stone for a young mind. It's certainly a great device to inspire creativity.

  10. #9
    Banned
    Join Date
    Jun 2008
    Posts
    2,129
    Thanks
    13
    Thanked
    189 times in 160 posts

    Re: Are Raspberry Pis good computers for children

    Cheap, powerful(*) and almost disposable. Buy one

    * may dissapoint windows users who are used to having stupidly powerful machines to run their bloatware.

  11. #10
    Technojunkie
    Join Date
    May 2004
    Location
    Up North
    Posts
    2,580
    Thanks
    239
    Thanked
    213 times in 138 posts

    Re: Are Raspberry Pis good computers for children

    I've had lots of fun teaching using codebugs (£15)

    http://codebug.co.uk

    Yes, it's visual block based, not "real text language"
    but a great intro to programming.
    Chrome & Firefox addons for BBC News
    Follow me @twitter

  12. #11
    Banned
    Join Date
    Jun 2008
    Posts
    2,129
    Thanks
    13
    Thanked
    189 times in 160 posts

    Re: Are Raspberry Pis good computers for children

    Quote Originally Posted by mikerr View Post
    I've had lots of fun teaching using codebugs (£15)

    http://codebug.co.uk

    Yes, it's visual block based, not "real text language"
    but a great intro to programming.
    Cool device, got on from the designer at the Liverpool Makefest.

    For 15 notes it's a great introduction into programming as it has buttons and flashy lights. All you need!

  13. #12
    Registered+
    Join Date
    Oct 2005
    Posts
    22
    Thanks
    1
    Thanked
    1 time in 1 post

    Re: Are Raspberry Pis good computers for children

    I think the question should include your competence, tenacity and available time....as your kid will undoubtedly need help or if stuck, will loose interest quickly I expect....I know my kids would.

    They are spoilt by modern PCs, tablets and phones..... no real skills required to operate...or understand anything as to how they work.....but that leads to the old car and servicing debate.....ho hum...


    David

  14. #13
    Registered+
    Join Date
    Mar 2016
    Posts
    18
    Thanks
    0
    Thanked
    1 time in 1 post

    Re: Are Raspberry Pis good computers for children

    If you aren't going to be connecting anything special to it (useful hardware general purpose IO port on the pi) a regular PC will do just as well. It will be overkill but you probably have a PC already so don't need to buy anything. A pi is great fun but you can use these learn to code tools on a PC too.

  15. #14
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: Are Raspberry Pis good computers for children

    Quote Originally Posted by Saracen View Post
    It's not going to directly train her in marketable skills


    You know how much competent ARM and/or Linux specialists are paid, right?

  16. #15
    Registered User
    Join Date
    Apr 2016
    Posts
    2
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Are Raspberry Pis good computers for children

    Why not, my son successfully using it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •