PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Mamba: The Hard Way

A post about Mamba, a recent neural architecture that can be roughly thought of as a modern recurrent neural network (RNN). The model works really well and is a legitimate competitor with the ubiquitous Transformer architecture. It has gotten a lot of attention.

https://srush.github.io/annotated-mamba/hard.html
Build a Retrieval-Augmented Generation Chatbot in 5 Minutes

In under 5 minutes and with only 100 lines of Python code, Rohan Rao, senior solutions architect at NVIDIA, demos how large language models (LLMs) can be developed and deployed for AI chatbot applications—without needing your own GPU infrastructure.

https://www.youtube.com/watch?v=N_OOfkEWcOk
Advanced Web Scraping With Python: Extract Data From Any Site

This article covers how to get and manage cookies and custom headers, avoid TLS fingerprinting, recognize important HTTP headers to send in requests, and how to implement exponential-backoff HTTP request retrying.

https://jacobpadilla.com/articles/advanced-web-scraping-techniques
Build a typing assistant with Mistral 7B and Ollama

https://www.youtube.com/watch?v=IUTFrexghsQ
GPT Pilot – what we learned in 6 months of working on a CodeGen pair programmer

The article discusses the learnings from six months of working on a CodeGen pair programmer, GPT Pilot, aiming to have human developers understand the codebase and provide detailed explanations of added code to facilitate collaboration between human developers and AI in coding tasks

https://blog.pythagora.ai/2024/02/19/gpt-pilot-what-did-we-learn-in-6-months-of-working-on-a-codegen-pair-programmer/
👍1
Dependency Injection Explained in 7 Minutes

This video explains why dependency injection is a game-changer for your coding projects. Creating loosely coupled code is key to making the code more flexible and more maintainable. This is all possible through the implicit use of dependencies.

https://www.youtube.com/watch?v=DpMGEhwuuyA
SymPy: Symbolic Mathematics in Python

https://www.sympy.org/en/index.html
Graphinate. Data to Graphs.

Graphinate is a python library that aims to simplify the generation of Graph Data Structures from Data Sources.

https://github.com/erivlis/graphinate