• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle




  • One nice thing about learning (and teaching) python is that it’s a multiparadigm language. Students don’t have to learn about indenting until you cover flow control. Classes and OOP can come way, way later.

    I started with C++. Also multiparadigm, but the syntax and compiler errors were brutal, not to mention pointer arithmetic.

    I’m not sure I can think of a language that would be better suited to learning. GDScript seemed kind of nice, and you get to make games.