SO YOU KNOW THE PYTHON

TIME TO LEARN CYTHON

Attached: 1522508305146525.jpg (480x360, 16K)

Isn't that literally the same thing, but with type annotations?

depends, does it have rx?

after learning rx I refuse to use a language without it. reactive paradigms and functional programming are the future

>reactive paradigms and functional programming
a meme

Dude looks like CWC.

KEK

>CWC
what is is?

Its a different language, its somewhat close to python but no its not the same. read the docs. As long as your user a older version of 2.x or 3.x, then just modify the code so it works.
If you want speed write a python extension in c and only use python types as a bridge between python and c.

underrated

CYTHON is fast variation of PYTHON, thats all

Attached: 1496639070185824530.jpg (640x480, 97K)

Thought the same thing.
Like a parallel universe Chris who got his shit together

Which of them?

>CWC
what is is?

Hard Candy?

Afonya

the movie is quite sad.

post the one with the Sonic movie edit

If that's all it is then why doesn't everyone download cython to compile their python code? Hint: Because it doesn't work unless your project is fizzbuzz tier. Its a different language.

bump

so try to program in realone langiage for big boys

google "Chris-Chan"

too fat

bump

Why not nim if you want to go that route?

why PYTHON so difficult and so slow compare to perl and PHP ?

>nim
CYTHON superior over nim

cython is so 2010
what is numba JIT

>JIT
useless if coder use jarbage collector and memory allocator

Attached: MEMORY_ALLOC.png (699x701, 269K)

>use python
>cares about memory
art of python is getting shit done fast user, dev time included

but then python developer start to code quality software, for this CYTHON exist

Not really, it's for optimising the critical path instead of rewriting everything in Java/C, so is still about getting shit done fast, just when you've got shit at higher throughput than you used to.

JIT useless if coder use jarbage collector and memory allocator