Ibis is a backend agnostic query builder / dataframe API for Python. Think of it as an interface for dynamically generating & executing SQL queries via Python. Ibis provides a unified API for a variety of backends like Snowflake, BigQuery, DuckDB, pol… Read more
Similar
Have you heard people say that async Python code is faster than "normal" (or sync) Python code? How can that be? In this article I'm going to try to explain what async is and how it differs from… (more…)
Read more »
Let’s say you are searching the web for some raw data you need for a project and you stumble across a webpage like this: (more…)
Read more »
At the January 2020 Python Frederick event, Patrick Pierson showed the group how you can use Python in different serverless services on AWS and GCP. He also showed a couple of serverless frameworks like Serverless and Chalice. (more…)
Read more »
We met up with Victor Stinner and Julien Danjou to discuss the performance of the programming language Python. (more…)
Read more »
This describes reliable patterns of coding Python Extensions in C. It covers the essentials of reference counts, exceptions and creating functions that are safe and efficient. (more…)
Read more »