PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Embedding Python in Rust (for tests)

The article discusses embedding Python in Rust for testing purposes, using PyO3 to create a test runner that executes Python tests and exposes Rust functions to Python code. It covers building Python from source, setting up a Rust project with PyO3, running Python code within Rust, and demonstrates how to create complex interfaces between Rust and Python, including handling dynamic types.

https://www.enterprisedb.com/blog/embedding-python-rust-tests
Bitcoin Price Patterns: A Time Series Analysis in Python

Learn how to analyze and predict Bitcoin prices using time series analysis in Python.

https://www.datacamp.com/blog/python-bitcoin
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/
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/