PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Run Llama 3 locally using Ollama and LlamaEdge

Meta has unveiled Llama3, and now you can run it locally using Ollama. In this video, I explain how to use Ollama to operate various language models, specifically focusing on Llama2 and Llama3. I'll also guide you through the WebUI for the project, demonstrating how to serve models with Ollama and interact with them using Python.

https://www.youtube.com/watch?v=wPuoMaD_SnY
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/