C++ vs Python

佚名 / 2023-04-28 / 原文

Why C++ is faster than Python
https://www.freecodecamp.org/news/python-vs-c-plus-plus-time-complexity-analysis/

Summary Table

编程语言 strongly typed ? 跨平台
C++ Yes Yes
Python No Yes

参考资料

  • strongly typed programming language
    https://www.techtarget.com/whatis/definition/strongly-typed

  • Are C++ applications cross-platform?
    https://stackoverflow.com/questions/33238345/are-c-applications-cross-platform