PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
PayPal Payments Tutorial with Django and React

Learn how to sell digital products using PayPal payments. In this tutorial you will learn how to use Django and React to sell digital products with a simple product landing page.

https://justdjango.com/blog/django-react-paypal-payments
Show HN: Lona – Framework for responsive web apps in full Python without JS

http://lona-web.org
Modernizing Object Storage for Cloud Native Deployments

This post presents multiple ways to achieve object storage with their trade-offs, and how hybrid-cloud object storage can operate on-premises when suitable and cloud-natively for properties of self-scale, self-healing, and self-managing when desired.

https://engineering.soroco.com/modernizing-object-storage-for-cloud-native-deployments/
Python behind the scenes #12: how async/await works in Python

Concurrency is inherently hard, and no programming model can make it easy. Some models make it manageable, though, and this post should help you master one such model – Python's async/await.

https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/