If you already know python, I think you have basic concepts of Object oriented programming, so I think it’s better to go with C++ instead of C . Since with learning C++ you will learn most of C.
Read moreDo I need to learn C before Python?
It is not necessary to learn C language before starting with python . Everytime you start with new programming language , only syntax changes . You only learn syntax with new programming language but the concepts remain same .
Read moreShould I learn Java first or C?
Should I Learn Java or C++ first? Most programmers agree that Java is easier to learn first . Java’s syntax is usually easier for new programmers to understand. The syntax requirements in C++ are very strict.
Read moreShould I learn Java first or C?
Should I Learn Java or C++ first? Most programmers agree that Java is easier to learn first . Java’s syntax is usually easier for new programmers to understand. The syntax requirements in C++ are very strict.
Read moreShould I learn Python first or C ++?
As a beginner you should start with Python of course because of the easier and smaller syntax, the syntax is more readable as compared to C. Python lets you ignore all the ugly low-level concepts of programming like pointers, structs, memory management, etc.
Read more