Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
If you need high performance, C (or the fast bits in c). If you need easier Dev, python
-
Scientific stuff: combination of c++ and Python (think cython or 3rd party packages like Boost)
Visualization, analysis, parsing, data cleansing etc: Python
Real-time tasks: c/c++
To answer your why.. Python is syntactically beautiful! Easy! It does all the hard work for you but that comes with some overhead which is acceptable in most of the cases unless you're doing something that requires you to manually take care of memory or something that is real-time like an app for stock market which updates data at milli to micro seconds scale. -
To me C is more neat and tidy thank to the curly braces(dunno what they're called). Python a bit messy and inconvenient due to the strict indentation.
-
In 2016 using c as yout default language is a bit weird.
Sometimes you specifically need it.
But if you don't there are better options
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
htlr14When you try to tell your fellow devs to start using Git 😶
C or Python, if, when and why?
undefined
c
python
vs