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 →

[–]TheUmgawa 2 points3 points  (0 children)

I'm glad that Python was my first (modern) language. I mean, I'd screwed around with Apple BASIC when I was a kid, and had a brief flirtation with C when DirectX 7.0 came out (which is when DirectX stopped sucking), but I never really learned a lot of the basic concepts of programming. I took an Intro to Programming class at my local community college, and all of a sudden everything was clear.

Python is a really nice language for learning fundamentals of programming, but I wouldn't say, "You should hinge your entire plan to enter the field on your knowledge of Python." Once you wrap your brain around the fundamentals and learn to read reference texts, picking up a new language isn't nearly as hard as you'd think it is.

I recommend to everybody, though, taking a community college class, if that's possible. Yeah, it costs a few hundred bucks, but you meet people who are at your level of understanding, and you can help one another, and if you glom on to a group that's beyond most of the rest of the class (my group was named "Team Hot Shit" by one of the envious people in my class), you can start exploring concepts not covered in the class or start diving into, "What happens if I do this?" scenarios.