PythonHub
2.4K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Ask HN: Python Metrics Library

https://news.ycombinator.com/item?id=40104427
Build a Connect Four game with HTMX and Django in 8 minutes

By the end, you'll have built a multiplayer game using HTMX, using neat server-side logic and storing all results in your database. HTMX is a great way to use javascript without writing javascript.

https://www.photondesigner.com/articles/connect4-htmx
Hashquery, a Python library for defining reusable analysis

https://hashquery.dev/
PySheets – Spreadsheet UI for Python

https://pysheets.app/
1
Learn to use Websockets with Django by building your own ChatGPT

Everything you need to know about websockets to use them in your applications, with Django, channels, and HTMX.

https://www.saaspegasus.com/guides/django-websockets-chatgpt-channels-htmx/
Django from first principles

Many people don't realize you can start a Django project with a single file. This series walks through the process of building a simple but non-trivial project by starting with a single file. The project only expands to additional files when it makes sense to move code out of the main file. By the end of the series, we'll have a project with a structure similar to what's generated by sta...

https://www.mostlypython.com/django-from-first-principles-2/