Slashdot Mirror


Ask Slashdot: How Can You Teach Programming To Schoolchildren?

Slashdot reader SPopulisQR writes: A new school year is approaching and I wanted to ask what are appropriate programming languages for children of various ages. Specifically, 1) what coding languages should be considered, and 2) are there are any self-guided coding websites that can be used by children to learn coding using guidance and help online? Let's say the ages are 8 and 12.
I know there's lots of opinions about CS education (and about whether or not laptops increase test scores). So leave your own best thoughts in the comments. How can you teach programming to schoolchildren?

45 of 353 comments (clear)

  1. LOGO writer? by renegadesx · · Score: 4, Informative

    Back in the early 90's we were taught with a tool called LOGO Writer. Used a simple syntax to guide a turtle to draw objects and stuff. You could write loop statements that would have the turtle draw a "circle" and other things. It was pretty effective I thought.

    --
    Make SELinux enforcing again!
  2. They still need to learn math and logic... by Anonymous Coward · · Score: 3, Insightful

    at that age, so none of the above.

    1. Re: They still need to learn math and logic... by hawkeyeMI · · Score: 3, Informative

      Code.org seems pretty good actually for teaching programming logic with a sort of visual pseudocode. My 8 y/o has been enjoying it. They use it at her school too.

      --
      Error 404 - Sig Not Found
    2. Re:They still need to learn math and logic... by Anonymous Coward · · Score: 2, Funny

      psst... if you mean the silly "send us a sign" meme you need to realise that it is a *joke* meme. You may not have noticed this, but many people use humor like this to get through difficult and troubling situations, including (in this case) having an overgrown man-child for a president and an idiot as a husband.

    3. Re:They still need to learn math and logic... by BitterOak · · Score: 4, Insightful

      I don't understand why you were voted down, but this. They need a solid background before starting programming.

      Why do they need this before they start programming? Why can't programming be an opportunity to learn these other things? Have the students program something fun or useful and then integrate the math and logic lessons in with the programming. They'll likely retain it much better if it's taught as part of a larger useful project rather than just through a series of lectures.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    4. Re:They still need to learn math and logic... by Anonymous Coward · · Score: 2, Interesting

      *cheers loudly*

      The absurd reduction of the 'They need a solid background before starting programming.' argument is that people need a solid comprehension of *everything* before doing *anything*. Which is actually, deeply, stupid.

      I got my brother's kids into programming by showing them how to build game levels, and going from there.

      Involve them in something they already consider fun.

    5. Re:They still need to learn math and logic... by jellomizer · · Score: 2

      How many professional developers have a solid background.
      I have been coding for over 30 years and still I go to a reference material. Randomly try different stuff and methods.
      Often people go how did you figure that out. My normal responce is I decided to right click on it and see what options were available.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    6. Re:They still need to learn math and logic... by Drethon · · Score: 2

      I don't understand why you were voted down, but this. They need a solid background before starting programming.

      Why do they need this before they start programming? Why can't programming be an opportunity to learn these other things? Have the students program something fun or useful and then integrate the math and logic lessons in with the programming. They'll likely retain it much better if it's taught as part of a larger useful project rather than just through a series of lectures.

      Fully agree with this. The way programming is usually taught does require a solid background in logic and math. But a programming language could teach this, instead of requiring it as a prerequisite.

      I've thought of making an abstract language based on something like the warcraft resource gathering. First teach the students to call a basic function like "cut and gather nearby wood". The program will automatically move the character to the nearest tree, cut it down and bring it to the base. Then add repetition, "cut and gather nearby wood 10 times". Then perhaps conditions, "cut and gather nearby wood if gathered less than 20".

      This above only teaches general concepts but from there we could move to more specific concepts. Start breaking down these generic functions down. "cut and gather nearby wood" is broken down to teach the student how the program finds the nearest tree, how it cuts down the tree, how it picks up and returns the wood, etc.

      I feel like a lot of programming teaches too much from the bottom up. "Here is the most basic, low level, operation in programming. Let's figure out how to make a complex program out of it." Instead I feel like programmers would benefit from starting programming from the high level. How out outline a program without regard for the language you implement it in, then you implement it. With this approach you don't even need full understanding of the language, you can get very far on a brand new language with a simple reference manual.

    7. Re:They still need to learn math and logic... by oh_my_080980980 · · Score: 2

      And how many programs/app are pure crap...

  3. Don't bother by Anonymous Coward · · Score: 3, Insightful

    Teach them the basics to get them through life. Few need to know programming. Why spend all that money when they'll just become auto mechanics or sell real estate.

    You think I'm kidding but I'm not. Odds are your kid won't program software at all. Let the ones who show interest and have aptitude at the computer. The rest just want to use social media and games.

  4. One bit at a time... by __aaclcg7560 · · Score: 4, Interesting

    Teach them mathematics. Programming didn't make sense to me until I took algebra, learned about functions in general and the order of operations in particular. Not that you need mathematics to learn programming, but it does help in figuring out what is supposed to be done in what order.

    1. Re:One bit at a time... by Dutch+Gun · · Score: 4, Insightful

      I learned how to program in AppleBASIC when I was in sixth or seventh grade - long before I knew anything of formal logic or algebra. It was the introduction to programming that *taught* me those concepts. In fact, I distinctly remember that geometry and linear algebra made no sense to me until I realized I could apply them to computer graphics or robotics. Once I had that as a mental model, the math became much easier for me.

      Most programmers tend to be good at math, and many have CompSci or EE degrees, and thus assume math has to be a foundation for programming. As a programmer who is terrible at math, I can assure you it doesn't necessarily have to work that way.

      --
      Irony: Agile development has too much intertia to be abandoned now.
    2. Re:One bit at a time... by AmiMoJo · · Score: 2

      I actually did programming before algebra, and then when we finally did do algebra it was quite familiar to me.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  5. Don't by OneHundredAndTen · · Score: 4, Insightful

    Teach them to think, and mental discipline. We do not need more code monkeys.

    1. Re:Don't by luis_a_espinal · · Score: 2

      Teach them to think, and mental discipline. We do not need more code monkeys.

      Because apparently teaching them to think and teaching them programming are mutually exclusive or that there is no way to use programming as a way of thinking /rollseyes.

  6. Why bother? by BarbaraHudson · · Score: 5, Insightful

    Why bother? Get them grounded in something that won't be obsolete with the next language fad. You know, real science, real knowledge, something that will help them build their analytical and judgement skills. (No, most coding doesn't build analytical skills - most of it is boring boilerplate, which is why there are so many "code-by-cut-n-paste-from-the-net" "experts.") Biology, Chemistry, Physics, Geology ...

    Throw in various maths, as well as language (judging by the way so many slashdotters don't know the difference between brake and break, or rain, rein, and reign, if they can spell in 10 years time they'll be seen as brainiacs). And history - so they recognize past mistakes when they repeat them and don't over-commit to a bad course of action.

    But forget computers. That they can pick up on their own if they're interested. And if you try to teach them you'll kill their interest by making i seem like school work instead of a possible fun hobby that might, at some future date, come in handy.

    --
    "Transparent" is a shit show that trades on every stereotype going. A man in drag is NOT a transsexual.
    1. Re:Why bother? by thegarbz · · Score: 3, Insightful

      Get them grounded in something that won't be obsolete with the next language fad.

      I can't say a single "language fad" has ever made the lessons I learnt in LOGO or in LISP obsolete. The submissions asked for how to teach people to program, not how to copy and paste and interpret code in a specific language.

      Regardless of what language fad happens you will still remember how it's done from your first procedural language, your first function based language, and your first object oriented one (though the last concept is hardly suitable to tech a general school population.

    2. Re:Why bother? by blindseer · · Score: 3, Insightful

      But forget computers. That they can pick up on their own if they're interested. And if you try to teach them you'll kill their interest by making i seem like school work instead of a possible fun hobby that might, at some future date, come in handy.

      I don't believe that's true. I had chemistry in high school and college and that didn't make chemistry look like "homework" to me. My sister took the same classes, and much more, she has a masters degree in chemistry. I also took home economics (or whatever they call it these days) and found cooking fascinating. Sewing was fun too. What made them "homework" later was having to put those skills to work regularly in cooking meals and doing home repairs.

      I took shop classes in high school, as did my brothers, and we all do much of our own home repairs, on some level at least. We'd build our own speaker cases, wire up the crossovers, and sew a grill to the front. We built cabinets and shelves. Big brother made a career out of it, first as an apprentice architect, later as a woodworker building custom furniture and artwork. doing some general contracting as well. He'll probably be a machinist and welder soon if he gets the job he's interviewing for. I took as much computer science I could in high school, as did my younger brother. We went to study electrical and computer engineering. He's doing stuff that I'm not sure I even understand. Not that he could do what I do either.

      Baby brother and baby sister are engineers, he a mechanical and aerospace engineer, and she a civil engineer. This involves a lot of math and computers, taught at the university. I'm sure chemistry too. Which has been a means to produce their own alcohol to feed their other hobby...

      I do not believe that computers are much of a "hobby" any more. Computer games might be a hobby but that's not a lot of computer science there, unless it's building the game.

      For schools to teach "hobbies" would be the things like chess club, music club, theater, sports, art club. and perhaps others. I've gone back to school to learn large data analysis, which includes programming, statistics, and some "hobbies" like reading literature and playing music.

      Lots of examples of classwork becoming hobbies, and being more than just "homework".

      --
      I am armed because I am free. I am free because I am armed.
  7. BASIC by crow · · Score: 3, Insightful

    I learned BASIC on an Apple II back in 6th grade. They bussed us across town to the one school that had them for one segment of the Gifted & Talented program. That was the best thing the school district ever did for me.

    I'm not sure what the right answer is for today, but certainly it's a good idea to expose kids to the concept in elementary school. Some of the kids will latch on to it and run with it to be the next generation of developers.

    Maybe something that kids can take and go on with themselves would be best, but I don't think the language really matters. Teach kids to program, and the ones that it clicks with will go on to grab whatever works for them.

    And for those that say the schools should focus on more core curriculum aspects, I disagree. Yes, you can't neglect those, but you also need a variety of other topics so that kids find the topics that inspire them. For the kids who click with coding, the programming will drive their advancement in algebra and other areas of math.

    1. Re:BASIC by Mal-2 · · Score: 2

      It's a bit clunky and rough around the edges, but BASIC is still an option. Knowledge of FORTRAN and Pascal does me absolutely no good whatsoever these days, but I can still keep chugging away in BASIC. QB64 has OpenGL and OpenAL support, and will load and play common audio formats like MP3 and OGG without having to link any libraries. (The pre-compiler takes care of that.) That means even an 8-year-old can make a game that has graphics and sound.

      I'm not saying this is the best option. It probably isn't, unless it's the only usable language the teacher knows. But at least it still exists.

      --
      How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  8. JavaScript by hord · · Score: 4, Insightful

    I hate to even recommend it but I think I have some decent reasons. It's in every browser. Hit F12 and you have a REPL, debugger, and you can start coding on the same machine without downloading anything else. Even though it's a very loose language, you can teach all the basics of control flow, data handling, and you will be forced to deal with numeric and type issues. You also have access to a graphical canvas which is amazing fun for kids.

    I wouldn't expect things like File I/O to come up which could be problematic or burdensome. Theoretically you could teach event-driven programming but that's a bit overkill for kids. If you can push anything to a hosted server, they can view it on their phone, too. You can do some of this with other languages, of course. JavaScript just comes on so many things now, though.

    1. Re:JavaScript by joeblog · · Score: 2

      I've been re-learning programming using JavaScript on the frontend and Prolog on the backend, hoping to gradually build up a framework to do web-based strategy games, and I highly recommend it. (Ok, I'm not a child, but I am childish).

      The key advantages I've found is visual programming is lots of fun, giving instant gratification which I think is important for novices of all ages. Something you can do in JavaScript which isn't easy in other languages is it's very cheap and easy to host things on the web, so easy to share with everyone.

      To plug my project, a checkers game which kind of works I've put at http://www.frontiersoftware.co... and that's my development version which I work on and the new code runs every time someone refreshes the browser. The code is available at https://github.com/roblaing/ch...

      The more I get into JavaScript, the more I think it's a very underestimated language.

      --
      If it works, it's obsolete
  9. Tim Bell has a program by pollarda · · Score: 2

    Tim Bell in the Computer Science Department at the University of Canterbury in Christchurch New Zealand has developed a comprehensive program for young kids. Tim's a top notch guy too.

  10. What is your goal? by Registered+Coward+v2 · · Score: 4, Insightful

    If it is to teach them programming concepts such as sorts, loops, etc. then I'd go for a simple language like BASIC. The language is important since you are trying to get them to learn how to think about problems, not be able to write code in a specific language.

    If it is to teach them to program in a specific language I'd ask why do this at their age? It's likely whatever language they learn will be outdated by the time they finish school anyway.

    --
    I'm a consultant - I convert gibberish into cash-flow.
  11. Robots.... Dash, Sphero, and Ozobots by Proudrooster · · Score: 2

    Kids need an exposure to programming at a young age so they understand it is simply giving instructions to a machine to do something. Some great toys for doing this are:

    Dash by Wonderware
    Sphero
    Ozobots

    The early exposure is key because if they don't have a successful early experience, they are less likely to try programming later in education. They will think, "Hmmmm... I programmed in 3rd grade, I can do computer programming, let me take that class."

    Without the successful exposure at a young age they may think that computer programming is only for smart people.

  12. Console games in Python by Neo-Rio-101 · · Score: 2

    I remember the early 80s learning BASIC from those Usborne game books.
    Really simple text console games that introduced concepts like variables, loops, and conditionals within programs that mostly fit into 1K or less than 8K at least.

    Of course, you could simply translate those programs into something like Python these days and have some fun while learning to program.
    Probably the hardest thing to do when starting out on Python is to teach them input sanitising. Everything else is fairly standard.

    --
    READY.
    PRINT ""+-0
  13. Do by SuperKendall · · Score: 4, Interesting

    Have you even been around grade school age kids recently?

    I don't understand this feeling that kids of that age should not learn programming, when MANY of us here learned programing at that age. If it wasn't a problem for so many computer professionals then, why would it be now?

    I think there's a way more important question than what language to use though. Its what CAN the teacher actually use?

    If they have zero teachers that can teach programming in any way, probably sadly the answer should be nothing.

    But hopefully the school has some resources they could bring to bear - even with limited computers you could teach programming in an after-hours context. One program that seemed to help a lot with some of my friends children was a Lego Mindstorms based competition, which combines programming and robotics - that's probably the most compelling route for younger kids because it is so hands on and visual.

    Scratch seems to be widely used, I wish there was something else but it's widely used so there are a lot of resources.

    If a school is getting students all iPads, the iPad Playgrounds app is a great way to get into programming and soon will be flooded with a ton of third party educational material because of allowing widespread loading of playgrounds.

    But basically, I think a school should try to do something, even if it's only for a subset of kids. The earlier someone finds out they like programming the better.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Do by Dunbal · · Score: 2

      when MANY of us here learned programing at that age.

      Many of us here are brilliant. This is (still) not a mainstream site. Most of us here did really well in school - unless we were so damned bored with all the rest of our stupid classmates and the mind-numbingly slow pace of regular education that we just stopped listening. We learned programming really early because we could. 99% of people can't. Ask any developmental psychologist. MOST kids' brains simply aren't ready for abstract concepts and algebra when they are 8. Of course you could compensate for that with a highly interpreted language (like LOGO), but how close is that to real programming in reality?

      --
      Seven puppies were harmed during the making of this post.
  14. Start from "Scratch" by evolutionary · · Score: 4, Interesting

    I've spent a couple years designing programs for teaching children from 6+ how to do programming. One of the best tools by far is MIT's Scratch.

    https://scratch.mit.edu/

    With a little adult guidance, you can have them doing electronic story books, drawing, simple quizzes, and tons more (one student recreated pac-man). Kids learn about use of sprites, pictures, control statements very quickly. It's all drag/drop action blocks which make it easy to learn. Some kickstarter campaign had some interesting ideas of teaching programming through robotics.

    https://www.kickstarter.com/pr...
    https://www.kickstarter.com/pr...

    I'd start with Scratch, you'll be impressed, There are books available you can use with you kids:

    https://wiki.scratch.mit.edu/w...

    Hope that's helpful.

    --
    "Imagination is more important than knowledge" - Einstein
  15. Re:Python and nothing else by Anonymous Coward · · Score: 2, Insightful

    Python is today's BASIC/PASCAL.

    Nonsense. BASIC is Beginner's All-Purpose Symbolic Instruction Code in which whitespace is not part of the syntax in the pedantic way Python's designer masturbated over "enforced structure." Pascal has a few issues of its own in as much as their is some overhead code - scaffolding they call it these days - before you can even write a simple "Hello World" programme. BASIC remains the excellent introductory computer programming language; there are even BASIC interpreters written in Javascript for ease of availability. Recently, I used BASIC to solve a DNA programming challenge; standard BASIC not the abomination known as Microsoft Visual Basic and its ilk.

  16. Grow with them by williamyf · · Score: 2

    For the very young. Start with LOGO as some other posters said. This will teach them to think programaticaly structuraly, and some constructs like loops.

    Then move them to Swift PLAYGROUND as soon as they reach a propper age to understand it. not Swift propper, but swift playground.

    After swift playground is mastered, things become murkier. Move them to an interpreted language, that has as little scaffolding as possible. Perhaps something vissual where they can plug modules graphicaly in a GUI/IDE and then program the behaviour of the modules as needed be.

    Then, finaly, in the latter years of high-school, move them to some real programming language with real IDE. Preferably something usseful for the future. Perhaps Ansi-C or Java, or Python....

    --
    *** Suerte a todos y Feliz dia!
  17. My own experience by Kagetsuki · · Score: 2

    Here in Japan they're doing Scratch and then roll into samples in 8 different languages (basically hello world with a loop and some variables) in middle school.

    My son however did a scratch book when he was ~7 and did some Arduino programming in that Arduino flavoured C in a robotics course which he's still doing (he's 10), but we're doing some things together in C because of that. I had originally thought about Ruby (because I like it and it's clean) or Python (because there are tons of ways to use it for beginners, like MineCraft scripting), but he's handling C just fine.

    Now, what would I recommend for a class of students? Honestly I'm not sure Scratch is better at getting the concepts of program flow than flow charts with stencil templates, I actually think flow charts would make more sense. Once they get the concept of variables and loops look for something simple and visual or something they know and can see immediate results, like that MineCraft and Python setup or maybe even go old school and grab that demo where you move the robot around. Just try not to do the whole think in Scratch, as I think that past a point forcing that visual representation is detrimental and could actually turn off some students who would be into actual programming.

  18. MIT's Scratch is great. by hamster_nz · · Score: 2

    I can't recommend scratch highly enough. https://scratch.mit.edu/ is great. You can do some pretty neat things with it. Here are some projects you can work through http://projects.codeclubworld....

    I tried to teach some Javascript game programming to a teen, but the lack of geometry skills (e.g. sin(), cos()) and physics ( e.g. d=at^2/2) made it tough going to fire cannonballs around. There is most likely a library that could hide it all, but why would you?

  19. Human Resources Machine by Jeremi · · Score: 2

    It's not a full solution by any stretch of the imagination, but if you wanted an entertaining introduction to programming, you could do worse than having them play Human Resources Machine for a while.

    It's cute, it's entertaining, and it teaches a simplified version of assembly language (!) programming in such a way that even non-programmers can see how the program's source code interacts with the computer to produce desired (or not-so-desired) behavior.

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  20. How? By not starting with programming. by Todd+Knarr · · Score: 2

    You start by teaching the kids critical thinking and logical problem-solving. Including things like inductive reasoning so they can develop general approaches to solving classes of problems based on the patterns found in a collection of solutions to specific problems. You teach them to trust their own reasoning unless and until someone explains exactly where and how their reasoning is wrong. You teach them that there are usually multiple solutions to any given problem, how to recognize the trade-offs made in the different solutions and how to select the best set of trade-offs for their situation.

    Once they've learned that, then you introduce the idea of formal languages for expressing how to solve a problem and how to use those languages to write computer programs.

    Unfortunately this'll never happen, because it'll mean raising a generation of children who'll think for themselves and question authority and that's the last thing the professional educators (which is completely distinct from "teacher") want to have to deal with. Ditto the Powers That Be in the various levels of government. Which means we might as well discard the whole idea of teaching computer programming to everyone.

  21. Games and graphics!!! by kaur · · Score: 2

    I have 3 kids, ages 7, 10, 4. All love Scratch. The 10yo is doing Python. All have tried some robotics programming (Lego WeDo / Mindstorms and Edison).

    Whatever you do, remember that most of the kids are NOT nerds.
    Most programming textbooks and advice is written by nerds to nerds.
    For not-nerds, this is ultimately boring. They won't care about matrix multiplication, sorting algoritms, finding primes etc.
    But everyones loves graphics.

    The first tasks should be graphical and/or game-like, with instant feedback and a fun factor.
    Let your kids draw boucing bubbles or a floating flower with changing colours.
    Let them design some simplest games - whack-a-mole, tic-tac-toe, hangman, etc.

    Thus you will need a language with an easy graphics interface.
    Scratch is great for the first steps.
    From there... let us know :)

  22. Re:I learned that in 2nd grade or so. by jellomizer · · Score: 3, Insightful

    Programming is more of an art then a knowledge exercise.
    And it needs practice to keep it up.

    However one thing we lost since the 8/16 bit computer days are the easy to program computers.
    Most kids wants to do graphics (hence the popularity of Logo) but good old basic was good at this too.
    Today Python seems to be a good tool but while the kid is still grasping at varables and loops they want to do graphics and to explain how to do that in Python just blows the mind. Because you can't just draw a line. Or paste a gif.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  23. Yes, Hopscotch for example by zifn4b · · Score: 2

    They did this at my daughter's school. There is also ClickTeam Fusion as well.

    Hopscotch
    ClickTeam Fusion

    Keep in mind, these are not programming languages but with Hopscotch for example it gets kids familiar with programming concepts like variables, looping and flow control in a fun way.

    --
    We'll make great pets
  24. You Use Games by Ayano · · Score: 2

    That will always get their attention. I feel Minecraft has created a number of programmers that were never interested in the subject. As they wish to do more, they learn on their own and seek out formal training in their secondary education. Kids these days want to see a result where as rote traditional programming classes are far more abstracted from the end result. Generally if they see the mountain, they will want to climb it.

    --
    I don't read AC
  25. Absolutely Not by drinkypoo · · Score: 2

    The computer is one of the most important tools of our era and you cannot fully utilize it without being a programmer. It's useful even to people who will never work in the field, and a basic grounding in it assists with the development of logical reasoning and understanding the operation of algorithms. Expecting people to become professional programmers is unrealistic. Expecting people to become familiar with a tool that literally everyone uses is basic, and we should expect it from our education system.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  26. Re: to a Nazi, obviously. by jellomizer · · Score: 2

    Context is key, if you are in a western culture. You need to explain the current meaning. The original meaning or the meaning in a different culture, is besides the point.
    Most symbols good and bad were made from similar symbols and its context has been changed on how it has been used in that culture.

    In a few hundred years, this symbol may have a different meaning, and may be acceptable, as it has a positive context. But now it isn't and students need to learn that, and know why it is wrong to show it. Beyond you are a bad kid for showing this symbol that you have a vague understanding what it means that happened to be an easy to program fractal.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  27. Re:Tynker by dostert · · Score: 2

    I have used Tynker with my son. Block code language with lots of teaching exercises. Also includes a Minecraft modding course which is what really sold it to him.

    I second Tynker. You can also take the lessons learned in Tynker and apply them to actual devices (such as a Parrot Mini Drone) if you've got a child that is more interested in seeing how you can program something in the physical world. Once you child gets bored with drag and drop programming, I'd move them next to CodeCombat. I completely disagree with the comments saying that you need to make sure your students learn advanced mathematics. As a Math/CS professor, I would much prefer a child learn basic logic skills long before they attempt algebra.. Shifting their video game playing into a slightly different direction through Tynker (with Minecraft if they love that) and CodeCombat seems like an ideal way to give a child an introduction to "real programming" while still keeping their love of gaming intact.

  28. Re:Stupid by sdinfoserv · · Score: 2

    Why is this question flamebait? Has the question "does everyone need to learn to program?" been aswered somewhere and it's a resounding yes!

  29. Re:Why are you trying to teach programming? by evolutionary · · Score: 2

    Ahem, as a professional program, allow me to explain that programming IS program solving. pure and simple. The rest is simply what tools you choose. I was into this stuff from the age of 11 when all hardware was configured using jumper pins and the Internet was virtually all text. The reason virtually all professions these days have elements of IT (and consequently programming) is programming is about documenting successful procedures and being able to reproduce them accurately and cheaply. A doctor who has a programming background is more likely to have a stronger analytical mind than a doctor without skills in programming. And programming isn't necessarily about math (unless you specialize in search libraries or numerical/data analysis). And most of the people in my generation who learned programming, found ourselves in great demand on many levels. As for communicating, half of my job in consulting/development is doing data requirements analysis, and there you learn the biggest challenge in programming is not the computers or tools, but getting people to understand their operations. (a lot of professionals including doctors, engineer and so on don't know their own business process (which is why they can't program their own systems half the time).

    Of course you are looking from the point of someone who feels the world is obsessed with tech stuff, and to a degree you are right, and I advocate against the overuse of technology as it is not a proper substitute for thinking individuals. But as for learning other fields before programming (again, problem solving), I would argue against.Most basic reason, I've used robotics to teach math to children who were being help back by teachers who were not following through on their students intellectual capabilities, probably due to overly large class sizes. I would argue teaching subjects WITH programming, because it can be applied anywhere, and in the real world in this day and age, it may be the difference between the highly employable and the those getting phased out by AI's being developed. (see lawyers (AI's are predicting judgements by judges), GP in medicine (as most aren't terribly good these days), insurance actuaries, or any job that quickly becomes a "routine"). It's becoming like the Internet: you are required to have access to that and a computer to graduate from university now. (Not that I totally agree with that, but...I don't make those rules).

    --
    "Imagination is more important than knowledge" - Einstein
  30. Everybody can have an opinion - but try evidence by the+agent+man · · Score: 2

    Everybody is entitled to an opinion but in science, including computer science education, there can be evidence that some things really do work. In the context of the Scalable Game Design project we have explored and evaluated a strategy for teacher professional development. As far as I can tell this is the largest study of its kind:

    https://sgd.cs.colorado.edu/wiki/images/4/41/TOCE_2015_Repenning.pdf

    Abstract: An educated citizenry that participates in and contributes to Science Technology Engineering and Mathematics innovation in the 21st century will require broad literacy and skills in computer science. School systems will need to give increased attention to opportunities for students to engage in computational thinking and ways to promote a deeper understanding of how technologies and software are used as design tools. However, K-12 students in the United States are facing a pipeline for computer science education that is broken. In response to this problem we have developed the Scalable Game Design curriculum based on a strategy to integrate computer science education into the regular school curriculum. This strategy includes opportunities for students to design and program games and Science Technology Engineering and Mathematics simulations. An approach called Computational Thinking Pattern Analysis has been developed to measure and correlate computational thinking skills relevant to game design and simulations. Results from a study with over 10,000 students demonstrate rapid adoption of this curriculum by teachers from multiple disciplines, high student motivation, high levels of participation by women and interest regardless of demographic background.