• Splendid4117
        link
        fedilink
        English
        3020 days 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
      1820 days 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
      219 days ago

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