PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Pro-Tip – "En-Rich" your Python testing

The article provides a pro-tip on enhancing Python testing using the "rich" library. It demonstrates how to improve test output by using "rich" for better visualization of test results, particularly in pytest tests. The article offers practical advice and code examples for enriching the testing experience in Python.

https://www.revsys.com/tidbits/en-rich-your-python-testing/
django-htmx-components

This is a collection of components for Django and htmx. They are meant to be copy-pasted into your project and customized to your needs.

https://github.com/iwanalabs/django-htmx-components
Improving Django testing with seed database

https://tla.wtf/posts/django-seed-db/