+ 12
What is difference between python and c ++
I am new to c++
17 Respostas
+ 14
Python is an interpreted language that requires no compilation and runs slower on computers while C++ is a compiled language that runs fast on several computers.
+ 9
First go and start to learn them then you will get your answer.
+ 8
The only similarity is that they both are programming languages so they sare a bit of same traits. Rest everything is different.
+ 6
Syntax is one difference. Python is newer but used more widely than C++. Python has many more libraries than C++.
+ 5
blackwinter lol.
+ 5
Peter Koinange your links are not relevant to the question.
+ 4
syntax
+ 4
Python is a general purpose and one of the high-level programming languages. A variable can be used directly without its declaration while writing code in python. ... C++ is also called an intermediate-level programming language as it is developed using both low-level and high-level language features.
+ 2
Experience in the field really helps alot, learn the languages and this will help you figure it out...
+ 2
I don't think so.
+ 2
I would suggest going through this article:
https://www.educba.com/JUMP_LINK__&&__python__&&__JUMP_LINK-vs-c-plus-plus/
+ 1
You have to get used to semicolons, braces, type declaration and pointers and more.
0
Lol they are two diiferent languages đ
0
Adding to other answers, c++ is a strongly typed programming language.
While python is loosely-typed programming language.
In strongly typed language variable should be given a datatype first and while on the otherhand loosly dont need datatype while declaring.
0
C++ is somehow more complicated than python, I am learning c++ as a beginner, I have a little knowledge about python but I think it is easier.
0
It is basically the difference between English and Japanese. There is different syntax in C++. In C++, you have to say what the data type is when creating a basic variable. In Python, you donât have to say the data type. Python just knows what the data type is by the value you give it.
- 1
Can we update c++ programming?