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 for my kids

Programming for my kids

Scheduled Pinned Locked Moved The Lounge
questiontutorialdiscussion
84 Posts 66 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 Amarnath S

    How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

    P Offline
    P Offline
    pedgarcia
    wrote on last edited by
    #59

    Hi, I tried several tools with my 10 years old son and what he found the best (yes, it should be them, not you :) ) is the Scratch (http://scratch.mit.edu/[^]. It's is very easy to get started and the programming uses a visual approach. After a while, I could see my son can now understand perfectly the logic of all basic programming structures (loops, ifs, variables, etc). Regards Paulo

    ------------- Paulo Garcia

    1 Reply Last reply
    0
    • A Amarnath S

      How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

      R Offline
      R Offline
      Robert Zieroth
      wrote on last edited by
      #60

      Checkout Scratch at MIT. http://scratch.mit.edu/ It is a more visual way of dragging and dropping code statements. It is centered around moving sprites arround on the screen. When they are done it will publish there project to the gallary at the Scratch site so they can share there creation with there friends. I found it to incorporate many concepts in ways kids can understand, including xy courdinate and moving sprites, variables, control statements, collision detection, broadcasting/listenting for events. I was able to teach my son concepts of mutlti threading and syncronization because each sprite gets its own script which is running concurrently. By using the event broadcasting and listenting I was able to show him how to sychronize actions between different sprites.

      1 Reply Last reply
      0
      • A Amarnath S

        How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

        E Offline
        E Offline
        etkid84
        wrote on last edited by
        #61

        if she sticks with it, you know she's truly interested. Otherwise, get her into cheerleading :laugh:

        David

        1 Reply Last reply
        0
        • C Christopher Duncan

          You're skipping a step. You start by finding out if they have any enthusiasm for it and if not, looking for ways to fire that curiosity and passion in them. Without an eager desire on their part, it's just drudgery no different than scraping an old coat of paint off the back fence. In such a case, there is no language or technology on the planet that will make a difference. Once they're interested, however, the rest comes easily.

          Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Got a career question? Ask the Attack Chihuahua!

          C Offline
          C Offline
          chaluta04
          wrote on last edited by
          #62

          This is a pretty cool thread. I'm slightly new to programming. Well, I've been doing it for about two years and I'm starting to really have a passion for it. My son is 9 years old and I'm getting ready to introduce it to him.

          1 Reply Last reply
          0
          • A Amarnath S

            How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

            R Offline
            R Offline
            reynoldsjt
            wrote on last edited by
            #63

            I started with C. I feel it is a good starting place for high level languages. You could even start them on C#. I'm not particularly fond of it, but i think it would make a reasonable starting place by reducing some of the learning curve.

            1 Reply Last reply
            0
            • L LostAgain

              My eleven years old son's love programming game with RPG Game Maker. It's a programming language build in .NET. It's allow kids to program RPG game using pre-defined objects. Since he programs with Game Maker, my son knows how variables, events, loops, objects, bitmaps, sounds, etc works. I recommend it to everyone!

              G Offline
              G Offline
              glowglassman
              wrote on last edited by
              #64

              A great place to start is Scratch http://scratch.mit.edu/ . It is a visual programming language developed by MIT that consists of stacking objects that look like Legos to create your program flow. My 9 year old son has been programming in it for 2 years and loves it. It is great for teaching them the visualization and logic needed to program in any language. There is a website dedicated to sharing your programs with others and getting feedback.

              1 Reply Last reply
              0
              • A Amarnath S

                How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                T Offline
                T Offline
                TylerMc007
                wrote on last edited by
                #65

                I faced the same problem about a year ago with my 12-year-old and 9-year-old. Programming with C was too daunting for them. Too much to learn before they could do anything useful. Look for a program called Scratch. It was developed by MIT to stimulate interest in programming in children. I am pretty critical of programming tools, but Scratch is an impressive achievement. It is also free. It allows kids to become familiar with variables, if-else, loops while doing it in a drag-and-drop format so that the kids don't get bogged down in syntax. I would highly recommend it. My kids did all sorts of animated movies and games. It has a lot of pre-packaged routines for animations and graphics, all of which are graphical. You can find it at http://scratch.mit.edu/

                1 Reply Last reply
                0
                • M Maximilien

                  what about the lego robot stuff.

                  This signature was proudly tested on animals.

                  S Offline
                  S Offline
                  Sidneys1
                  wrote on last edited by
                  #66

                  Maximilien wrote:

                  what about the lego robot stuff.

                  Agreed. Start with the visual programming language for the NXT, then move to a c-based language: NXC. There are dozens of NXT programming invironments out there, for all sorts of languages. NXT-G, C, Java, etc. It's a great plave to start. Have a nice day, ~Sidneys1

                  Always trying to help, Sidneys1

                  1 Reply Last reply
                  0
                  • A Amarnath S

                    How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                    G Offline
                    G Offline
                    grgran
                    wrote on last edited by
                    #67

                    Small Basic http://msdn.microsoft.com/en-us/devlabs/cc950524.aspx

                    1 Reply Last reply
                    0
                    • A Amarnath S

                      How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                      D Offline
                      D Offline
                      dujour
                      wrote on last edited by
                      #68

                      The answer is to make sure they can read, write, speak, and communicate correctly in English.

                      1 Reply Last reply
                      0
                      • H Henry Minute

                        Amarnath S wrote:

                        Long back, when I started with Fortran IV

                        Getting a character, number or word to appear on screen felt like the most powerful thing you had ever done, it was magic. Right?

                        Amarnath S wrote:

                        The elder one knows how to browse the Internet

                        She is less likely to be impressed by the scenario above. What I believe you have to do is find a language that will give pretty near instantaneous, visually interesting, results, with very little coding. The oooooh, shiny factor. Whilst at the same time enabling the use of the various coding constructs. In my opinion that language ain't C, and certainly not C++. Although C or C# would be what I would move them onto next. I regret that I have no suggestion about a starting language, since I have no dealings with children of that sort of age I have not kept up with the newer educational theories. Out of interest, I googled good programming language for child and the first three hits were for something called Scratch, which I've never heard of.

                        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                        Y Offline
                        Y Offline
                        Yusubov E
                        wrote on last edited by
                        #69

                        Well, i also support the folk who says Scratch is better for kids to start. Starting from basic or logo might not be as efficient as from Scratch.

                        1 Reply Last reply
                        0
                        • A Amarnath S

                          How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                          E Offline
                          E Offline
                          englebart
                          wrote on last edited by
                          #70

                          Check out Scratch http://scratch.mit.edu/[^]

                          1 Reply Last reply
                          0
                          • A Amarnath S

                            How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

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

                            SCRATCH! (Programming for kids ... and the young at heart) http://scratch.mit.edu/[^]

                            1 Reply Last reply
                            0
                            • A Amarnath S

                              How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                              D Offline
                              D Offline
                              dwieneke
                              wrote on last edited by
                              #72

                              Go ask Alice [^]. Let them be kids and have fun. IMHO dragging them into programming languages is going to be like forcing them to learn a foreign language. They're going to hate it and fight it every step of the way.

                              1 Reply Last reply
                              0
                              • A Amarnath S

                                How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                                R Offline
                                R Offline
                                Regina
                                wrote on last edited by
                                #73

                                We teach a gaming camp that uses the XNA C# component with middle school age kids. They understand it and do really well. I would suggest going to creators.xna.com and trying some of the tutorials. They are very good. The best part is that our kids get to upload the games to their xbox and impress all their friends! --Regina

                                1 Reply Last reply
                                0
                                • A Amarnath S

                                  How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                                  G Offline
                                  G Offline
                                  GotCode4U
                                  wrote on last edited by
                                  #74

                                  I would consider "SCRATCH". (http://info.scratch.mit.edu/About\_Scratch) Scratch is a new programming language that makes it easy to create your own interactive stories, animations, games, music, and art -- and share your creations on the web. Scratch is designed to help young people (ages 8 and up) develop 21st century learning skills. As they create and share Scratch projects, young people learn important mathematical and computational ideas, while also learning to think creatively, reason systematically, and work collaboratively. Scratch is available free of charge...

                                  1 Reply Last reply
                                  0
                                  • L LostAgain

                                    My eleven years old son's love programming game with RPG Game Maker. It's a programming language build in .NET. It's allow kids to program RPG game using pre-defined objects. Since he programs with Game Maker, my son knows how variables, events, loops, objects, bitmaps, sounds, etc works. I recommend it to everyone!

                                    J Offline
                                    J Offline
                                    Jay Kint
                                    wrote on last edited by
                                    #75

                                    What is the URL for the RPG Game Maker? I don't find a product exactly matching that title in a search query. I see a couple RPG Maker products and a Game Maker, which my son also uses, but it's not exclusively for RPGs. And it's not based on .NET either.

                                    L 1 Reply Last reply
                                    0
                                    • C Christopher Duncan

                                      You're skipping a step. You start by finding out if they have any enthusiasm for it and if not, looking for ways to fire that curiosity and passion in them. Without an eager desire on their part, it's just drudgery no different than scraping an old coat of paint off the back fence. In such a case, there is no language or technology on the planet that will make a difference. Once they're interested, however, the rest comes easily.

                                      Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Got a career question? Ask the Attack Chihuahua!

                                      D Offline
                                      D Offline
                                      destynova
                                      wrote on last edited by
                                      #76

                                      Couldn't agree more! Pretty much all the responses are of the form "I think this language is great, and {not very hard (Basic/Logo) | hard but important for learning basic computer science concepts (C/assembly/...)}". Kids need to discover and choose for themselves what they want to learn. When my parents got me a C64 as a child, I never really took to the (awful) Basic implementation that came on the machine - at best, a few sprite programs got typed in but nothing really 'clicked'. Then when I asked them to buy me an Atari ST years later, I stumbled upon the great, structured GFA Basic and loved it immediately. I'd say you should pick a selection of 5 or 6 candidates which differ wildly from each other but satisfy your needs in some way (e.g. Logo, Scheme, Basic, C#, ...) and have a chat with your kids, show them the 99-bottles-of-beer source for each. Let them pick.

                                      1 Reply Last reply
                                      0
                                      • A Amarnath S

                                        How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                                        A Offline
                                        A Offline
                                        Amarnath S
                                        wrote on last edited by
                                        #77

                                        I downloaded Scratch and played with it. Wonderful!! A pity that we did'nt have such a thing when we were kids. A real tool to sparkle the creativity of kids. Thank you, MIT, for developing it and offering it for free. Thanks to all the contributors for this thread, for all the suggestions. - Amarnath

                                        1 Reply Last reply
                                        0
                                        • A Amarnath S

                                          How do I start my two daughters on programming - their ages are 11 and 8. The elder one knows how to browse the Internet. Long back, when I started with Fortran IV, it was pretty easy. But now, where to start? I think it should be C (leaving pointers aside), but give your thoughts. - Amarnath

                                          D Offline
                                          D Offline
                                          David S Hoyt
                                          wrote on last edited by
                                          #78

                                          I looked through the thread and did not see any reference to the Alice project. This is a free download and is designed to be a first introduction to object oriented programming. It has a nice GUI and you can relatively quickly get your kids writing their first app. check it out at http://www.alice.org.

                                          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