What is WSGI? – #14

Welcome to Learning at Lambert Labs session #14. This week, Tom Kobialka, explains how to build the world’s simplest web application and how WSGI protocol helps web servers and Python frameworks communicate.

In Today’s Learning Session:

  • In Today’s Learning Session: –
  • What is WSGI? –
  • http Python standard library package –
  • What is an application? What is a server? What is an interface? –
  • Gunicorn, WSGI web server implementation for UNIX-like OS
  • Pre-fork worker model
  • Concurrent requests
  • Q&A from our developers!

🔊 Subscribe to our channel for weekly learning sessions! https://www.youtube.com/channel/UCi7G5sY0IWqSNUMnRptuJmw

Like and comment on our other videos and posts and if you find want to learn more about Python, check out our Python page!

How to use asyncio in Python to achieve concurrency? — #12

Welcome to Learning at Lambert Labs session #12. This week, Rafiq Hilali, takes us asyncio, part of the Python standard library, and how you can use it to achieve concurrency with asynchronous coroutines.

In Today’s Learning Session:

  • Different types of concurrency (threading, multiprocessing, asynchronous coroutines).
  • What are asynchronous coroutines?
  • When should you use asyncio?
  • Demo using app that uses IP address to find local weather
  • aiohttp client framework for asynchronous requests.
  • asynchronous vs. synchronous.

🔊 Subscribe to our channel for weekly learning sessions! https://www.youtube.com/channel/UCi7G5sY0IWqSNUMnRptuJmw

Like and comment on our other videos and posts and if you find want to learn more about Python, check out our Python page!