PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
A Retrospective on Requests

python-requests has been around for a long time. I've been a maintainer for many years and I share some retrospective thoughts on the project.

https://blog.ian.stapletoncordas.co/2024/02/a-retrospective-on-requests
JupyterLab 4.1 and Notebook 7.1 are here

JupyterLab 4.1 and Notebook 7.1 are now available! These releases include several new features, bug fixes, and enhancements for extension developers. This release is compatible with extensions supporting JupyterLab 4.0 and Notebook 7.0.

https://blog.jupyter.org/jupyterlab-4-1-and-notebook-7-1-are-here-20bfc3c10217
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