Welcome to the third post in our series on Python at scale at Instagram! As we mentioned in the first post in the series, Instagram Server… (more…)
Read more »
The open-source GetX-inspired Python Framework for Building Reactive, Cross-Platform Apps with Flet - AllDotPy/FletX... (more…)
Read more »
Using Python to power the world
Access to affordable and consistent electricity is one of the big challenges facing our modern society. Nuclear energy is one answer because of its reliable output and carbon-free operation. To make this energy accessible t... (more…)
Read more »
One of the cool tricks I came across was how to write a self-sufficient AWS Lambda function, the idea is to have your Lambda function installs its dependencies at runtime/require time, instead of having to redeploy it each time you add a new dependency. (more…)
Read more »
Python has a great ecosystem for machine learning, but deep learning is computationally intensive and Python is slow. In this post, I will… (more…)
Read more »