• hglman
    link
    fedilink
    arrow-up
    119
    arrow-down
    4
    ·
    11 months ago

    Its got to be a relatively small group who knows enough to understand loops and is also afraid of math symbols.

    • DogMuffins@discuss.tchncs.de
      link
      fedilink
      arrow-up
      31
      arrow-down
      3
      ·
      11 months ago

      Maybe not so small?

      I never encountered these math symbols but for loops are like step 3 in any programming language after variables and conditionals

      • stoneparchment@possumpat.io
        link
        fedilink
        arrow-up
        18
        arrow-down
        4
        ·
        11 months ago

        lol, like 2.5% of the USA are programmers and even if we say twice that number have experimented and taken programming classes, that’s like 1 in 20 people who would even have ever encountered a for loop. This nsf report says ~70% of highschoolers have taken Algebra 2 or a more advanced math course, which is when sum notation is usually introduced. I think 70% is a little greater than 5%!

        • BeautifulMind ♾️@lemmy.world
          link
          fedilink
          arrow-up
          11
          arrow-down
          1
          ·
          11 months ago

          That’s interesting to hear; somehow my algebra 2 skipped sum notation (and it wasn’t remedially covered in subsequent math classes) but I’ve been writing code for decades now and seeing it in code totally explains the sum notation for me

        • kartoffelsaft@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          Huh. When I took Calculus II in community college, the professor introduced sum notation and like 2/3 of the class was like “wow that’s cool I didn’t know about that”. I don’t remember ever being formally taught it before that but it still surprises be how few people where already familiar with it.

        • AnarchistArtificer@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          I was great at maths in school, was in all the advanced classes and I found it so fun it didn’t feel like work to me. I learned a lot of the notation, but because I didn’t study maths further, I became rusty. With programming, I never really learned it, I just kept coming into contact with it as part of my post university work (in science), and gradually, I picked up some basics. The coding basics I did get feel much more familiar to me than the maths concepts now, because I literally couldn’t avoid coming into contact with coding in my work.

          The maths they teach in school also is generally very pure maths, and that can make the concepts remain quite abstract. Matrices, for example, made way more intuitive sense to me when I used them as a scientist than when they were taught to me as a maths student.

    • karstin@lemmy.world
      link
      fedilink
      arrow-up
      20
      arrow-down
      1
      ·
      11 months ago

      I’m in that group I think. I do like a liiitle bit of coding in some tiny specific progrqmming language in one piece of software that I use. I understand the basics but try to avoid having to do it. But while code is a little scary to me, math is much scarier lol

    • Choco1ateCh1p@lemmy.world
      link
      fedilink
      arrow-up
      12
      arrow-down
      2
      ·
      11 months ago

      I believe this group could be bigger than some may think. I, and the team I work with, work with for loops similar to these on a regular basis. And only one of us has a bachelor’s degree in math. The rest of us don’t really understand the math unless it is applied.

    • Malfeasant@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      11 months ago

      Those of us born in the 70s… Doing anything with a computer required knowing at least a little programming, so we learned at 8 years old, then when we got to high school/college, we were taught by people who knew nothing about programming because they were already old and didn’t think they needed to learn anything new…