quickle is a fast and small serialization format for a subset of Python
types. It’s based off of Pickle, but includes several
optimizations and extensions to provide improved performance and security. For
supported types, serializing a message with quickl... (more…)
Read more »
To support our migration to microservices we needed to find a new tech stack. Learn how we compared all the options and chose Kotlin... (more…)
Read more »
Essential Statistics for Data Science: A Case Study using Python, Part I System requirements: Language: Python 3.5 Libraries: statsmodels, pandas, matplotlib Data: available here Our last post dove straight into linear regression. In this post, we’ll take... (more…)
Read more »
Last year I took an elective on Computer Graphics (course notes) where I learned about OpenGL shaders, and image compression algorithms. (more…)
Read more »
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity. - GitHub - lark-parser/lark: Lark is a parsing toolkit for Python, built with a focus on ergonomi... (more…)
Read more »