this post was submitted on 16 Jul 2023
1557 points (96.4% liked)

Memes

45730 readers
1510 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] hglman@lemmy.ml 112 points 1 year ago (8 children)

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

[–] pythonoob@programming.dev 55 points 1 year ago

Hi, I'm the problem. It's me.

[–] DogMuffins@discuss.tchncs.de 26 points 1 year ago (1 children)

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 12 points 1 year ago (3 children)

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 11 points 1 year 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 1 points 1 year 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.

[–] DogMuffins@discuss.tchncs.de 1 points 1 year ago

Lol, basic coding is part of the mandatory school curriculum for 12 year olds in Australia.

[–] karstin@lemmy.world 19 points 1 year 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

I'm in this group and I don't like it

[–] Choco1ateCh1p@lemmy.world 10 points 1 year 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 6 points 1 year 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...

[–] MrSlicer@lemmy.world 3 points 1 year ago

Hellllooo I just took a c++ class and remedial math 🤣.

[–] charlieb@kbin.social 2 points 1 year ago

I never made it into algebra in grade school, my scores weren't good enough. but I took a liking to software dev and the ability to create digitally. Self taught myself all the variables and flow controls and OOP, now been a professional developer for 15 years.

However I still suck at math, and these fancy symbols still scare me probably because they were never properly explained. But yeah, I fit right in the mold you describe. Glad I have the computer to crunch the numbers for me.