uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

News & links about Python programming. https://pythonhub.dev/

Показати більше
2 525
Підписники
-224 години
+67 днів
+3230 день
Архів дописів
Improve Query Performance Using Python Django QuerySets The post shows how efficient Django QuerySet usage can significantly improve database performance, reduce latency, and create faster applications. It explains that writing better queries leads to more stable, scalable, and cost-effective Django systems because the ORM can easily generate unnecessary load when used carelessly. https://blog.appsignal.com/2025/12/03/improve-query-performance-using-django-python-querysets.html

Become an AI Researcher Course – LLM, Math, PyTorch, Neural Networks, Transformers This comprehensive course on becoming an AI Researcher starts with the foundational mathematics (vectors, derivatives, gradients, matrices) and PyTorch fundamentals necessary for understanding modern AI. It then progresses through the building blocks of neural networks and culminates with an in-depth module on Transformers, the critical technology behind Large Language Models and generat... https://www.youtube.com/watch?v=wu8npoU37cI

Keras HyperParameters Tuning This is an example i provided on the Keras ecosystem. https://keras.io/examples/structured_data/class_with_grn_and_vsn_with_hyperparameters_tuning/

AI infrastructure in the "Era of experience" The article analyzes AI infrastructure needs in the "Era of Experience," where RL-trained models interact with proprietary environments, using GRPO for efficient policy optimization and LoRA adapters to enable low-cost training/inference via multi-tenancy and large-batch async RL. It predicts commoditized base models will spawn a reinforcement fine-tuning (RFT) industry for custom models... https://www.tensoreconomics.com/p/ai-infrastructure-in-the-era-of-experience

trustedsec / social-engineer-toolkit The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here. https://github.com/trustedsec/social-engineer-toolkit

Setting up a Django project with Vite, React, and Tailwind CSS The video demonstrates setting up a modern Django project with Vite for frontend builds: create Django app with UV, configure Vite for JS/CSS bundling to Django's staticfiles, integrate django-vite for HMR dev server. https://www.youtube.com/watch?v=GztJ1h6ZXA0

Gunicorn Internals This blog is a technical case of the Gunicorn source code. https://humbulani1234.github.io/blog/

Nano-PDF A CLI tool to edit PDF slides using natural language prompts, powered by Google's Gemini 3 Pro Image ("Nano Banana") model. https://github.com/gavrielc/Nano-PDF

Building Data Visualisations in Python in Minutes The video demonstrates how to use Streamlit, a Python framework, to quickly build professional and interactive data visualizations with minimal code, showing live examples involving Pandas for data manipulation and visualization. It highlights Streamlit's simplicity, live reloading, interactivity, and caching features, making it ideal for rapid data exploration and sharing within small u... https://www.youtube.com/watch?v=lQRq4-MiAGA

llm-council LLM Council works together to answer your hardest questions. https://github.com/karpathy/llm-council

elf - Advent of Code helper CLI and Python library elf is a fast and lightweight Advent of Code helper CLI and Python library. https://github.com/cak/elf

MemoriLabs / Memori Open-Source Memory Engine for LLMs, AI Agents & Multi-Agent Systems https://github.com/MemoriLabs/Memori

200 Lines of Python beats $50M supercomputer – Navier-Stokes at Re=10⁸ [pdf] https://philpapers.org/archive/CAMIIA-3.pdf

Raptor An autonomous offensive/defensive security research framework, based on Claude Code. It empowers security research with agentic workflows and automation. https://github.com/gadievron/raptor

Detecting AV1-encoded videos with Python https://alexwlchan.net/2025/detecting-av1-videos/

PyPermission The python RBAC library for projects where SQLAlchemy is a valid option. https://github.com/DigonIO/pypermission

Building a Real-Time HackerNews Trending Topics Detector with CocoIndex Automatically turn HackerNews into a real-time, AI-powered trending topics feed — always up to date. https://cocoindex.io/blogs/hackernews-trending-topics

Python Hub Weekly Digest for 2025-12-07 https://pythonhub.dev/digest/2025-12-07/

What's a UUID, and what do you use that for? SummaryUUIDs are 128-bit numbers that look like this:c5cba9cb-7109-40f8-96d2-346dc83f3a1fThey can ... https://www.bitecode.dev/p/whats-a-uuid-and-what-do-you-use

Django: Introducing django-http-compression HTTP supports response compression, which can significantly reduce the size of responses, thereby ... https://adamj.eu/tech/2025/10/10/introducing-django-http-compression/