PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Tezos Blockchain Developer Course – Python Web3 Development

Learn how to develop distributed applications on Tezos, from setting up wallets to understanding and managing smart contracts effectively. The course covers various tools and techniques essential for Tezos developers and highlights the community-driven innovations that support the platform's growth.

https://www.youtube.com/watch?v=pHQfw1W7V8s
A first attempt at DSPy Agents from scratch

This post is going to take a first pass at creating Agents from scratch, using DSPy. The goal here is education, and to explore how one might build agents from scratch in DSPy.

https://learnbybuilding.ai/tutorials/dspy-agents-from-scratch
Parsing PNG images in Mojo

The post details the author's experience implementing a PNG parser in the Mojo programming language. It covers challenges faced, such as handling unsigned 8-bit integers and converting bytes to strings, while exploring idiomatic ways to write Mojo code for this task.

https://fnands.com/blog/2024/mojo-png-parsing/
👍1
LLM Models and RAG Hands-on Guide

This guide is designed for technical teams interested in developing basic conversational AI solutions using Retrieval-Augmented Generation (RAG).

https://github.com/zahaby/intro-llm-rag
Replacing pyinstaller with 100 lines of code

A tale of how I accidentally stumbled upon some interesting tech over time.

https://tushar.lol/post/packaged/
Llama 3 implemented in pure NumPy

Understand the exact structure with working implementation of the Llama 3 model.

https://docs.likejazz.com/llama3.np/