Butter vs WordPress

Butter is an API-based WordPress alternative that lets you build a blog without ditching your tech stack.

If you develop in Ruby, Python, or node.js, chances are you’re not in love with WordPress. Butter integrates into your existing codebase so you can build your blog on your own terms.

1M rows/s from Postgres to Python

asyncpg is a new fully-featured open-source Python client library for PostgreSQL. It is built specifically for asyncio and Python 3.5 async / await. asyncpg is the fastest driver among common Python, NodeJS and Go implementations.

 .. The result is that asyncpg is, on average, at least 3x faster than psycopg2 (or aiopg). This result is remarkable, as psycopg2, written in C and optimized, is not slow at all. See the benchmarks section below for more.

Full Stack Python

You’re knee deep in learning the Python programming language. The syntax is starting to make sense. The first few “ahh-ha!” moments hit you as you learning conditional statements, for loops and classes while playing around with the open source libraries that make Python such an amazing language.