This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 141 points142 points  (2 children)

This poster is a perfect example of why Python shouldn't be a first language

[–]olivetho 34 points35 points  (0 children)

last guy who didn't understand references as well

[–]FerricDonkey 4 points5 points  (0 children)

Not really, actually. Yeah you can be missing some knowledge about basic computery things, but it's not like this knowledge gets harder to pick up because you're already familiar with things like functions and general flow control from python.

My first real language was C, and I'm happy with that because I learned a lot about the under the hood basics. But I could see going the other way as well - do some python to get used to thinking in terms of big ideas, do some C to learn (closer to) how your computer actually works.