Personal site of Mark Railton, a software developer based in County Wicklow, Ireland... (more…)
Read more »
Python Mocking, You Are A Tricksy Beast. Python mocking there is something unintuitive about you. You are not easy to get to grips with and it takes several “Ah, now I get it!…
Read more »
Pyjion is a JIT compiler. It compiles native CPython bytecode into machine code. Without Pyjion, CPython uses a master evaluation loop (called the frame evaluation loop) to iterate over opcodes... (more…)
Read more »
Mypyc compiles Python modules to C extensions. It uses standard Python
type hints to
generate fast code. (more…)
Read more »