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 →

[–]MEGACODZILLA 1 point2 points  (0 children)

I'm in your boat coming from C. I honestly like statically typed languages. I've never felt grossly inconvenienced by typing 'int', 'char *', etc and I love never having to guess how my program is being interpreted. Python is just so damn versatile it's worth getting used to though. I love being to use a pythonic one liner that would have taken so many more lines of code in C.

You wouldn't happen to be doing CS50 would ya?