Awesome Python TV
Awesome Python TV
  • 43
  • 4 410
Werkzeug vs Waitress vs CherryPy
In today's lesson we will be exploring three different web server gateways and frameworks commonly used in Python web development: Werkzeug, Waitress, and CherryPy.
มุมมอง: 18

วีดีโอ

Flask vs Django vs FastAPI vs Pyramid
มุมมอง 1082 หลายเดือนก่อน
Welcome to our exploration of Python web frameworks. Today, we will be comparing four popular frameworks: Flask, Django, FastAPI, and Pyramid.
WSGI vs ASGI
มุมมอง 1152 หลายเดือนก่อน
Welcome to our comparison of Web Server Gateway Interface (WSGI) and Asynchronous Server Gateway Interface (ASGI). We delve into the features, use cases, and differences between these two specifications that play a crucial role in web development within the Python ecosystem.
parse_it
มุมมอง 85 หลายเดือนก่อน
`parse_it` is a Python library that simplifies the process of parsing and managing configuration data from various sources, including command-line arguments, environment variables, and configuration files in various formats ( JSON , YAML , TOML , etc.). It takes the headache out of setting up application configurations by providing a unified and intuitive interface to access configuration values.
Dynaconf - Configuration Management for Python
มุมมอง 2455 หลายเดือนก่อน
Dynaconf is a powerful configuration management library for Python that simplifies the process of managing application settings and secrets. We cover it in this video.
HTTPX Tutorial
มุมมอง 375 หลายเดือนก่อน
This video covers the basics of making HTTP requests, handling response content, working with cookies, and managing exceptions using HTTPX in Python. These steps will help you effectively interact with web services and APIs in your Python applications.
PyCurl
มุมมอง 729 หลายเดือนก่อน
For high-performance downloading, you might want to use PyCurl. It's a Python interface to the libcurl library, which is known for its speed and features. We discuss it in this video.
BeautifulSoup
มุมมอง 79 หลายเดือนก่อน
BeautifulSoup is a tool for parsing HTML and XML documents and extracting data from them. It creates parse trees that are helpful to extract parts of the document. We discuss it in this video.
OS
มุมมอง 129 หลายเดือนก่อน
The `os` library in Python is perfect for this. It allows you to interact with the operating system and perform various tasks like creating, removing, and changing directories, as well as fetching their contents.
urllib
มุมมอง 89 หลายเดือนก่อน
`urllib` is a Python module for fetching URLs. It offers a simple interface for network resource access. It's part of the Python standard library, so you don't need to install anything extra.
Treq
มุมมอง 129 หลายเดือนก่อน
Treq is an HTTP library built specifically for use with Twisted, a popular event-driven networking engine in Python. We discuss it in this video.
Tornado
มุมมอง 219 หลายเดือนก่อน
Tornado is an excellent choice for real-time web applications. It's an asynchronous networking library and a web framework, allowing you to handle many connections concurrently. We discuss it in this video.
Hypercorn
มุมมอง 1349 หลายเดือนก่อน
Hypercorn is an ASGI server, much like Uvicorn, but it offers additional flexibility. It supports HTTP/1, HTTP/2, and WebSockets. This makes it a great choice if you need HTTP/2 capabilities. We discuss it in this video.
Daphne
มุมมอง 669 หลายเดือนก่อน
Daphne is an ASGI (Asynchronous Server Gateway Interface) server. It's designed to handle more than just HTTP requests - it can also manage WebSockets and long-lived connections, which is perfect for your case. We discuss it in this video.
Twisted
มุมมอง 79 หลายเดือนก่อน
Twisted is an event-driven networking engine in Python. It's designed to handle asynchronous I/O operations, which is ideal for scenarios with high network traffic and the need for non-blocking operations. We discuss it in this video.
Bjoern
มุมมอง 239 หลายเดือนก่อน
Bjoern
H11 and H2 Workers
มุมมอง 79 หลายเดือนก่อน
H11 and H2 Workers
Gunicorn
มุมมอง 689 หลายเดือนก่อน
Gunicorn
Uvicorn
มุมมอง 5759 หลายเดือนก่อน
Uvicorn
Vega-Altair - Create interactive charts in Python
มุมมอง 9910 หลายเดือนก่อน
Vega-Altair - Create interactive charts in Python
LXML - Parse XML and HTML documents
มุมมอง 1010 หลายเดือนก่อน
LXML - Parse XML and HTML documents
Certifi - Fix SSL errors
มุมมอง 1010 หลายเดือนก่อน
Certifi - Fix SSL errors
aiofiles - Python Asynchronous File I/O
มุมมอง 27610 หลายเดือนก่อน
aiofiles - Python Asynchronous File I/O
Briefcase - Create executable for macOS, Linux, Windows, Android, iOS
มุมมอง 10810 หลายเดือนก่อน
Briefcase - Create executable for macOS, Linux, Windows, Android, iOS
PyTTSx3 - Text to Speech Offline Python
มุมมอง 32810 หลายเดือนก่อน
PyTTSx3 - Text to Speech Offline Python
gTTS - Free Text To Speech Python
มุมมอง 28210 หลายเดือนก่อน
gTTS - Free Text To Speech Python
Librosa - Analyze and Extract Audio
มุมมอง 27810 หลายเดือนก่อน
Librosa - Analyze and Extract Audio
Python uvloop
มุมมอง 13210 หลายเดือนก่อน
Python uvloop
aiohttp - Asynchronous HTTP requests
มุมมอง 1910 หลายเดือนก่อน
aiohttp - Asynchronous HTTP requests
asyncio - Event Loop Framework
มุมมอง 1110 หลายเดือนก่อน
asyncio - Event Loop Framework