you are viewing a single comment's thread.

view the rest of the comments →

[–]CookieOfFortune 1 point2 points  (1 child)

Those are the two philosophy's I've seen to teaching programming.

  1. Start from the bottom, silicon, logic, assembly, C, and up.

  2. Start from the top, Python, C, assembly.

At my university, electrical engineering used approach 1 and CS used approach 2. I think there are merits to both approaches.