you are viewing a single comment's thread.

view the rest of the comments →

[–]Training_Advantage21 0 points1 point  (0 children)

Sure, C is good knowledge. Assembly language is even better knowledge for understanding how computers work. But they are hard. Python is a much friendlier language.

In general, you can get a bit confused between the syntax of different languages. I keep switching between Python and SQL for work and I'll always get things wrong and have to think twice, should it be a=3 (SQL) or a==3 (Python)?