PythonHub
2.45K subscribers
2.35K photos
49.5K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python Tutorial: Build a Django CRM from Scratch with Google Contacts, TimescaleDB Analytics & More

The video is a comprehensive tutorial on building a Django CRM from scratch, integrating Google Contacts syncing, time-series analytics with TimescaleDB, and production-ready automation using modern Python tools. It covers everything from setting up the Django project, implementing OAuth authentication, managing database models and relationships, to visualizing analytics with Chart.js an...

https://www.youtube.com/watch?v=zNyURLG9LIs
2
Hypothesis: Property-Based Testing for Python

https://hypothesis.readthedocs.io/en/latest/
You’re Passing Way Too Many Arguments (and How to Fix It)

The video explains how the Context Object Pattern helps reduce repeated function arguments by grouping related data into a single object, simplifying function signatures and improving maintainability. It also discusses the trade-offs, like increased coupling, and suggests using Python protocols to keep code decoupled and testable, recommending context objects mainly for higher-level func...

https://www.youtube.com/watch?v=UG5jbLReDiM