28
HRT-713
6y

You're as slow as the python interpreter.

Comments
  • 0
    @irene It ain't that fast either. To beat this I am currently mostly using Cython, and it's amazing.
  • 0
    @irene Yup, it is most of the time. And when it's not, you have Cython to fall back on.
  • 1
    Hey... hold on a second. The standard Python interpreter cPython is slow in most cases, but you can not say tgat to pypy
  • 1
    @HRT-713 How did you get started with Cython I've been wanting to learn but don't know where any good resources are
  • 1
    @Bubbles I already knew python so I just looked at the docs and my friend had an O'Reilly book called Cython that I borrowed, it was quite good and if you want to learn I recommend you do the same.
  • 0
    @-ANGRY-CLIENT- If you use CPython and Cython together, it is much faster than cpython and pypy.
  • 1
    @HRT-713 I found a pdf of the book thanks for the help!

    pdf to the book if anyone wants it: http://jyguagua.com/wp-content/...
  • 1
    devrant team may regret this week's rant 😂😂😂 so many insults
  • 0
    @iamavalos I should of thought of that!
Add Comment