• Nighed@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    I leant from scratch as my first programming language in year 12.

    They tried to teach OOP in year 13, but I didn’t really get it until university.

    This was years ago at this point, I think they introduced the programming GCSE the year after I did my A-Levels.

    A scripting language like python is the ideal language to start with because you can JUST learn the programming bit without worrying about OOP, project structures, compiling etc.

    • I think they introduced the programming GCSE the year after I did my A-Levels

      I was teaching the IGCSE, to students all over the globe.

      you can JUST learn the programming bit

      But NONE of the resources which have been provided to schools do it that way - they ALL use OOP. If that’s what your faculty has chosen to use, then that’s what you have to use. It comes back to what I’ve been saying all along - the schools are dictating to the teachers what they are to teach, and it’s NOT based on what’s best for the students educationally, but what has the least admin overhead for them. That’s the stupid reason that I had to learn Python - admin concerns!

      • Nighed@feddit.uk
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 months ago

        Oh, ok, that’s annoying then. One of those cases where it feels like the person putting the course together has never actually interacted with children?

          • Oh, I should clarify that. Teaching Python was decided for us by admins. The course material MAY have been designed by a teacher, but then also it may have been designed for Year 9 say. It’s inappropriate to be teaching it to Year 7 as a first proper programming language, but that’s what we had to do (otherwise then we would also have to make all our own resources to do it, and don’t forget at this point that I didn’t know how to program in Python myself yet! So yes, I had to use the already made resources, which had OOP in it).