Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Programming books for Children: 9 - 11 age group

Programming books for Children: 9 - 11 age group

Scheduled Pinned Locked Moved The Lounge
csharpjavapythonphphardware
22 Posts 21 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A AJGardiner

    Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

    Adrian Breaking code since '85.

    L Offline
    L Offline
    Lost User
    wrote on last edited by
    #8

    Book? How very 20th century of you! Have you seen Blocky?[^] It's a block based programming interface - I haven't played with it too much, but I admire the way they lead youngsters into it. The good thing is it's not a language, so they start learning the skills without the need to learn a language - but it can be used to generate code for python or javascript. I figure a great introduction, and so much more fun than a book ...

    MVVM # - I did it My Way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')

    1 Reply Last reply
    0
    • A AJGardiner

      Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

      Adrian Breaking code since '85.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #9

      It's tricky. Most of the material aimed at any sort of beginner (not just kids) is dumbed down to the point where it insults the reader's intelligence. On the other hand, most material not aimed at beginners is a little advanced for someone who's actually a beginner. Anyway, does he need a book? He could just find everything on the internet, right? That's what I did.

      1 Reply Last reply
      0
      • A AJGardiner

        Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

        Adrian Breaking code since '85.

        Z Offline
        Z Offline
        ZurdoDev
        wrote on last edited by
        #10

        http://smallbasic.com/[^]. It's not a book, although there probably are some written on it, but Small Basic is good. They have lots of walk-throughs and tutorials.

        There are only 10 types of people in the world, those who understand binary and those who don't.

        1 Reply Last reply
        0
        • A AJGardiner

          Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

          Adrian Breaking code since '85.

          N Offline
          N Offline
          Nicolas Dorier
          wrote on last edited by
          #11

          Not a book, but might be fun for your child : http://learn.code.org/hoc/1[^]

          1 Reply Last reply
          0
          • A AJGardiner

            Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

            Adrian Breaking code since '85.

            0 Offline
            0 Offline
            0bx
            wrote on last edited by
            #12

            Kahn Academy programming course[^] Really good online course for javascript, gamified and completely free. Not my favorite language, but I would still definitely recommend to start there because it has the best quality you can offer a kid for free; also the same site has an impressive mathematics course. Youtube channel: Computerphile[^] Applied computer science explained on a conceptual level; good introduction to learn more about all sorts of things. Then I guess it depends if he/she wants to be an 'inventor' (Arduino[^]) or a 'video game designer' (GameMaker Studio[^]).

            .

            1 Reply Last reply
            0
            • A AJGardiner

              Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

              Adrian Breaking code since '85.

              T Offline
              T Offline
              thatraja
              wrote on last edited by
              #13

              This old collection looks OK. http://tedfelix.com/books/[^] But why only books? Please check second link in my signature.

              thatraja

              Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute

              C 1 Reply Last reply
              0
              • A AJGardiner

                Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                Adrian Breaking code since '85.

                A Offline
                A Offline
                Argonia
                wrote on last edited by
                #14

                Buy him some pc / console games (and the console) and leave the little one alone !

                Microsoft ... the only place where VARIANT_TRUE != true

                1 Reply Last reply
                0
                • T thatraja

                  This old collection looks OK. http://tedfelix.com/books/[^] But why only books? Please check second link in my signature.

                  thatraja

                  Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute

                  C Offline
                  C Offline
                  Corporal Agarn
                  wrote on last edited by
                  #15

                  I actually read the "Danny Dunn" series when I was a kid.

                  1 Reply Last reply
                  0
                  • A AJGardiner

                    Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                    Adrian Breaking code since '85.

                    C Offline
                    C Offline
                    Chris Quinn
                    wrote on last edited by
                    #16

                    How about this free ebook? C# for sharp kids[^]

                    ========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================

                    1 Reply Last reply
                    0
                    • H HobbyProggy

                      AntMe! is a great book to learn c# and vb. I had it when i was 10 years old. You are learning Basics, so no really really deep digging. But you are programming while "playing". Check it out, maybee it fits your requirements :)

                      if(this.signature != "") { MessageBox.Show("This is my signature: " + Environment.NewLine + signature); } else { MessageBox.Show("404-Signature not found"); }

                      S Offline
                      S Offline
                      SimulationofSai
                      wrote on last edited by
                      #17

                      HobbyProggy wrote:

                      AntMe! is a great book to learn c# and vb. I had it when i was 10 years old.

                      Oh boy, I feel really old now.

                      SG Aham Brahmasmi!

                      1 Reply Last reply
                      0
                      • A AJGardiner

                        Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                        Adrian Breaking code since '85.

                        S Offline
                        S Offline
                        sir_download_alot
                        wrote on last edited by
                        #18

                        I don't know any particular book but there is a programming lanugage called LOGO from the department of computer science of the ETH Zurich which might be interesting for you and your children. This is the department where Niklaus Wirth used to work (http://en.wikipedia.org/wiki/Niklaus_Wirth[^]) Here an article in English: https://www1.ethz.ch/inf/news/spotlight/ferienpass/index[^] Learning a specific language is one thing but learning to analyse a problem and come up with a program to solve it is usually not done by just learning a language. Here a script in English: http://abz.inf.ethz.ch/media/archive1/unterrichtsmaterialien/primarschulen\_stufe\_sek\_1/logo\_heft\_en.pdf However, have a look and have fun!

                        1 Reply Last reply
                        0
                        • A AJGardiner

                          Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                          Adrian Breaking code since '85.

                          B Offline
                          B Offline
                          Billy T
                          wrote on last edited by
                          #19

                          Scratch [MIT] is actually pretty good at that age. My kids had fun with the book "Super Scratch Programming Adventure!". For Python, "Invent Your Own Computer Games with Python" [^] is ok, but code academy is probably better, unless they get distracted easily by youtube / pokemon / fungames…

                          1 Reply Last reply
                          0
                          • A AJGardiner

                            Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                            Adrian Breaking code since '85.

                            A Offline
                            A Offline
                            Alexander DiMauro
                            wrote on last edited by
                            #20

                            There are a couple of pretty good books from Pragmatic Programmers: 3D Game Programming for Kids[^] That one is in JavaScript. The second is a 'Beta' book, so not complete yet, but they let you download it while it's being written: Learn to Program with Minecraft Plugins[^] That one is in Java. I've got both in my shopping cart right now...just holding out for a holiday coupon!

                            I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone - Bjarne Stroustrup The world is going to laugh at you anyway, might as well crack the 1st joke! My code has no bugs, it runs exactly as it was written.

                            1 Reply Last reply
                            0
                            • A AJGardiner

                              Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                              Adrian Breaking code since '85.

                              D Offline
                              D Offline
                              Dominic Amann
                              wrote on last edited by
                              #21

                              Get the game "Robot Turtles". The kickstarter has expired, but there are games available starting today at [^]

                              1 Reply Last reply
                              0
                              • A AJGardiner

                                Hi all, I was wondering if anyone had any good recommendations for programming books for children. I want to get my son into programming as he shows an interest in it, but most books are a little dry due to the target market. I grew up using Usbourne books teaching Basic, with the book showing a listing and then various minor corrections for the BBC, Vic20, Apricot, Spectrum & CBM - which I then had to correct to make them work on an Amstrad CPC. However, these aren't really that viable these days... Anyway enough nostalgia - I'm not too fussed whether it is PHP, Java, C#, Python, etc. I do have a Raspberry Pi so I thought Python might be a good bet as he could transfer the programs from the laptop to the Pi. I must add that is a Windows 8 laptop, just in case that influences any answers. Apologies if this topic has already been covered in a thread elsewhere, but I couldn't find one talking about programming books. Any suggestions will be gratefully received.

                                Adrian Breaking code since '85.

                                T Offline
                                T Offline
                                TnTinMn
                                wrote on last edited by
                                #22

                                http://www.smallbasic.com/[^] This is a MS curriculum targeted to children 10 to 16 years old. Note: I have no experience with this, it is just something that popped up once in a too generic search for a tutorial and I bookmarked it.

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups