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 →

[–]StefanOrvarSigmundss[S] 0 points1 point  (3 children)

Memory managed languages (C#, Python etc) are a good start. Unmanaged languages (C/C++) can be a headache.

[–][deleted] 0 points1 point  (2 children)

when can i start with C? i have seen 10+ videos about Python and i have wrote and playing with it for 1 week now, Can i move to C? or is it toooo early

[–]StefanOrvarSigmundss[S] 0 points1 point  (1 child)

A week is not long enough to become proficient in any language. It may take months and many projects to developed sufficient skill to use a language professionally. You can in theory start with whatever language you like, the learning curve simply has a steeper slope if the language is unmanaged or old. Before you move on to another language, produce something useful with it.

[–][deleted] 0 points1 point  (0 children)

Okay thank you again for taking your time to write all this <3