Python Bytes cover image

Python Bytes

#385 RESTing on Postgres

May 27, 2024
Topics covered in this podcast include PostgresREST, Python async IO, and Python regular expressions. PostgresREST creates RESTful APIs from PostgreSQL databases efficiently. Python async IO mechanics are explored in detail, along with a discussion on parallel programming and Bend. Additionally, Python tools and educational platforms including a book on regular expressions are discussed.
24:04

Podcast summary created with Snipd AI

Quick takeaways

  • PostgREST automates REST API creation from PostgreSQL, improving speed and security.
  • Jacob Padilla's article demystifies Python asyncio through a detailed tutorial.

Deep dives

PostgREST: Web Front-end for Databases

PostgREST is a web server for databases that exposes tables as endpoints for HTTP queries without much API work. It runs automatically and provides a restricted API, suitable for quick database exposure. It leverages Haskell, ensuring performance with 2000 requests/sec on Heroku's free tier, and focuses on delegating work to the database.

Remember Everything You Learn from Podcasts

Save insights instantly, chat with episodes, and build lasting knowledge - all powered by AI.
App store bannerPlay store banner