0 votes
by (700 points)
Is Python better than C++?

1 Answer

0 votes
by (260 points)
Python is much simpler, which leads to faster development and less mental overhead. Interpreted vs compiled (implementation): C++ is almost always explicitly compiled. Python is not (generally). It's common practice to develop in the interpreter in Python, which is great for rapid testing and exploration.Sep 26, 2017

Related questions

0 votes
1 answer
asked Aug 4, 2021 by freesoftware (120 points)
0 votes
1 answer
asked May 14, 2021 by cides (140 points)
0 votes
0 answers
asked May 9, 2021 by cides (140 points)
0 votes
1 answer
asked Nov 28, 2019 by arduino (3.7k points)
0 votes
1 answer
0 votes
1 answer
asked Jul 9, 2021 by usearduino (180 points)
0 votes
1 answer
0 votes
1 answer
asked Jun 15, 2021 by usearduino (180 points)
0 votes
1 answer
0 votes
1 answer
asked May 23, 2021 by program (420 points)
...