PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How to Build a Webhook Receiver in Django

A common way to receive data in a web application is with a webhook. The external system pushes data to yours with an HTTP request. Correctly receiving and processing webhook data can be vital to your application working. In this post we’ll create a Django view to receive incoming webhook data.

https://adamj.eu/tech/2021/05/09/how-to-build-a-webhook-receiver-in-django/
Python Selenium Full Series

This Series is going to include all the information you need to develop testing projects and bot projects, using the Selenium framework.

https://www.youtube.com/playlist?list=PLOkVupluCIjtdAJ7067yDWf_HGJR0Nom5
Binance-docs / Binance_Futures_python

https://github.com/Binance-docs/Binance_Futures_python
New major versions of Flask, Jinja, Click, and Werkzeug released!

This represents two years of work by the Pallets team and community, there are a significant number of changes and exciting new features. Check out the logs for every project to see what's new. Flask depends on the five other libraries, be sure to read them all if you're upgrading Flask.

https://palletsprojects.com/blog/flask-2-0-released/
Working with Docker and VSCode

Get a deep understanding of VSCode and the Docker Extension with Brandon Waterloo where he builds a basic Python FastAPI app with a Redis backend and a simple hit counter, adding Docker files in order to containerize it.

https://www.youtube.com/watch?v=wUUmRbXiIOo