A (Biased) Pure Python Performance Comparison

The following is a performance comparison of several (pure) Python implementations, for a large part of the Shed Skin example set . I left o… Read more

Similar

Python 1.0.0, released 31 years ago

--> Frustrated with Bourne shell syntax?--> Spent too much time staring at core dumps lately?Maybe you should try Python, the next generation object-orientedscripting and prototyping language, with a *readable* syntax. Pythonhas been used by hundre... (more…)

Read more »

Solid IMAP and SMTP in Go Using Python

Many of the ideas I've been playing around with lately are of the distributed, secure & networked kind. Since distributed asynchronous networks are tricky beasts, I want to leverage the existing network of such nature commonly known as email. This que... (more…)

Read more »