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 moreIs it important to learn C before Python?
No, C is not a prerequisite to learn python . The two languages aren’t too closely related, their syntax is quite different. At first glance, Java, C++, C# or even PHP and JavaScript will look more familiar to a C programmer than python. Python is more similar to Ruby and CoffeeScript both in syntax and philosophy.
Read moreIs Python easy if I know C?
Python is easy to write and has a clear syntax. Hence writing Python programs is much easier when compared to C++ . C++ is a statically typed language i.e. the declaration of a variable, the data type of variables, etc. are verified at compile time.
Read moreShould I learn C C++ or Python first?
If you want to become a software engineer or want a good knowlege in programming ,then you should start with C++ . But if you just want to know some about programming then you can go with Python and it is easy also. To learn first C++ then Python is easier then Pyhton to C++.
Read moreShould I learn C after Python?
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 more