+ 4
C++ vs Python
What is the main difference between this two languages and which is better.
4 Answers
+ 3
@Sreejith which is the best?
+ 2
C++ iostream python -> no headers
c++ { } python -> no braces
c++ main() python -> no explict main
c++ big code python -> comparatively small code
c++ faster python -> more processing power
+ 2
The two languages are not made for the same thing and each is better at what they are made for.
+ 1
c++ can be used for high speed processing
Python is used for high data processing
so both are good at what they do