2 632
Subscribers
+324 hours
+57 days
+5230 days
Posts Archive
2 632
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/
2 632
GlyphX
A Better, Faster, and Simpler Python Visualization Library.
https://github.com/kjkoeller/glyphx
2 632
DeepMath
A Large-Scale, Challenging, Decontaminated, and Verifiable Mathematical Dataset for Advancing Reasoning.
https://github.com/zwhe99/DeepMath
2 632
mcp-use
mcp-use is the easiest way to interact with mcp servers with custom agents.
https://github.com/mcp-use/mcp-use
2 632
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/
2 632
MineWorld
A Real-time interactive world model on Minecraft
https://github.com/microsoft/mineworld
2 632
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
2 632
15,000 lines of verified cryptography now in Python
https://jonathan.protzenko.fr/2025/04/18/python.html
2 632
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
2 632
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
2 632
Conf42 Python 2025
A series of presentations and talks from the Conf42 Python 2025 conference.
https://www.youtube.com/playlist?list=PLIuxSyKxlQrBo176Is4wP2F6UCB0yEkWO
2 632
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
2 632
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
2 632
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
2 632
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
