PythonHub @pythonhub Channel on Telegram

PythonHub

@pythonhub


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

PythonHub (English)

Are you a Python enthusiast looking for a one-stop destination for all things Python programming? Look no further than PythonHub! This Telegram channel is dedicated to providing you with the latest news, updates, and valuable resources related to Python programming. From beginner tutorials to advanced techniques, PythonHub has it all. Whether you're a seasoned developer or just starting out, this channel has something for everyone. Stay up to date with the newest features in Python, learn about best practices, and discover useful tools to enhance your coding skills. Join the PythonHub community today and network with like-minded individuals who share your passion for Python programming. Don't miss out on this valuable resource - join PythonHub now and take your Python programming to the next level!

PythonHub

15 Feb, 04:15


Suno.ai

FlashLearn

https://Suno.ai

PythonHub

14 Feb, 22:15


Python Terminology: an unofficial glossary

Definitions for colloquial Python terminology (effectively an unofficial version of the Python ...

https://www.pythonmorsels.com/terms/

PythonHub

14 Feb, 16:15


Python 3.13.2 and 3.12.9 now available!

https://pythoninsider.blogspot.com/2025/02/python-3132-and-3129-now-available.html

PythonHub

14 Feb, 10:15


FlashLearn

FlashLearn provides a simple interface and orchestration (up to 1000 calls/min) for incorporating Agent LLMs into your typical workflows.

https://github.com/Pravko-Solutions/FlashLearn

PythonHub

14 Feb, 04:15


uv and Django - Managing Django Projects & Dependencies with uv!

This video dives into using uv and Django together for project and dependency management, including how to install packages into different groups and run Django commands.

https://www.youtube.com/watch?v=hm-rDxSMzSw

PythonHub

13 Feb, 22:15


Let's compile Python 1.0

SummaryWith a little help from podman, we can compile the first major stable version of Python. ...

https://www.bitecode.dev/p/lets-compile-python-10

PythonHub

13 Feb, 16:15


smolmodels

Build specialised ML models from natural language.

https://github.com/plexe-ai/smolmodels

PythonHub

13 Feb, 10:15


Kreuzberg

A text extraction library supporting PDFs, images, office documents and more.

https://github.com/Goldziher/kreuzberg

PythonHub

13 Feb, 04:15


How to manage Python dependencies in Ansible execution environments

Learn how to effectively manage Python content for producing Ansible execution environments.

https://developers.redhat.com/articles/2025/01/27/how-manage-python-dependencies-ansible-execution-environments

PythonHub

12 Feb, 22:15


How to Train an AI Image Model on Yourself

It takes less than an hour and $3.

https://www.coryzue.com/writing/make-ai-pictures-of-yourself/

PythonHub

12 Feb, 16:15


Building Machine Learning Systems for a Trillion Trillion Floating Point Operations

Over the past decade, Machine Learning has become ubiquitous, transforming industries and scientific research, while requiring massive computational infrastructure. The talk will explore the evolution of ML systems like PyTorch, discussing how they've adapted to meet growing training demands, optimizing single-GPU performance, and scaling to thousands of GPUs.

https://www.youtube.com/watch?v=139UPjoq7Kw

PythonHub

12 Feb, 12:15


ocrmypdf / OCRmyPDF

OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched

https://github.com/ocrmypdf/OCRmyPDF

PythonHub

12 Feb, 08:15


pylume

A lightweight Python library to create, run and manage macOS and Linux virtual machines (VMs) natively on Apple Silicon.

https://github.com/trycua/pylume

PythonHub

12 Feb, 04:15


A new type of interpreter has been added to Python 3.14 with much better performance

https://www.reddit.com/r/Python/comments/1iks79k/a_new_type_of_interpreter_has_been_added_to/

PythonHub

12 Feb, 00:15


Oumi

Everything you need to build state-of-the-art foundation models, end-to-end.

https://github.com/oumi-ai/oumi

PythonHub

11 Feb, 20:15


PyPI Now Supports Project Archival

PyPI now supports project archival, allowing maintainers to mark projects as not expecting future updates, helping users make informed decisions about dependencies. Archiving doesn't delete or prevent installation of projects, but signals their status and prevents new uploads, with options for maintainers to provide context and unarchive if needed.

https://blog.pypi.org/posts/2025-01-30-archival/

PythonHub

11 Feb, 16:15


The surprising way to save memory with BytesIO

If you want to save memory when reading from a BytesIO, getvalue() is surprisingly a good choice.

https://pythonspeed.com/articles/bytesio-reduce-memory-usage/

PythonHub

11 Feb, 12:15


Vyper and Python Smart Contracts on Blockchain

This video covers blockchain software development from scratch using Python and Vyper, covering smart contract creation, Python scripting, and interaction with contracts. It also includes advanced topics like fuzzing, NFTs, algorithmic trading, AI, ERC20s, and DeFi, making it suitable for beginners and those looking to expand their blockchain development skills.

https://www.youtube.com/watch?v=nWsLw_1OpE0

PythonHub

11 Feb, 08:15


sqlite-s3vfs

sqlite-s3vfs
Neat open source project on the GitHub organisation for the UK government's ...

https://simonwillison.net/2025/Feb/7/sqlite-s3vfs/#atom-everything

PythonHub

11 Feb, 04:15


devin.cursorrules

Transform your $20 Cursor into a Devin-like AI Assistant.

https://github.com/grapeot/devin.cursorrules

PythonHub

07 Feb, 11:15


LLM Course – Build a Semantic Book Recommender (Python, OpenAI, LangChain, Gradio)

Discover how to build an intelligent book recommendation system using the power of large language models and Python. Learn to transform book descriptions into mathematical representations that enable precise content-based matching. By the end of this course, you'll have built a recommendation engine that helps readers discover their next favorite book.

https://www.youtube.com/watch?v=Q7mS1VHm3Yw

PythonHub

07 Feb, 05:15


ExtractThinker

ExtractThinker is a Document Intelligence library for LLMs, offering ORM-style interaction for flexible and powerful document workflows.

https://github.com/enoch3712/ExtractThinker

PythonHub

06 Feb, 23:15


smolGPT

A minimal PyTorch implementation for training your own small LLM from scratch. Designed for educational purposes and simplicity, featuring efficient training, flash attention, and modern sampling techniques.

https://github.com/Om-Alve/smolGPT

PythonHub

06 Feb, 17:15


MedSSS

Towards Medical Small Language Models with Self-Evolved \ Slow Thinking

https://github.com/pixas/MedSSS

PythonHub

06 Feb, 11:15


You Use This Python Feature Everyday - But Never Learned It...

Most Python developers never learned this feature, even though they use it every single day. All of the popular frameworks like Flask, FastAPI, Django, Pydantic, SQL, Alchemy; they all use Properties and Descriptors.

https://www.youtube.com/watch?v=WW7ppBY3jw4

PythonHub

06 Feb, 05:15


Ragpi

An API-first AI assistant using Agentic RAG to search and answer questions from technical sources.

https://github.com/ragpi/ragpi

PythonHub

05 Feb, 23:15


Why You Should Rethink Your Python Toolbox in 2025

Think you know Python? You might be stuck in 2023. 🚀 Stop using Pandas the old way—discover Hatch, UV, Pydantic, and more tools redefining Python development in 2025. Don't miss this!

https://python.plainenglish.io/why-you-should-rethink-your-python-toolbox-in-2025-3616b07b6121

PythonHub

05 Feb, 19:15


Python 3, Pygame, and Debian Bookworm on the Miyoo A30

https://www.jtolio.com/2025/02/py3-pygame-miyoo-a30/

PythonHub

05 Feb, 15:15


Enhancing Neural Network Training at Yelp: Achieving 1,400x Speedup with WideAndDeep

This post delves into our journey of optimizing training time using TensorFlow and Horovod, along with the development of ArrowStreamServer, our in-house library for low-latency data streaming and serving. Together, these components have allowed us to achieve a 1400x speedup in training for business critical models compared to using a single GPU with Petastorm.

https://engineeringblog.yelp.com/2025/01/enhancing-neural-network-training-at-yelp.html

PythonHub

05 Feb, 11:15


Reactive Signals for Python – inspired by Angular's reactivity model

https://github.com/buiapp/reaktiv

PythonHub

05 Feb, 07:15


Python 1.0.0, released 31 years ago today

https://www.reddit.com/r/Python/comments/1ibxols/python_100_released_31_years_ago_today/

PythonHub

05 Feb, 03:15


Hacking the Import System and Rewriting the AST For Durable Execution

Modifying the code that takes the user code and transforms it by installing an import hook, and rewriting the AST (abstract syntax tree).

https://autokitteh.com/technical-blog/hacking-the-import-system-and-rewriting-the-ast-for-durable-execution/

PythonHub

04 Feb, 23:15


Host your Python app for $1.28 a month

https://www.reddit.com/r/Python/comments/1ics9vi/host_your_python_app_for_128_a_month/

PythonHub

04 Feb, 19:15


10 Tips to Become REALLY Good at Python

The video presents 10 tips to elevate Python development skills, covering topics from mastering comprehensions to efficient use of classes and functions. It aims to transform good Python developers into great ones, addressing common challenges and providing insights into advanced programming techniques.

https://www.youtube.com/watch?v=zml0rTMJVXg

PythonHub

04 Feb, 15:15


Mizban, A cross-platform LAN file sharing utility

share files across all your devices on LAN—no setup, no configs, just instant access! 🚀

https://github.com/aminupy/mizban

PythonHub

04 Feb, 11:15


The creators of ruff and uv are building a new static type checker for Python

https://www.reddit.com/r/Python/comments/1idk4ko/the_creators_of_ruff_and_uv_are_building_a_new/

PythonHub

04 Feb, 07:15


web-ui

Run AI Agent in your browser.

https://github.com/browser-use/web-ui

PythonHub

04 Feb, 04:15


deepseek-ai / Janus

Janus-Series: Unified Multimodal Understanding and Generation Models

https://github.com/deepseek-ai/Janus

PythonHub

04 Feb, 01:15


An Introduction to Django Views

Understanding Django views helps you make faster progress in your project. Learn all about views and best practices for using them.

https://blog.jetbrains.com/pycharm/2025/01/django-views/

PythonHub

03 Feb, 22:15


deepseek-ai / DeepSeek-VL

DeepSeek-VL: Towards Real-World Vision-Language Understanding

https://github.com/deepseek-ai/DeepSeek-VL

PythonHub

02 Feb, 18:15


Python Hub Weekly Digest for 2025-02-02

https://pythonhub.dev/digest/2025-02-02/

PythonHub

01 Feb, 13:15


What is OpenTelemetry and how to add it to your Django application

A step-by-step guide to connecting your Django app’s OpenTelemetry setup to an Elastic observability backend.

https://allthingsopen.org/articles/what-is-opentelemetry-add-django-application

PythonHub

01 Feb, 07:15


Python Hub Weekly Digest for 2025-01-26

https://pythonhub.dev/digest/2025-01-26/

PythonHub

01 Feb, 01:15


Coolify your Django project

Coolify is an open-source & self-hostable Heroku / Netlify / Vercel alternative. In this article, learn how to deploy a Django project with coolify in your own VPS or virtual machine.

https://fmacedo.com/posts/coolify-your-django-project/

PythonHub

31 Jan, 19:15


MatterGen

MatterGen is a generative model for inorganic materials design across the periodic table that can be fine-tuned to steer the generation towards a wide range of property constraints.

https://github.com/microsoft/mattergen

PythonHub

31 Jan, 13:15


DeepEval

The LLM Evaluation Framework.

https://github.com/confident-ai/deepeval

PythonHub

31 Jan, 07:15


MicroPie

MicroPie is an ultra-micro Python web framework that gets out of your way.

https://github.com/patx/micropie

PythonHub

31 Jan, 01:15


isd

isd (interactive systemd) — a better way to work with systemd units.

https://github.com/isd-project/isd

PythonHub

30 Jan, 19:15


Anomaly Detection in Time Series

Learn how to detect anomalies in time series data using different detection models. Explore our step-by-step guide with code examples for various applications.

https://blog.jetbrains.com/pycharm/2025/01/anomaly-detection-in-time-series/

PythonHub

30 Jan, 13:15


kyegomez / swarms

The Enterprise-Grade Production-Ready Multi-Agent Orchestration Framework Join our Community: https://discord.gg/jM3Z6M9uMq

https://github.com/kyegomez/swarms

PythonHub

30 Jan, 07:15


Pippin

The Digital Being Framework for Autonomous Agents.

https://github.com/pippinlovesyou/pippin

PythonHub

30 Jan, 01:15


Any reason to NOT use Pyright?

https://www.reddit.com/r/Python/comments/1i8pm2f/any_reason_to_not_use_pyright/

PythonHub

29 Jan, 21:15


Open Source Load Testing with Locust: 13 years, 60 million downloads later

https://www.reddit.com/r/Python/comments/1i8xdsb/open_source_load_testing_with_locust_13_years_60/

PythonHub

29 Jan, 17:15


Ruff: Python linter and code formatter written in Rust

https://github.com/astral-sh/ruff

PythonHub

29 Jan, 13:15


Push notifications without a mobile app: an experiment (with Django)

The article explores the use of web push notifications combined with Progressive Web Apps (PWAs) as an alternative to mobile apps for enhancing user engagement. It provides implementation guidance, UX design considerations, and a live demo, showcasing the feasibility of delivering seamless notifications without requiring dedicated mobile apps.

https://david.guillot.me/en/posts/tech/web-push-notifications-an-experiment/

PythonHub

29 Jan, 09:15


I Created ErisForge, a Python Library for Abliteration of LLMs

https://github.com/Tsadoq/ErisForge

PythonHub

29 Jan, 05:15


Enigma Cipher Machine: An Object Oriented Python Implementation

https://christopherchmielewski.xyz/blog/2025-01-23-enigma-oo-implementation.html

PythonHub

29 Jan, 01:15


bytedance / monolith

A Lightweight Recommendation System

https://github.com/bytedance/monolith

PythonHub

28 Jan, 21:15


microsoft / PromptWizard

Task-Aware Agent-driven Prompt Optimization Framework

https://github.com/microsoft/PromptWizard

PythonHub

28 Jan, 17:15


Django & Redis - Vary Headers to Control Caching Behavior

In this video, we'll learn about caching with Vary Headers, allowing pages to be cached where the content depends on some dynamic data, for example an authenticated user or a language.

https://www.youtube.com/watch?v=iUn8go-XZNw

PythonHub

28 Jan, 13:15


Kiln

Rapid AI Prototyping and Dataset Collaboration Tool.

https://github.com/Kiln-AI/Kiln

PythonHub

12 Jan, 18:15


Python Hub Weekly Digest for 2025-01-12

https://pythonhub.dev/digest/2025-01-12/

PythonHub

07 Jan, 03:15


Potato - A Lightweight Tool for Debugging and Testing Python Code

https://www.reddit.com/r/Python/comments/1huiq1y/potato_a_lightweight_tool_for_debugging_and/

PythonHub

06 Jan, 21:15


intuitem / ciso-assistant-community

CISO Assistant is a one-stop-shop for GRC, covering Risk, AppSec and Audit Management and supporting +70 frameworks worldwide with auto-mapping: NIST CSF, ISO 27001, SOC2, CIS, PCI DSS, NIS2, CMMC, PSPF, GDPR, HIPAA, Essential Eight, NYDFS-500, DORA, NIST AI RMF, 800-53, 800-171, CyFun, CJIS, AirCyber, NCSC, ECC, SCF and so much more

https://github.com/intuitem/ciso-assistant-community

PythonHub

05 Jan, 19:15


Python Hub Weekly Digest for 2025-01-05

https://pythonhub.dev/digest/2025-01-05/

PythonHub

05 Jan, 13:15


UV tricks

SummaryYou can test things in your venv without polluting it using uv run --with, create almost ...

https://www.bitecode.dev/p/uv-tricks

PythonHub

05 Jan, 07:15


awslabs / multi-agent-orchestrator

Flexible and powerful framework for managing multiple AI agents and handling complex conversations

https://github.com/awslabs/multi-agent-orchestrator

PythonHub

05 Jan, 01:15


Things we learned about LLMs in 2024

A lot has happened in the world of Large Language Models over the course of 2024. Here's a ...

https://simonwillison.net/2024/Dec/31/llms-in-2024/#atom-everything

PythonHub

04 Jan, 19:15


Access Google Gemini LLM via OpenAI Python Library

Google Gemini now can be accessed via OpenAI python library:
from openai import ...

https://saeedesmaili.com/notes/access-google-gemini-llm-via-openai-python-library/

PythonHub

04 Jan, 13:15


I wrote a Turing complete language / interpreter on top of Python.

https://www.reddit.com/r/Python/comments/1hnfqhi/i_wrote_a_turing_complete_language_interpreter_on/

PythonHub

04 Jan, 07:15


Symbolic Reference and Hardware Models in Python

https://tomverbeure.github.io/2024/12/27/A-Symbolic-HW-Model-in-Python.html

PythonHub

04 Jan, 01:15


SSH Scripting with Fabric and Python

Reading and writing files is a basic task that most software applications need to do. You will also ...

https://www.blog.pythonlibrary.org/2024/10/16/ssh-scripting-with-fabric-and-python/

PythonHub

03 Jan, 19:15


Checking Python Code with GitHub Actions

When you are working on your personal or work projects in Python, you usually want to have a way to ...

https://www.blog.pythonlibrary.org/2024/12/10/checking-python-code-with-github-actions/

PythonHub

03 Jan, 13:15


DrewThomasson / ebook2audiobook

Convert ebooks to audiobooks with chapters and metadata using dynamic AI models and voice cloning. Supports 1,107+ languages!

https://github.com/DrewThomasson/ebook2audiobook

PythonHub

03 Jan, 07:15


Python: debug unraisable exceptions with Rich

Take this Python class:
class Widget:
def del(self):
1 / 0

It implements a del ...

https://adamj.eu/tech/2025/01/02/python-unraisiable-exceptions/

PythonHub

03 Jan, 01:15


OpenSPG / KAG

KAG is a logical form-guided reasoning and retrieval framework based on OpenSPG engine and LLMs. It is used to build logical reasoning and factual Q&A solutions for professional domain knowledge bases. It can effectively overcome the shortcomings of the traditional RAG vector similarity calculation model.

https://github.com/OpenSPG/KAG

PythonHub

02 Jan, 21:15


All your Python project in one file with shiv

Summary(This article assumes you are comfy with pip + venv. If you are not, we have articles for ...

https://www.bitecode.dev/p/all-your-python-project-in-one-file

PythonHub

30 Dec, 13:15


Effective Python Developer Tooling in December 2024

https://www.reddit.com/r/Python/comments/1hjcng4/effective_python_developer_tooling_in_december/

PythonHub

30 Dec, 07:15


comet-ml / opik

From RAG chatbots to code assistants to complex agentic pipelines and beyond, build LLM systems that run better, faster, and cheaper with tracing, evaluations, and dashboards.

https://github.com/comet-ml/opik

PythonHub

30 Dec, 01:15


Python Hub Weekly Digest for 2024-12-29

https://pythonhub.dev/digest/2024-12-29/

PythonHub

29 Dec, 19:15


BlackSheep: Fast ASGI web framework for Python

https://github.com/Neoteroi/BlackSheep

PythonHub

29 Dec, 13:15


Building an LLM-Powered Slackbot

This article describes Benchling's development of a Slackbot powered by a Large Language Model (LLM). The LLM taps into a knowledge base stored in Amazon Bedrock, allowing developers to ask questions and receive answers directly through the familiar Slack interface.

https://benchling.engineering/building-an-llm-powered-slackbot-557a6241e993

PythonHub

29 Dec, 07:15


systemd-pilot

Desktop application for managing systemd services.

https://github.com/mfat/systemd-pilot

PythonHub

29 Dec, 01:15


Uv, a fast Python package and project manager

https://docs.astral.sh/uv/

PythonHub

28 Dec, 19:15


Debugging Python with VS Code and Sentry

Pairing VS Code and Sentry can lead to quicker resolved issues in your app. Learn how to debug your Python project with these two tools here.

https://blog.sentry.io/debugging-python-with-vs-code-and-sentry/

PythonHub

28 Dec, 13:15


How the CIA Writes Python

The article explores the CIA's Python coding practices, including their style guide based on Google's, preferences for Python versions, and practical insights on development tools. It highlights unique aspects like using local PyPI servers, specific testing setups, and templates for CLI scripts, reflecting a blend of security considerations and pragmatic development approaches.

https://compileralchemy.substack.com/p/how-the-cia-writes-python

PythonHub

28 Dec, 07:15


Spectral Imaging Made Easy: A Powerful Python Library

https://github.com/siapy/siapy-lib

PythonHub

28 Dec, 01:15


CodeGate

https://github.com/stacklok/codegate

PythonHub

27 Dec, 19:15


PipeFunc: Build Lightning-Fast Pipelines with Python - DAGs Made Easy

https://www.reddit.com/r/Python/comments/1hk85dp/pipefunc_build_lightningfast_pipelines_with/

PythonHub

27 Dec, 15:15


TypeScribe

TypeScribe is a tool that uses Machine Learning to convert typed text into realistic handwriting by introducing customizable degrees of randomness and variations, to make it all so believable.

https://github.com/rudyoactiv/typescribe-handwriting

PythonHub

27 Dec, 11:15


UV and Ruff: Next-gen Python Tooling

UV and Ruff are presented as a powerful duo for modern Python development, with UV accelerating the development cycle and Ruff streamlining code review. This presentation promises to enhance coding practices and boost productivity for developers of all levels, showcasing these tools as essential for cleaner, faster, and more robust Python code.

https://www.youtube.com/watch?v=ifj-izwXKRA

PythonHub

27 Dec, 07:15


Query Apple's FindMy Network with Python

https://github.com/malmeloo/FindMy.py

PythonHub

27 Dec, 03:15


WOWY

A full-featured e-commerce platform built with Django, featuring a robust admin panel and modern user interface.

https://github.com/manjurulhoque/wowy

PythonHub

26 Dec, 23:15


FastVideo

FastVideo is an open-source framework for accelerating large video diffusion model.

https://github.com/hao-ai-lab/FastVideo

PythonHub

26 Dec, 19:15


Python Meta Circular Interpreter (2019)

https://rahul.gopinath.org/post/2019/12/07/python-mci/

PythonHub

26 Dec, 15:15


Build your Jupyter dashboard using Solara

This article demonstrates how to create an interactive dashboard in Jupyter using Solara, a Python framework built on ipywidgets. It guides readers through building a crime data visualization dashboard with filtering capabilities, charts, and maps, showcasing Solara's reactive and declarative nature for efficient dashboard development within Jupyter environments.

https://blog.jupyter.org/build-your-jupyter-dashboard-using-solara-569fa5b16e9c

PythonHub

26 Dec, 11:15


SeleniumBase: Python APIs for web automation and bypassing bot-detection

https://github.com/seleniumbase/SeleniumBase

PythonHub

26 Dec, 07:15


Ask HN: Who's building on Python NoGIL?

https://news.ycombinator.com/item?id=42468594

PythonHub

26 Dec, 03:15


Built my own link customization tool because paying $25/month wasn't my jam

https://www.reddit.com/r/Python/comments/1hij1l8/built_my_own_link_customization_tool_because/

PythonHub

26 Dec, 00:15


wozway

Easily control traffic between Apps and LLM using data security policies.

https://github.com/Defend-AI-Tech-Inc/wozway

PythonHub

25 Dec, 21:15


modelcontextprotocol / python-sdk

The official Python SDK for Model Context Protocol servers and clients

https://github.com/modelcontextprotocol/python-sdk

PythonHub

25 Dec, 18:15


Single-file Django Apps with nanodjango

Discover Nanodjango: a project simplifying Django development with single-file apps, APIs, and seamless transition to full projects. Perfect for quick experiments and sharing prototypes.

https://lincolnloop.com/insights/single-file-apps-with-nanodjango/

PythonHub

25 Dec, 15:15


chaidiscovery / chai-lab

Chai-1, SOTA model for biomolecular structure prediction

https://github.com/chaidiscovery/chai-lab

PythonHub

25 Dec, 12:15


Bruin

Build data pipelines with SQL and Python, ingest data from different sources, add quality checks, and build end-to-end flows.

https://github.com/bruin-data/bruin

PythonHub

22 Dec, 18:15


Python Hub Weekly Digest for 2024-12-22

https://pythonhub.dev/digest/2024-12-22/

PythonHub

21 Dec, 13:15


DNS server written in Python

https://www.reddit.com/r/Python/comments/1hagkql/dns_server_written_in_python/

PythonHub

21 Dec, 07:15


gitingest

Turn codebases into prompt-friendly text.

https://github.com/cyclotruc/gitingest

PythonHub

21 Dec, 01:15


Try This if You Don’t Like Python’s Exception Handling

Struggling with Python's unpredictable errors and None checks? This video shares a unique approach to making your code cleaner and more reliable using the returns package—no complicated try-except nests required.

https://www.youtube.com/watch?v=qkxf583t4Vc

PythonHub

08 Dec, 18:15


Python Hub Weekly Digest for 2024-12-08

https://pythonhub.dev/digest/2024-12-08/

PythonHub

07 Dec, 01:15


moka-py

A high performance caching library for Python written in Rust.

https://github.com/deliro/moka-py

PythonHub

06 Dec, 19:15


Bagels

Powerful expense tracker that lives in your terminal.

https://github.com/EnhancedJax/Bagels

PythonHub

06 Dec, 13:15


Solving Boolean satisfiability and integer programming with Python packaging

https://mmaaz.ca/writings/pipip.html

PythonHub

06 Dec, 07:15


Marco-o1

An Open Large Reasoning Model for Real-World Solutions.

https://github.com/AIDC-AI/Marco-o1

PythonHub

06 Dec, 01:15


aisuite

Simple, unified interface to multiple Generative AI providers.

https://github.com/andrewyng/aisuite

PythonHub

05 Dec, 19:15


Pushing the boundaries of Streamlit

How I learned to stop worrying and love Streamlit's execution model.

https://twitchard.github.io/posts/2024-11-27-streamlit.html

PythonHub

05 Dec, 13:15


Htmy – Async, pure-Python rendering engine

https://volfpeter.github.io/htmy/

PythonHub

05 Dec, 07:15


opennb

https://github.com/basnijholt/opennb

PythonHub

05 Dec, 01:15


Big Tech Best Practices

https://www.reddit.com/r/Python/comments/1h3jize/big_tech_best_practices/

PythonHub

04 Dec, 19:15


Constraints are Good: Python's Metadata Dilemma

Some of the issues of why Python packaging is unnecessarily hard.

https://lucumr.pocoo.org/2024/11/26/python-packaging-metadata/

PythonHub

04 Dec, 13:15


Protocols vs Abstract Base Classes in Python

https://www.reddit.com/r/Python/comments/1h3rmn5/protocols_vs_abstract_base_classes_in_python/

PythonHub

04 Dec, 09:15


smollm

Everything about the SmolLM & SmolLM2 family of models.

https://github.com/huggingface/smollm

PythonHub

04 Dec, 05:15


fast-graphrag

Streamlined and promptable Fast GraphRAG framework designed for interpretable, high-precision, agent-driven retrieval workflows.

https://github.com/circlemind-ai/fast-graphrag

PythonHub

04 Dec, 01:15


ridgeplot

Beautiful ridgeline plots in Python.

https://github.com/tpvasconcelos/ridgeplot

PythonHub

03 Dec, 21:15


Let's build a AI Photo Generator with Python and FastAPI

This course teaches how to fine-tune the Flux AI model using Replicate to create personalized image generation. It also covers building a FastAPI service to access and utilize this model efficiently.

https://www.youtube.com/watch?v=lV82LDKT16A

PythonHub

03 Dec, 17:15


Hiding a message in my PyTorch weights

This post explains how to embed an arbitrary message into a tensor that contains floating-point numbers, and how to detect the presence of such a message.

https://blog.gabornyeki.com/2024-11-hiding-a-message-in-my-pytorch-weights/

PythonHub

03 Dec, 13:15


Abusing Talon to use my eye tracker in a project

The author describes how they used Talon, a voice control software, to access eye tracker data for a game project. They created a Python script within Talon to expose eye gaze data via a local web server, allowing integration with a Rust program

https://ntietz.com/blog/abusing-talon-eyetracker/

PythonHub

03 Dec, 09:15


Promptic

Promptic aims to be the "requests" of LLM development -- the most productive and pythonic way to build LLM applications.

https://github.com/knowsuchagency/promptic

PythonHub

03 Dec, 05:15


The Best No-Nonsense VSCode Setup for Python Devs

Setting up VSCode for Python development doesn't have to be a headache! This video walks you through a complete and practical VSCode setup that tackles common pain points—like missing imports, mismatched Python versions, and pytest issues with finding tests.

https://www.youtube.com/watch?v=PwGKhvqJCQM

PythonHub

03 Dec, 01:15


bionemo-framework

A framework for building and adapting AI models in drug discovery at scale.

https://github.com/NVIDIA/bionemo-framework

PythonHub

02 Dec, 21:15


Ollama Course – Build AI Apps Locally

Learn how to set up and use Ollama to build powerful AI applications locally. This hands-on course covers pulling and customizing models, REST APIs, Python integrations, and real-world projects like a Grocery List Organizer, RAG System, and an AI Recruiter Agency. Perfect for developers and AI enthusiasts ready to bring their ideas to life with local LLMs.

https://www.youtube.com/watch?v=GWB9ApTPTv4

PythonHub

01 Dec, 18:15


Python Hub Weekly Digest for 2024-12-01

https://pythonhub.dev/digest/2024-12-01/

PythonHub

29 Nov, 16:15


letta-ai / letta

Letta (formerly MemGPT) is a framework for creating LLM services with memory.

https://github.com/letta-ai/letta

PythonHub

29 Nov, 10:15


Bagels - Expense tracker that lives in your terminal (TUI)

https://www.reddit.com/r/Python/comments/1gy0r1v/bagels_expense_tracker_that_lives_in_your/

PythonHub

29 Nov, 04:15


FireDucks

Compiler Accelerated DataFrame Library for Python with fully-compatible pandas API.

https://fireducks-dev.github.io/

PythonHub

28 Nov, 22:15


boltz

Democratizing Biomolecular Interaction Modeling.

https://github.com/jwohlwend/boltz

PythonHub

28 Nov, 16:15


Python Tutorial: Stock Trading Bot

This tutorial teaches how to build a stock trading bot using Django and TimescaleDB, covering data extraction from APIs, analysis, and automated recommendations. It integrates Celery for background processing and demonstrates advanced database queries in Django, showcasing the power of time series data handling for various applications beyond stock market analysis.

https://www.youtube.com/watch?v=O3O1z5hTdUM

PythonHub

28 Nov, 10:15


Am I the only one who forgets everyday how to plot on matplotlib?

https://www.reddit.com/r/learnpython/comments/1gyrjjf/am_i_the_only_one_who_forgets_everyday_how_to/

PythonHub

28 Nov, 04:15


open-notebook

An Open Source implementation of Notebook LM with more flexibility and features.

https://github.com/lfnovo/open-notebook

PythonHub

27 Nov, 22:15


Final Encoding in RPython Interpreters

The article discusses implementing a final encoding approach in RPython for interpreter design, focusing on a Brainfk interpreter as an example. It explores the benefits of using final encoding over initial encoding, including potential performance improvements and a different architectural approach to building interpreters in RPython.

https://pypy.org/posts/2024/11/guest-post-final-encoding-in-rpython.html

PythonHub

27 Nov, 16:15


LAMBDA

A local AI-powered email automation system that learns from your email style and creates draft responses for every unread email in your (Gmail) inbox.

https://github.com/zycyc/LAMBDA

PythonHub

27 Nov, 10:15


garak

garak checks if an LLM can be made to fail in a way we don't want. garak probes for hallucination, data leakage, prompt injection, misinformation, toxicity generation, jailbreaks, and many other weaknesses.

https://github.com/NVIDIA/garak

PythonHub

27 Nov, 04:15


PacktPublishing / LLM-Engineers-Handbook

The LLM's practical guide: From the fundamentals to deploying advanced LLM and RAG apps to AWS using LLMOps best practices

https://github.com/PacktPublishing/LLM-Engineers-Handbook

PythonHub

27 Nov, 00:15


Benchmark: DuckDB, Polars, Pandas, Arrow, SQLite, NanoCube on filtering / point queryies

https://www.reddit.com/r/Python/comments/1gyoi7n/benchmark_duckdb_polars_pandas_arrow_sqlite/

PythonHub

26 Nov, 20:15


Ultravox

A fast multimodal LLM for real-time voice.

https://github.com/fixie-ai/ultravox

PythonHub

26 Nov, 16:15


Deply

Keep your Python architecture clean.

https://github.com/Vashkatsi/deply

PythonHub

26 Nov, 12:15


MagicQuill

An Intelligent Interactive Image Editing System.

https://github.com/magic-quill/MagicQuill

PythonHub

26 Nov, 08:15


Is Python Really That Slow?

The post explores Python's perceived slowness, highlighting that it stems from its interpreted nature and focus on developer productivity rather than raw performance. By leveraging tools like C extensions, async programming, or just-in-time compilers, developers can often overcome performance concerns effectively.

https://blog.miguelgrinberg.com/post/is-python-really-that-slow

PythonHub

26 Nov, 04:15


EasyAnimate

An End-to-End Solution for High-Resolution and Long Video Generation Based on Transformer Diffusion.

https://github.com/aigc-apps/EasyAnimate

PythonHub

26 Nov, 00:15


Is async django ready for prime time?

Explore async Django's readiness for production use, its benefits, challenges, and how AI workloads can leverage its capabilities effectively.

https://jonathanadly.com/is-async-django-ready-for-prime-time

PythonHub

10 Nov, 18:15


Python Hub Weekly Digest for 2024-11-10

https://pythonhub.dev/digest/2024-11-10/

PythonHub

09 Nov, 12:15


Astral: Next-Gen Python Tooling

https://astral.sh/

PythonHub

09 Nov, 06:15


llm-jq

Write and execute jq programs with the help of LLM.

https://github.com/simonw/llm-jq

PythonHub

09 Nov, 00:15


Moonshine

Fast and accurate automatic speech recognition (ASR) for edge devices.

https://github.com/usefulsensors/moonshine

PythonHub

08 Nov, 18:15


Be Careful With Removing Code Duplication

This video refactors some tricky, hard-to-detect code duplication, provides an example of when it’s best to leave duplicated code as is, and shares a few tips on how to avoid duplication altogether.

https://www.youtube.com/watch?v=6AGDnJ_26uw

PythonHub

08 Nov, 12:15


Tinylangs: Programming languages in 50 lines of Python

https://github.com/zserge/tinylangs

PythonHub

08 Nov, 06:15


Zero Downtime Django Deployments with Multistep Database Changes

Preventing downtime during deployments is crucial for maintaining service availability and ensuring a positive user experience. Blue-green deployments have emerged as a popular strategy to achieve this goal. However, they introduce challenges, especially when dealing with database changes. This article delves into what blue-green deployments are, why database changes can be tricky in thi...

https://johnnymetz.com/posts/multistep-database-changes/

PythonHub

08 Nov, 00:15


Algorithmic Music Generation with Python

https://github.com/atiriko/Music

PythonHub

07 Nov, 18:15


Adding keyboard shortcuts to the Python REPL

The article discusses how to enhance the Python REPL (Read-Eval-Print Loop) by adding custom keyboard shortcuts to improve efficiency and user experience. It provides step-by-step instructions for implementing these shortcuts, enabling users to navigate and execute commands more effectively.

https://treyhunner.com/2024/10/adding-keyboard-shortcuts-to-the-python-repl/

PythonHub

07 Nov, 12:15


Embeddings are underrated

https://technicalwriting.dev/data/embeddings.html

PythonHub

07 Nov, 06:15


Venvstacks: Virtual Environment Stacks for Python

https://lmstudio.ai/blog/venvstacks

PythonHub

07 Nov, 00:15


ClickPy

PyPI analytics powered by ClickHouse.

https://clickpy.clickhouse.com/

PythonHub

06 Nov, 20:15


State of the Art Python in 2024

https://www.reddit.com/r/Python/comments/1ghiln0/state_of_the_art_python_in_2024/

PythonHub

06 Nov, 16:15


Investigation of a Workbench UI Latency Issue

Netflix engineers investigated a JupyterLab UI latency issue in their Workbench product, tracing it to an unexpected interaction between a resource usage extension and memory allocation. The root cause was identified as the extension's performance degrading linearly with increased virtual memory usage, despite available physical memory.

https://netflixtechblog.com/investigation-of-a-workbench-ui-latency-issue-faa017b4653d

PythonHub

06 Nov, 12:15


Avaiga / taipy

Turns Data and AI algorithms into production-ready web applications in no time.

https://github.com/Avaiga/taipy

PythonHub

06 Nov, 08:15


From Python to CPU instructions: Part 1

In the first part of a two-part series, we’ll compare the same program written in C and Python to reveal what Python hides from us.

https://dilovan.substack.com/p/from-python-to-cpu-instructions-part

PythonHub

06 Nov, 04:15


Mochi 1

The best OSS video generation models.

https://github.com/genmoai/models

PythonHub

06 Nov, 00:15


Wimsey

https://github.com/benrutter/wimsey

PythonHub

05 Nov, 20:15


PyBay 2024 Videos

The talks from PyBay 2024 are now available online.

https://www.youtube.com/playlist?list=PL85KuAjbN_gvx5b_BgLVcKfccnlZAVPMk

PythonHub

05 Nov, 16:15


DS4SD / docling

Get your docs ready for gen AI

https://github.com/DS4SD/docling

PythonHub

05 Nov, 12:15


Python Threading Tutorial: Basic to Advanced (Multithreading, Pool Executors, Daemon, Lock, Events)

https://www.reddit.com/r/Python/comments/1gj177a/python_threading_tutorial_basic_to_advanced/

PythonHub

05 Nov, 08:15


You Should Probably Pay Attention to Tokenizers

This article emphasizes the importance of understanding tokenizers in AI applications, particularly for Retrieval-augmented generation (RAG) systems. The author demonstrates how different tokenizers handle various types of text input, including emojis and misspelled words, and explains how tokenization affects embedding quality and overall performance in natural language processing tasks.

https://cybernetist.com/2024/10/21/you-should-probably-pay-attention-to-tokenizers/

PythonHub

03 Nov, 21:15


Python Hub Weekly Digest for 2024-11-03

https://pythonhub.dev/digest/2024-11-03/

PythonHub

03 Nov, 15:15


We're thinking of rewriting our go / java API in python, what do we need to think about?

https://www.reddit.com/r/Python/comments/1gdavp9/were_thinking_of_rewriting_our_go_java_api_in/

PythonHub

03 Nov, 09:15


meta-llama / llama-stack-apps

Agentic components of the Llama Stack APIs

https://github.com/meta-llama/llama-stack-apps

PythonHub

03 Nov, 03:15


Async Rate Limiter

Rate limit async requests to API using credits, computation unit per second (CUPS) or request units

https://github.com/Elnaril/credit-rate-limit

PythonHub

02 Nov, 21:15


BitNet

Official inference framework for 1-bit LLMs.

https://github.com/microsoft/BitNet

PythonHub

02 Nov, 15:15


meme_search

Index your memes by their content and text, making them easily retrievable for your meme warfare pleasures. Find funny fast.

https://github.com/neonwatty/meme_search

PythonHub

02 Nov, 09:15


ClickHouse User Defined Table Function in Python

https://github.com/auxten/SQL-On-Everything

PythonHub

02 Nov, 03:15


mini-omni2

Towards Open-source GPT-4o with Vision, Speech and Duplex Capabilities.

https://github.com/gpt-omni/mini-omni2

PythonHub

01 Nov, 21:15


Replacing Callbacks with Generators: A Case Study in Computer-Assisted Live Music

Watch how Matthieu Amiguet transforms a complex callback mess into a readable and efficient system using generators in computer-assisted live music.

https://www.youtube.com/watch?v=PkAE6dsqIJw

PythonHub

01 Nov, 15:15


BugGPT

LLM powered vulnerable web page generator for testing and educational purposes.

https://github.com/Trivulzianus/BugGPT

PythonHub

01 Nov, 09:15


Python and Sigstore

Seth Larson discusses the implementation of Sigstore in Python, highlighting its benefits for software supply chain security and its integration into CPython's release process. He explains how Sigstore improves upon traditional GPG signatures by providing transparency, ease of use, and better security practices, while also detailing the challenges and future plans for Sigstore adoption i...

https://sethmlarson.dev/python-and-sigstore

PythonHub

01 Nov, 03:15


The Stacktrace Puzzle

Explore how Python stacktraces with chained exceptions can become confusing puzzles and solve a few puzzles of your own.

https://www.bugsink.com/blog/chained-stacktraces-puzzle/

PythonHub

31 Oct, 23:15


Why people still using flask after fastapi release

https://www.reddit.com/r/Python/comments/1g83rjr/why_people_still_using_flask_after_fastapi_release/

PythonHub

31 Oct, 19:15


15 Powerful Python Libraries You Should Be Using

In this video, 15 impressive Python libraries are showcased that everyone should know about. Whether for data scientists or backend developers, many of these packages will prove to be very useful.

https://www.youtube.com/watch?v=OiLgG4CabPo

PythonHub

31 Oct, 15:15


Hallo2

Long-Duration and High-Resolution Audio-driven Portrait Image Animation.

https://github.com/fudan-generative-vision/hallo2

PythonHub

31 Oct, 11:15


Finstruments - Financial instrument library built with Python

https://github.com/kyleloomis/finstruments

PythonHub

31 Oct, 07:15


zerox

Zero shot pdf OCR with gpt-4o-mini.

https://github.com/getomni-ai/zerox

PythonHub

31 Oct, 03:15


Creating a DType for the Next Generation of Scientific Computing

From no CPython C API experience to shipping a new DType in NumPy 2.0.

https://quansight.com/post/my-numpy-year-creating-a-dtype-for-the-next-generation-of-scientific-computing/

PythonHub

30 Oct, 23:15


Django and htmx Tutorial: Easier Web Development

Christopher Trudeau demonstrates how htmx can add dynamic features like lazy loading and search-as-you-type to Django applications with minimal JavaScript. The tutorial showcases htmx's integration with Django, allowing more server-side logic and potentially better performance compared to traditional single-page applications.

https://www.youtube.com/watch?v=i1eMxu_PR5Y

PythonHub

30 Oct, 19:15


Epic Debugging, Hilarious Outcome

In this episode, an issue with sign-up was explored. What seemed like a minor fix turned into an intense debugging session, delving deeply into the django-allauth package to uncover the underlying problems.

https://www.youtube.com/watch?v=WNnJRAGM2TQ

PythonHub

22 Oct, 21:15


Writing a Home Assistant Core Integration: Part 1

The article details the development of pytouchlinesl, a Python library for interacting with Roth Touchline SL underfloor heating systems. It covers the design process, API implementation, testing strategies, CI/CD setup, and publishing to PyPI, highlighting the use of modern Python tools like uv, pydantic, and ruff.

https://jnsgr.uk/2024/09/pytouchlinesl/

PythonHub

22 Oct, 17:15


The Uncertain Art of Accelerating ML Models

This podcast episode features Sylvain Gugger, a machine learning engineer at Jane Street, discussing techniques for accelerating ML models. The conversation covers topics like learning rate schedules, performance optimization in PyTorch, GPU utilization, and the unique challenges of applying ML in trading environments.

https://signalsandthreads.com/the-uncertain-art-of-accelerating-ml-models/

PythonHub

22 Oct, 13:15


Python 3.12 vs. Python 3.13 – performance testing

https://en.lewoniewski.info/2024/python-3-12-vs-python-3-13-performance-testing/

PythonHub

22 Oct, 09:15


Parsera

Lightweight library for scraping web-sites with LLMs.

https://github.com/raznem/parsera

PythonHub

22 Oct, 05:15


ditto

The simplest self-building coding agent.

https://github.com/yoheinakajima/ditto

PythonHub

22 Oct, 02:15


Pyloid

Pyloid is the Python backend version of Electron and Tauri, providing an open-source project that allows you to easily utilize various Python integration features. With Pyloid, developing desktop applications becomes simple, enabling you to effortlessly build apps by integrating Python's powerful capabilities.

https://github.com/pyloid/pyloid

PythonHub

21 Oct, 23:15


The New Python 3.13 Is FINALLY Here!

Python 3.13 is here with exciting updates! Dive into the key new features, including the game-changing option to disable the Global Interpreter Lock (GIL).

https://www.youtube.com/watch?v=eUDGlxu_-ic

PythonHub

21 Oct, 20:15


Custom Dictionary Types in Pydantic

A quick primer on leveraging custom root types for this task.

https://bryananthonio.com/blog/pydantic-custom-dictionary-types/

PythonHub

20 Oct, 18:15


Python Hub Weekly Digest for 2024-10-20

https://pythonhub.dev/digest/2024-10-20/

PythonHub

19 Oct, 00:15


In the Making of Python Fitter and Faster

How Python's recent performance improvements work under the hood.

https://sumercip.com/posts/making-python-fitter-and-faster/

PythonHub

18 Oct, 18:15


Otter Wiki: A minimalistic wiki powered by Python, Markdown and git

https://otterwiki.com/

PythonHub

18 Oct, 12:15


Pyinstrument v5.0 - flamegraphs for Python!

https://www.reddit.com/r/Python/comments/1g1az6i/pyinstrument_v50_flamegraphs_for_python/

PythonHub

18 Oct, 06:15


I Understand Machine Learning with Numpy and PyTorch Better Since I Started Focusing on the Basics

https://www.reddit.com/r/Python/comments/1g1uuyc/i_understand_machine_learning_with_numpy_and/

PythonHub

18 Oct, 00:15


Python 3.13 and the Latest Trends: A Developer’s Guide to 2025

Learn about the exciting new features in Python 3.13. Get insider insights into the latest updates and learn about the plans for Python 3.14.

https://www.youtube.com/live/GPwYSf1t8Lw

PythonHub

17 Oct, 18:15


Python 3.13.0

The newest major release of Python introduces several new features including an improved interactive interpreter, an experimental free-threaded build mode, and a preliminary JIT, along with various optimizations and changes to the standard library.

https://www.python.org/downloads/release/python-3130/

PythonHub

17 Oct, 12:15


TypedDicts are better than you think

This post explains how Python’s TypedDict can enhance code clarity and maintainability by enabling more precise type annotations in dictionaries. It discusses how TypedDict ensures type safety and helps with early error detection in dynamic programming environments.

https://blog.changs.co.uk/typeddicts-are-better-than-you-think.html

PythonHub

17 Oct, 06:15


Python client for the $20 Colmi R02 smart ring

https://tahnok.github.io/colmi_r02_client/colmi_r02_client.html

PythonHub

17 Oct, 00:15


Niquests

Niquests is a simple, yet elegant, HTTP library. It is a drop-in replacement for Requests, which is under feature freeze.

https://github.com/jawah/niquests

PythonHub

16 Oct, 18:15


Django + Postgres: The Hunt for Long Running Queries

Using django-pgactivity for application-level monitoring of database queries.

https://pgilmartin.substack.com/p/django-postgres-the-hunt-for-long

PythonHub

16 Oct, 12:15


Django dashboard

give your django dashboard a new modern skin with new features,
Mobile responsive and customizable on top of tailwindcss

https://github.com/hypy13/django-daisy/