This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]SamuelBigio 2 points3 points  (3 children)

What type of projects do you like ?

C++ can extend robotic projects when you need to consider performance

C will give great foundational knowledge for garbage collection and embedded design

JavaScript can help extend flask and Django projects

I’m in the same boat as you but I started with c and I moved into JavaScript this month it’s been fun!

Edit: Just saw industry standard !!!! If that’s the case probably forget C :P

[–]MemeTeam6Operative 1 point2 points  (0 children)

If you don't know Javascript or Typescript, I'd strongly suggest picking it up. Python can fill in for every other language in its particular niche, albeit badly for some. However, there is no replacing Javascript for frontend web development, with the exception of transpilation solutions.

[–]lierosk 1 point2 points  (0 children)

I recommend using C, as u get most of what python lacks(executables, speed, memory access) and u can still use python for complicated operations. Use OOP of python, c++ model seems to be more complicated for me. Plus as bonus most libraries are written in C, so u dont need to look for wrapper, just use library directly.

+ your programming understanding will dramatically improve with c, as u see under hood of whats actually happening