PythonHub
2.39K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Push notifications without a mobile app: an experiment (with Django)

The article explores the use of web push notifications combined with Progressive Web Apps (PWAs) as an alternative to mobile apps for enhancing user engagement. It provides implementation guidance, UX design considerations, and a live demo, showcasing the feasibility of delivering seamless notifications without requiring dedicated mobile apps.

https://david.guillot.me/en/posts/tech/web-push-notifications-an-experiment/
Anomaly Detection in Time Series

Learn how to detect anomalies in time series data using different detection models. Explore our step-by-step guide with code examples for various applications.

https://blog.jetbrains.com/pycharm/2025/01/anomaly-detection-in-time-series/
Coolify your Django project

Coolify is an open-source & self-hostable Heroku / Netlify / Vercel alternative. In this article, learn how to deploy a Django project with coolify in your own VPS or virtual machine.

https://fmacedo.com/posts/coolify-your-django-project/