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 »
The below is mostly a log of my thought process while building out some functionality that I wanted to add into searchcode server. I kept a record of progress and thoughts while doing this in the hopes that I get some sort of useful blog post out of it. I... (more…)
Read more »
Python is a relatively simple programming language that doesn't require previous experience with any other language.
It is an interpreted, high-level, general-purpose programming language that emphasizes code readability.
It’s a dynamically typed la... (more…)
Read more »
a python package for algebraic calculations. Contribute to chouettevan/algebra development by creating an account on GitHub. (more…)
Read more »
Nearly 20 years after the first release of Python 2 and 11 years after the first release of Python 3, the Python development community has retired Python 2.7, the last of the Python 2 series. This marks the end of all upstream support for Python 2, includ... (more…)
Read more »