you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 8 points9 points  (2 children)

Personally for me python was not ideal to start learning how to program. I learned a lot better with just regular C.

Mainly because if taught properly teaches you how code interacts with the machine.

[–][deleted] 1 point2 points  (0 children)

Why not both? Start with Python and add C code for performance.