Have you ever had a bug that took ages to fix and made no sense at all?
If the answer is yes, then keep reading. Chances are that if you program in Python, you will probably fall into one of these silly behaviors.
In the part 1 of this series I’m go... (more…)
Read more »
Implement a linked list in python, Traverse a linked list, Insert a list node. (more…)
Read more »
For the oil prototype, I used Python 3 rather than Python 2 to take advantage
of both type annotations and type checking with mypy. The
mypy type system seems fairly similar to the C++ type system, so these
annotations should help when porting the parser...
Read more »
I asked on Twitter if people would be interested in having me write down the history behind my decision to choose GitHub for Python's future development process and people said "yes"(some literally), hence this blog post. Background My heavy participation...
Read more »