• Splendid4117
        link
        fedilink
        English
        301 month ago

        I think it’s more that a ton of popular python libraries (things like pandas, tensor, etc) are actually built in C, so python is just C wearing a mask

    • lime!
      link
      fedilink
      English
      181 month ago

      one of python’s strong suits is it’s foreign function interface. it’s very easy to call code in other languages from python, which can speed execution up significantly

    • Ethan
      link
      fedilink
      English
      21 month ago

      One of the main implementations of Python is CPython, which is written in C or C++