this post was submitted on 20 Jul 2024
123 points (96.9% liked)

Programming

17479 readers
222 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 41 points 4 months ago (14 children)

I'm really surprised to hear that teaching C# to 7th graders is easer than teaching them python. Python was invented to teach. It looks like pseudo code. I have almost zero experience in teaching so I trust your experience. But can you elaborate a little? What makes teaching C# easier?

[–] SmartmanApps 9 points 4 months ago (9 children)

I just replied to someone else with the same question. Less can go wrong (but in either case a non-OOP language, like Pascal, is a much better starting point. You should only ever teach students one concept at a time).

[–] [email protected] 5 points 4 months ago (1 children)

Pascal was my first language. Self-taught. It was pretty good.

[–] SmartmanApps 2 points 4 months ago

My first language was Basic, and Pascal is definitely better than that as a first language (it's what it was designed for).

load more comments (7 replies)
load more comments (11 replies)