pythonhub | Technologies

Telegram-канал pythonhub - PythonHub

1140

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

Subscribe to a channel

PythonHub

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

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

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

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

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

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

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

web-ui

Run AI Agent in your browser.

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

Читать полностью…

PythonHub

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

Python Hub Weekly Digest for 2025-02-02

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

Читать полностью…

PythonHub

Python Hub Weekly Digest for 2025-01-26

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

Читать полностью…

PythonHub

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

MicroPie

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

https://github.com/patx/micropie

Читать полностью…

PythonHub

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

Pippin

The Digital Being Framework for Autonomous Agents.

https://github.com/pippinlovesyou/pippin

Читать полностью…

PythonHub

MedSSS

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

https://github.com/pixas/MedSSS

Читать полностью…

PythonHub

Ragpi

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

https://github.com/ragpi/ragpi

Читать полностью…

PythonHub

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

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

Читать полностью…

PythonHub

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

https://github.com/buiapp/reaktiv

Читать полностью…

PythonHub

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

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

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

deepseek-ai / Janus

Janus-Series: Unified Multimodal Understanding and Generation Models

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

Читать полностью…

PythonHub

deepseek-ai / DeepSeek-VL

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

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

Читать полностью…

PythonHub

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

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

DeepEval

The LLM Evaluation Framework.

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

Читать полностью…

PythonHub

isd

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

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

Читать полностью…

PythonHub

kyegomez / swarms

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

https://github.com/kyegomez/swarms

Читать полностью…

PythonHub

Any reason to NOT use Pyright?

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

Читать полностью…
Subscribe to a channel