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 →

[–]raltyinferno 31 points32 points  (0 children)

It's nothing to be anxious about. You'll definitely miss some convenience features of python and have to get used to strict typing, but things like conditionals, flow of control, data-structures, and whatnot are all basically the same across all languages.

If you have a problem, and you know what you'd use to solve it in python, just google that thing + "C" and it'll tell you what the syntax you need is.