Yes, I love python. However, I am no expert. Most of the stuff I write in python is dirty and ugly code. Sometimes I figure out new things (things that programmers already know) and sometimes I forget ...
You can file this post under "if Rhett doesn't write it down, he will forget". I guess you are thinking that I am a python expert. Perhaps you picture me like this: Oh, I pretend to be an expert but ...
A superset of Python that compiles to C, Cython combines the ease of Python with the speed of native code. Here's a quick guide to making the most of Cython in your Python programs. Python has a ...