News & links about Python programming. https://pythonhub.dev/ Administrator: @rukeba
Django Admin Theme Roundup 2025
This post highlights customizable UI packages like Dracula, Django Daisy, and Unfold, offering dark modes, Bootstrap/TailwindCSS integrations, and enhanced features. These themes modernize the admin interface while maintaining Django's rapid prototyping core, with options ranging from simple CSS overrides to full modular dashboards.
https://www.djangoproject.com/weblog/2025/apr/18/admin-theme-roundup/
Chonky
Fully neural approach for text chunking.
https://github.com/mirth/chonky
Python Hub Weekly Digest for 2025-04-27
https://pythonhub.dev/digest/2025-04-27/
14 Advanced Python Features
This post highlights 14 advanced Python features that go beyond basic syntax, focusing on concepts like metaprogramming, decorators, and optimization techniques. The article targets intermediate-to-advanced developers seeking to deepen their understanding of Python's powerful but less commonly used capabilities.
https://blog.edward-li.com/tech/advanced-python-features/
Jupyter’s Architecture Unpacked
This video explores the inner workings of Jupyter with contributors Afshin Darian and Sylvain Corlay, diving into its architecture and execution protocols. It also discusses Jupyter's evolution from a notebook interface to a powerful framework for interactive, collaborative applications.
https://www.youtube.com/watch?v=_-zhMzwpSOQ
pdf-craft
PDF craft can convert PDF files into various other formats. This project will focus on processing PDF files of scanned books.
https://github.com/oomol-lab/pdf-craft
Conf42 Python 2025
A series of presentations and talks from the Conf42 Python 2025 conference.
https://www.youtube.com/playlist?list=PLIuxSyKxlQrBo176Is4wP2F6UCB0yEkWO
Git Branching Explained – Merging, Rebasing & More (FastAPI Example)
This video explains Git concepts such as merging, rebasing, and fast-forwarding through a practical FastAPI project example, using GitKraken to visualize and clarify these workflows. The video also compares GitFlow and trunk-based development, discussing their advantages and best use cases for managing branches and releases effectively.
https://www.youtube.com/watch?v=viAZQjs5lHk
Data Engineering with Python and AI/LLMs – Data Loading Tutorial
This course teaches robust data ingestion techniques using Python, focusing on API extraction, schema management, and scalable workflows. It’s designed to help engineers build reliable pipelines with modern tools like dlt, covering incremental loading, data normalization, orchestration, and even LLM-assisted automation.
https://www.youtube.com/watch?v=T23Bs75F7ZQ
Python Tutorial: How to rate limit async requests to credit-based APIs
Easily manage rate limits based on a number of credits or computational units per time unit, or cups
https://dev.to/elnaril/python-tutorial-how-to-rate-limit-async-requests-to-credit-based-apis-ahj
3 Syntax Updates of Python 3.14 That Will Make Your Code Safer and Better
https://medium.com/techtofreedom/3-syntax-updates-of-python-3-14-that-will-make-your-code-safer-and-better-e616c507ebd5
Haskelling My Python
https://unnamed.website/posts/haskelling-my-python/
IntentKit
An open and fair framework for everyone to build AI agents equipped with powerful skills. Launch your agent, improve the world, your wallet, or both!
https://github.com/crestalnetwork/intentkit
mcp-scan
A security scanning tool for MCP servers.
https://github.com/invariantlabs-ai/mcp-scan
Hatchet - a task queue for modern Python apps
https://www.reddit.com/r/Python/comments/1k045yv/hatchet_a_task_queue_for_modern_python_apps/
GlyphX
A Better, Faster, and Simpler Python Visualization Library.
https://github.com/kjkoeller/glyphx
DeepMath
A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning.
https://github.com/zwhe99/DeepMath
mcp-use
mcp-use is the easiest way to interact with mcp servers with custom agents.
https://github.com/mcp-use/mcp-use
MineWorld
A Real-time interactive world model on Minecraft
https://github.com/microsoft/mineworld
15,000 lines of verified cryptography now in Python
https://jonathan.protzenko.fr/2025/04/18/python.html
Use any Python AI agent framework with free GitHub Models
This post highlights how to use GitHub Models, which offers free, high-quality AI models, with popular Python AI frameworks by leveraging its OpenAI-compatible endpoints. It provides code examples for frameworks like AutoGen, LangGraph, and Llamaindex, showing how to connect them to GitHub Models using an API key and base URL.
https://blog.pamelafox.org/2025/04/how-to-use-any-python-ai-agent.html
Python GUI Builder - PyUiBuilder
A web based drag and drop GUI builder for python. Helps build GUIs in tkinter and customtk and generates the code for it
https://pyuibuilder.com
smartfunc
Turn docstrings into LLM-functions.
https://github.com/koaning/smartfunc
MCP Run Python
https://github.com/pydantic/pydantic-ai/tree/main/mcp-run-python
zev
A simple CLI to help you remember commands.
https://github.com/dtnewman/zev
Python's new t-strings
https://davepeck.org/2025/04/11/pythons-new-t-strings/
Train Your Own LLM – Tutorial
This video offers a beginner-friendly, step-by-step guide to training a large language model from scratch. It covers essential topics such as data preparation, tokenization, model selection, and fine-tuning, providing practical insights for those interested in customizing LLMs for specific applications.
https://www.youtube.com/watch?v=9Ge0sMm65jo
Vscode Vs Cursor: Which One Should You Use In 2025?
Compare VS Code and Cursor in 2025 to find the best code editor for speed, AI features, and productivity.
https://keploy.io/blog/community/vscode-vs-cursor
Maps with Django: GeoDjango, Pillow & GPS
A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information from images.
https://www.paulox.net/2025/04/11/maps-with-django-part-3-geodjango-pillow-and-gps/
Python Hub Weekly Digest for 2025-04-20
https://pythonhub.dev/digest/2025-04-20/