PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Convert a Python Project to an Executable (.exe) File

How to convert .py to .exe using Auto PY to EXE

https://python.plainenglish.io/convert-a-python-project-to-an-executable-exe-file-175080da4485
Django security releases issued: 3.2.1, 3.1.9, and 2.2.21

https://www.djangoproject.com/weblog/2021/may/04/security-releases/
Python in Visual Studio Code – May 2021 Release

Pylance is now the default language server for Python and is bundled with the core Python extension as an optional extension starting with this release. Other notable updates are that we now have faster extension startup time and a new debugger feature: live reload for Python scripts.

https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/
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/