Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Education Programming Technology

Teaching Programming Now Emphasizes Sharing 132

An anonymous reader writes "The NY Times explores some of the best ways to teach kids and finds that some of the new tools are encouraging the kids to share their work with each other. One teacher first tried to keep the kids quiet and staring at their own monitors but found it was better to let them copy each other. He calls MIT's Scratch a 'gateway' tool. Then the article points out that programming Blender with Python is not as hard to pick up as your grandparent's programming languages — and kids today are learning them in a few months." The Wikipedia entry on Scratch is worth reading, too.
This discussion has been archived. No new comments can be posted.

Teaching Programming Now Emphasizes Sharing

Comments Filter:
  • by elrous0 ( 869638 ) * on Thursday November 10, 2011 @12:11PM (#38013206)

    The summary makes it sound like these kids are being encouraged to cheat off one another. The actual article just says that they're looking at each others' work to build on one another to make more complex programs. That pretty much describes what any good programmer does. Unless you live in a bubble building all small projects solo, you're always going to be working together on a project with other programmers and designers. And even if you live in a bubble, you had to learn coding from SOMEWHERE. You look at code in a book or on a website, you learn how it works, you start using it and adapting it in your own projects. That's just learning.

    I, for one, say "Huzzah!" for these kids. If they keep at it and get their CS degrees, they'll have a great future working for $3-an-hour in India someday.

    Wait, that sounds cynical. I meant $4-an-hour.

    Oh, and I've found Alice [alice.org] to be a great teaching tool for kids too. It teaches programming principles in a way that's a little more exciting for beginners than having to learn Commodore 64 PEEK and POKE coding (the way some of us came up).

    • Re: (Score:2, Informative)

      by wisty ( 1335733 )

      The problem is, educationalists now believe that everything should be marked, as students try harder when they are micro-managed with incentives.

      As a consequence, either group learning is bad, or cheating is OK.

      • Re: (Score:2, Insightful)

        by Anonymous Coward

        educationalists

        This is not a word.

        • I believe the correct word is Educator, the plural is Educators. This is a minor example of when someone believes they know all about Education, because, well, they did go to school.
        • by wisty ( 1335733 ) on Thursday November 10, 2011 @05:07PM (#38016522)

          An educationalist is someone who researches education, or shapes education policy. It's somewhere in between "education expert" and "education policy czar / ivory tower education academic" in flamebaitness. "Educationalist" *is* a word, in relatively common use (Google tells me it's about half as common as "critical theory" (in quotes) on the web), unlike flamebaitness which I just made up.

          I won't be pedantic, and go into any detail as to what the definition of "word" is, as there are several different meanings, one of which ("a word in common use") which makes some kind of sense in the way you are using it.

          • by Chrisq ( 894406 )

            An educationalist is someone who researches education, or shapes education policy. It's somewhere in between "education expert" and "education policy czar / ivory tower education academic" in flamebaitness. "Educationalist" *is* a word, in relatively common use (Google tells me it's about half as common as "critical theory" (in quotes) on the web), unlike flamebaitness which I just made up.

            I won't be pedantic, and go into any detail as to what the definition of "word" is, as there are several different meanings, one of which ("a word in common use") which makes some kind of sense in the way you are using it.

            Exactly. It is the same as the distinction between a musicologist and a musician, or even a dietologist and a dieter.

        • educationalists

          This is not a word.

          Yes, it is. Just because you don't know it doesn't mean it is not a perfectly valid word in any decent dictionary.

          Hint: try googling it first, it saves a lot of embarrassment.

      • by geekoid ( 135745 )

        NCLB is forcing teachers to be less rigor toward stopping cheating. When you have a child that just doesn't get a subject, but giving them the appropriate grade means mo funding and all children will suffer, I can understand the less rigor.

        I don't agree with it. I think schools are being too nice regarding budget cuts. Personally, I would give the approprieat grade,a dn when the school system gets less money, start cutting minutes off every day.

        Parent will get it.

    • by brit74 ( 831798 ) on Thursday November 10, 2011 @12:26PM (#38013390)

      The actual article just says that they're looking at each others' work to build on one another to make more complex programs. That pretty much describes what any good programmer does. Unless you live in a bubble building all small projects solo, you're always going to be working together on a project with other programmers and designers.

      If that's the goal, then I don't know why the teacher doesn't give them a generic set of code to build off of (written by a make-believe programmer whom they "work with" or that existed in a book) - and each student still works entirely independently of each other. Then, at least the teacher could grade each student individually instead of making wild guesses about which student did which work and whether a particular student did any work at all.

      • I feel like there are all sorts of teaching frameworks that do this (often developed at specific schools and tailored towards the class at hand). Also a lot of textbooks websites will supply code examples or class that have a mix of implemented methods and method stubs to teachers/students to use so not everything has to be developed from the bottom up.
      • by Hatta ( 162192 ) on Thursday November 10, 2011 @12:55PM (#38013690) Journal

        If that's the goal, then I don't know why the teacher doesn't give them a generic set of code to build off of (written by a make-believe programmer whom they "work with" or that existed in a book) - and each student still works entirely independently of each other.

        Because then students wouldn't be able to ask each other "hey, how did you do this?" or "hey, wouldn't this be a better way to do that?" Collaboration improves learning.

        • Re: (Score:2, Insightful)

          by Anonymous Coward

          Collaboration improves most ANY human endeavor.

          Learning....Building...

          Even Cooking.....even when there are lots of cooks.

          Structure isn't the problem. It's the niching, and separation of minds that limits the results we can achieve.

          • by mrlpz ( 605212 )
            People over processes......works every time.
          • by martin-boundary ( 547041 ) on Thursday November 10, 2011 @08:16PM (#38018044)
            Teaching isn't about producing results. A team effort is great when the goal is to create a product. Teaching is about training a mind to achieve a certain standard of competency. Two or more combined minds that achieve competency as a whole does not guarantee competency of the individuals.
            • So, teaching awards a "certificate" asserting competency of an individual, that others can then use as a shortcut to determining that individual's competency ... but there are so many problems, like cheating, arbitrary standards of competency, teacher incompetency, etc. that we might as well throw out the idea of certifying competency and all make our own determinations :) I suggest assuming competency until proven otherwise.

              • I suggest assuming competency until proven otherwise.

                I agree, since this is usually easy to test for on the spot with probing questions.

        • Re: (Score:3, Interesting)

          by Anonymous Coward

          When I was taking my intro to programming classes, we were allowed to partner with one other person to do several of the main programming projects. On the first day of class, I had to show the person next to me how to turn on their computer, so of course I ended up being stuck with them as a partner. To my surprise it ended up being immensely helpful to me, mostly because I not only had to design the bulk of it, but I had to explain it all to them, and do a good enough job getting my ideas across so that t

        • Also, you get this kind of learning in the work environment too (unless yer job is a dick). So this style of collaborative learning also does one really important thing for future developers: it ingrains a sense that teamwork is important and how to work well in team environments (and not be a dick).

      • When I started learning programming in high school, I was exceptionally shy. I found that I understood it better than most, and would often help other people learn, which was a big thing for me. Part of the reason I latched onto programming since then is because I was able to be of value to the people around me. If I had understood it just as well, but had to sit there pretending to work together with imaginary people through bullshit code snippets, just so the teacher had an easier time grading my work,

      • That is probably because the goal of this one teacher wasn't to grade each studenty individually, but to help them learn something.

    • Whats wrong with $4/hour if the living expenses are proportionately lower?
    • The summary makes it sound like these kids are being encouraged to cheat off one another.

      Yeah for reals. In college there were those kids who just wanted to copy someone else's code to get an assignment done and those who worked in collaboration to make something truly excellent. There is a huge difference and for the summary to call it copying is not at all what the article was about. I also find the whole "learning them in a few months" highly suspect as well.

    • by jellomizer ( 103300 ) on Thursday November 10, 2011 @12:51PM (#38013636)

      The problem is it is hard to draw the line between cheating and working in a group, for an educational setting.

      I remember in fifth grade a "Progressive" teacher had the kids who are good at a topic to work with children who needed some help, to help them out. So I was helping someone with some Math. He got mad at me because I was explaining the steps and not giving him the answer. Because some kids want to learn and others just want to pass, he didn't care about learning, he cared about getting it done and getting a passing grade so he doesn't need to do it again.

      Now in a programming class, this shared concept will work when the students are wanting to learn how to do something vs. just getting a passing grade. So if they want to learn working with peers is great (In any topic) but if they don't they will use it as a way to cheat, and get the answer from someone else.

      I resent the statement about the $4 programmer. In the US there are a lot of jobs that needs Software Developers. That needs a good programming background.
      A Programmer is a Job a Software Developer is a Career. If you need a programmer then you have done all the Architectural work and planning then yes you can hire a $4 an hour outsource to turn out code. But for most organization requirements are more organic and you need a Software Developer who does more then just write code he takes in the Problem, comes with a solution to a problem, figure out the business case, work with the end user for an appropriated solution , calculates the trade offs, then writes the code.

      Most companies when they see a Programmer for $4.00 an hour try to go with them and then pay for it later. Because they soon realize they didn't hire a software developer they just hired a programmer.

      • I remember in fifth grade a "Progressive" teacher had the kids who are good at a topic to work with children who needed some help, to help them out. So I was helping someone with some Math. He got mad at me because I was explaining the steps and not giving him the answer. Because some kids want to learn and others just want to pass, he didn't care about learning, he cared about getting it done and getting a passing grade so he doesn't need to do it again.

        No offence, but that just proves that you're rubbish at teaching, which is a valuable lesson to learn as it's always best to know your strengths and weaknesses.

      • >The problem is it is hard to draw the line between cheating and working in a group, for an educational setting.

        Not if you make it a group project it isnt

    • I <3 C64 BASIC. :^)

      That was where I got my start as well. We had four or five in our grade 5 / 6 classroom and were basically encouraged to do anything we wanted with them short of actually damaging them. It was awesome. (Whether or not BASIC is an ideal starting programming language is not a topic I want to get into here.)
    • I think this is also a great argument against software patents. More innovation can be realized when seeing what others are doing. How many people have figured out problems faster or added unique ideas when working by themselves?
    • Oh, and I've found Alice [alice.org]...

      Alice? Who the fuck is Alice?

      Sorry, couldn't resist... you may go about your business. Move along.

    • "Nope! That's piracy, copyright infringement, trademark violations, plagarism, and all around cheating! Keep your eyes on your own work or else! The minute each precious sentence is scrawled in blue pen, that's a copyrighted work! If you copy it you will be sued by RightHaven for $150,000 per note book page! Now, wasn't that a nice class?"

    • Your comment is a tad cynical. Especially since, at least in my area, we're not seeing a decline in salary for good developers at all. But maybe that is the point, good developers make money. The people who have a problem are those who spend 2.5 years running through a "CS" degree at ITT Technical Institutes home study program and then come out with a resume that reads like the who's who of fast food workers and yet expect a starting salary of $85,000 "because my college recruiter totally said that is what

      • I have to agree. A $4 an hour programmer gets a specification and builds it to the letter (mostly). They never try to reuse code, build it to be reused or see how it can be tied into what already exists. My company found that hiring offshore programmers wasn't worth it as it took as much time away from our normal developers to hold their hands and correct their mistakes. A good developer is more than just a code monkey. They solve problems, they look at how this enhancement might be useful for others a
    • by kmoser ( 1469707 )
      I found the C-64's PEEK and POKE commands to be incredibly exciting, you insensitive clod.
  • Sharing (Score:5, Funny)

    by Threni ( 635302 ) on Thursday November 10, 2011 @12:24PM (#38013364)

    Sounds like a gateway drug into P2P, torrenting, and ultimately murder.

  • A good method (Score:5, Insightful)

    by Hentes ( 2461350 ) on Thursday November 10, 2011 @12:26PM (#38013378)

    In high school my math teacher organised us into pairs and encouraged us to work together on the problems. It's can be very enlightening to see a situation from someone elses point of view. And teamwork is also a skill that has to be learned, preferably in school.

    • Especially if your lab partner has big boobs.

    • A Bad Method (Score:4, Insightful)

      by Kamiza Ikioi ( 893310 ) on Thursday November 10, 2011 @01:16PM (#38013928)

      In high school my math teacher organised us into pairs and encouraged us to work together on the problems. It's can be very enlightening to see a situation from someone elses point of view. And teamwork is also a skill that has to be learned, preferably in school.

      That's annoying as hell for the smart kids paired with kids who just don't get it. Being one of those kids that didn't like "showing my work", I would have spent 50 minutes of a 60 minute class teaching my partner how I got the solutions. Conversely, there were kids smarter than me, and I didn't want them giving away the answer before I'd figured it out on my own. People need to learn how to solve problems on their own. In my humble opinion, math is only a team sport for anyone going above Calculus. I don't believe in that one for all, all for one junk in school. Let's save the teamwork for Phys-Ed.

      Sounds like a great way for the teacher to make other students do the job of the teacher. I certainly don't want my son going to school and spending the majority of his time teaching rather than learning something new under some false assumption that they can all be winners. As the kid who always held the class record for math speed tests in elementary school, its a shitty teacher that would make that me spend most of my time helping other students on rudimentary problems when I could have instead moved on to something more challenging.

      If that kid's parents want to pay me for after school tutoring, that's fine! Heck, I paid another student for music lessons over a summer in high school. He was a first chair, and I was 5th. My money resulted in him being paid for a valuable service that helped me make second chair the next year. But should he become the instructor of all the kids below him? Hell no, he was allowed to shine on his own. This guy went on with a music scholarship, and the rest of us just have band camp memories. Why hold him back? Why hold back excellence? I can only imagine someone like modern Einstein in high school wasting time trying to explain chemical bonding to a kid who will grow up to flip burgers. That's a far out analogy, but it highlights the problem, at least until later years of college where classes aren't just large groups of kids lumped together not by knowledge, but simply by age and geography.

      I want kids to go to school to learn, not teach remedial topics to their classmates.

      • Re:A Bad Method (Score:5, Insightful)

        by trcollinson ( 1331857 ) on Thursday November 10, 2011 @01:45PM (#38014200)

        But to learn what? I was in the very top percentile of my class at every school I went to. Unfortunately for me, very few of the teachers could teach me anything that I did not find remedial. In the 7th grade I had a math teacher give me the greatest insight I have ever had the pleasure of realizing. She said, I would never learn anything from the teachers or textbooks in school that I couldn't easily figure out on my own. She encouraged me to help others and learn new and interesting things from those around me by observation.

        This opened up a whole new world for me. Yes, I tutored many people for a heft sum (enough to comfortable pay for college without incurring any debt). But I also helped those who couldn't afford my services, I made friends, I learned as I taught, I gained valuable social and managerial skills, and most of all I got a great experience out of school even though I hated just about every textbook I ever picked up and most of the lectures where teachers attempted to prepare me for "life" (which I guess is a code word for some standardized test that helps them get funding for the school).

        For me I think collaboration is the way to go. Ultimately, in good companies, that is how things work. I have my strengths and the 6 people on my team sitting around me right now have their strengths. We complement one another and we work well. Personally, I am glad I learned that while I was in school, and have mostly forgotten about all the lectures that bored me so badly.

      • Re:A Bad Method (Score:5, Informative)

        by smbarbour ( 893880 ) on Thursday November 10, 2011 @01:54PM (#38014274)

        Sounds like a great way for the teacher to make other students do the job of the teacher. I certainly don't want my son going to school and spending the majority of his time teaching rather than learning something new under some false assumption that they can all be winners. As the kid who always held the class record for math speed tests in elementary school, its a shitty teacher that would make that me spend most of my time helping other students on rudimentary problems when I could have instead moved on to something more challenging.

        I want kids to go to school to learn, not teach remedial topics to their classmates.

        One of the best ways to solidify one's grasp of a topic is to teach it to someone else. Additionally, everyone has a different method of presenting information to others, and some people are more receptive to different methods of learning. Ideally, students of similar levels of aptitude would be paired together to learn from each other, increasing the knowledge of both, but we all know that the real world does not revolve around ideal situations at all times.

      • I believe your premise has some merits (obviously, bright students should be allowed to progress), but I don't think it is a terrible idea to, at the end of every unit/chapter/major concept, quiz the class and let students take turns teaching other or flailing on a chalkboard in front of the class. Sure there's some pressure but you get used to it, and better because any job has a habit of putting you in the spotlight from time to time.

        Sometimes it is incredibly instructive to "teach" another student, or a

      • by Hentes ( 2461350 )

        I forgot to mention that the class was split into two groups based on skill, so differences weren't that big. Also, you were free to sit next to anyone.

      • I can only imagine someone like modern Einstein in high school wasting time trying to explain chemical bonding to a kid who will grow up to flip burgers.

        By all accounts, Einstein was a generous, kind-hearted person willing to help others, not a stuck up little brat with deluded ideas of his own importance.

    • by fermion ( 181285 )
      Such a teaching method is very enlightening. One very good way to get everyone to learn is give them different but similar problem sets and let them work though the problems. Cheating is minimized, and learning is maximized.

      I recall in high school our programming class, Fortran, was a vey isolating experience, and though I learned I did not learn how to manage the writing of code. I could write any program you wanted to, as long as it was small enough to do on my own. One thing that changed my outlook

  • by tucuxi ( 1146347 ) on Thursday November 10, 2011 @12:28PM (#38013402)

    If your students are motivated by "building cool stuff", sharing is great - they are trying to add the elements they find into their own designs. However, if your students are motivated buy "getting the passing grade", then sharing may become copy-pasting, and they will not retain any knowledge of the process. In real life, students are motivated, to a different degree, by building cool stuff, grades, and a host of other factors. My policy up to date has been "ideas sharing is fine, peering at screens and finding out how others did things is fine, but if I find evindence of significant copy-pasting, you will get a stern warning and/or a some sort of discipline". Works fine with undergrads learning compsci, especially once they learn that our in-house copy-pasting detection system is quite accurate at finding cases of badly-disguised cut&paste.

    I am even going one step further, and *making* my students review each other's code (they get good grades for writing good reviews, not for receiving them, and reviews are anonymous, so there should be little incentive to 'cheat'). I find that far too many students are not exposed to a) the potential beauty and simplicity of good code vs. b) the horror that bad coding is to the unwary mind.

    Does anyone know good systems to automate this peer-review for undergrad coding exercises?

    • I agree with you completely. Sharing may become copy-pasting, and putting off motivation is probably the better way to teach.

      If only there were some way to compare different models of teaching to determine which way was better. Some process where the amount of learning could be measured in both methods.

      Until that magical method is invented, I suppose we'll just have to keep teaching kids in the best way we know how.

    • I once gave a reviewing assignment in a graduate class -- only the language used was English, not computer code. Each of the students had a term project they had to do and report on (the projects were all different). I graded the projects. But along the way, each draft of the final report was handed out to several other students for review. Those other students where responsible for providing constructive criticism. I too reviewed the drafts. A student's final grade was based on my grading of his fina

  • by SuricouRaven ( 1897204 ) on Thursday November 10, 2011 @12:30PM (#38013436)
    It'll teach the kids to write the most simple programs - but once they need to use a real programming language, they need to unlearn Scartch.

    I've taught Scratch to kids before, though only briefly. None of the class picked up much on their own, so it's no replacement for good tuition.
    • by Anonymous Coward

      And what about scratch makes it not a "real" programing language? All the rudiments are there, need I point you toward the ray tracers that have been written in scratch :)

  • by Nyder ( 754090 ) on Thursday November 10, 2011 @12:30PM (#38013438) Journal

    Or so the corps want us to think...

    • Sharing is theft

      -- MPAA

  • KTurtle (Score:4, Interesting)

    by Plammox ( 717738 ) on Thursday November 10, 2011 @12:31PM (#38013448)
    It even comes [kde.org] with many different interface language options, making it ideal for children who just started reading in their mother tongue.
    • Nice to get them started on an open platform as well, especially since Scratch was blocked from the Apple store. Too bad, a tablet would be an okay place for kids to start learning programming concepts, but i guess someone might write some software Apple doesn't get a cut from. I urge everyone to remember that when they defend Apple for "protecting the user experience".
      • I should also mention that Scratch is available for Linux as well.
      • by Plammox ( 717738 )
        Banning Scratch from the app store is exaggerated. It's not as if scratch programs suddenly will compete against all the other shiny apps they sell.
  • In my experience (Score:5, Interesting)

    by slthytove ( 771782 ) <.moc.liamg. .ta. .nella.m.semaj.> on Thursday November 10, 2011 @12:35PM (#38013490) Homepage

    High school computer science teacher here in my 4th year of teaching. This year, I've emphasized group programming much more than the past 3 - I used to do 50/50 group/individual in-class stuff, but this year nearly every in-class exercise is done with randomly-assigned partners in my Intro and AP courses. The difference in comprehension is astounding - students are grasping concepts much quicker than usual. The thing is, when they go off on their own to do individual assignments now, they do so with much more confidence, thanks to the discussions they were able to have with their partners.

    FYI, I teach at an all-girls school, so it's possible that these are unique results for girls, but I imagine that boys would similarly benefit from working with partners.

  • Once proficiency in fundamentals and advanced fundamentals are demonstrated should code sharing and collaboration be encouraged.

    This kind of goes back to "when should math students be allowed to use calculators?" Obviously, it is established that they should be allowed only after they have a firm grasp of those functions which the calculator performs for them. Otherwise bad things begin to happen.

    So what I am getting at is that once those fundamentals are present in the minds of these students, then they

  • Kudos (Score:2, Interesting)

    by Anonymous Coward

    I'm a high school comp sci teacher and I fully support this way of learning. Kids do much better when they collaborate because it's easier to remember concepts when you've had a conversation with someone about it. Cheating is different from collaboration. They aren't working together during the final exam.

  • Duh! (Score:4, Insightful)

    by gstrickler ( 920733 ) on Thursday November 10, 2011 @01:28PM (#38014042)

    Reading (and figuring out) someone else's code is one of the best ways to learn to program. It also teaches the value of commenting your code and making it understandable and maintainable by others.

    As for the "cheating" aspect:
    1. In the real world, programmers "cheat" by sharing code to get the job done with the least effort.
    2. Switch up the groups after every assignment so the learn to work with different people, you'll see a pattern in who is productive and who is a slacker.
    3. In the later phases, switch up the groups in the middle of the assignment, just like a real workplace.

  • Comment removed based on user account deletion
  • programming Blender with Python is not as hard to pick up as your grandparent's programming languages — and kids today are learning them in a few months

    Then again, who of these (grand)parents didn't (even have to) learn BASIC, Pascal, PHP, Perl or even assembler in a matter of days?

  • If a kid wants to learn something they will. If they really want to learn it they will read a 2000 page book on the language. What did you do with your commodore 64 ? I had to write pages and pages of code to get a game to work.

E = MC ** 2 +- 3db

Working...