replace_me - Modify your own source code with this piece of Python black magic... (more…)
Read more »
swagger-py-codegen - a Python web framework generator supports Flask, Tornado, Falcon... (more…)
Read more »
Writing an interpreter or a compiler is usually considered one of the greatest goals that a programmer can achieve, and with good reason. I do not believe the importance of going through this experience is primarily due to its difficulty. After all, writi... (more…)
Read more »
Overview Python’s default ints, unlike in C, Rust or Go, are of arbitrary size.1,2 What that means is there’s no absolute maximum value your ints can store. They’ll grow as long a… (more…)
Read more »
This blog post shows a basic example of a Serverless Thrift API with Python for AWS Lambda and AWS API Gateway. (more…)
Read more »