fa
Feedback
PythonHub

PythonHub

رفتن به کانال در Telegram

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

نمایش بیشتر
2 528
مشترکین
+124 ساعت
-27 روز
+1630 روز
آرشیو پست ها
nixpkgs-python All Python versions, kept up-to-date on hourly basis using Nix. https://github.com/cachix/nixpkgs-python

survey A simple library for creating beautiful interactive prompts. https://github.com/Exahilosys/survey

roop one-click deepfake (face swap) https://github.com/s0md3v/roop

Hiera A Hierarchical Vision Transformer without the Bells-and-Whistles. https://github.com/facebookresearch/hiera

Don’t let yourself be fooled by data drift The purpose of this post is to demonstrate that not all data drift impacts model performance. Making drift methods hard to trust since they tend to produce a large number of false alarms. To illustrate this point, we will train an ML model using a real-world dataset, monitor the distribution of the model's features in production, and report any data drift that might occur. https://www.nannyml.com/blog/when-data-drift-does-not-affect-performance-machine-learning-models

LangChain Crash Course - Build apps with language models https://www.youtube.com/watch?v=LbT1yp6quS8

PyCon US 2023 Video Recordings from PyCon US 2023 in Salt Lake City, UT. https://www.youtube.com/playlist?list=PL2Uw4_HvXqvY2zhJ9AMUa_Z6dtMGF3gtb

Refactoring a Command Line Shell | Code Roast Part 1 Watch the video to witness the transformation from average to exceptional code in Part 1 of 2 videos. https://www.youtube.com/watch?v=TDgouhWA13A

Valid Python syntax – by Nobody has time for Python https://www.bitecode.dev/p/this-is-valid-python-syntax

Lanarky Lanarky is an open-source framework to deploy LLM applications in production. It is built on top of FastAPI and comes with batteries included. https://github.com/ajndkr/lanarky

PyStack PyStack is a tool that uses forbidden magic to let you inspect the stack frames of a running Python process or a Python core dump, helping you quickly and easily learn what it's doing (or what it was doing when it crashed) without having to interpret nasty CPython internals. https://github.com/bloomberg/pystack

Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 beta 2 are now available https://pythoninsider.blogspot.com/2023/06/python-3114-31012-3917-3817-3717-and.html

string2string String-to-String Algorithms for Natural Language Processing. https://github.com/stanfordnlp/string2string

threestudio A unified framework for 3D content generation. https://github.com/threestudio-project/threestudio

JupyterLab 4.0 is Here The Jupyter contributor community is proud to announce JupyterLab 4.0, the next major release of our full-featured development environment. The package is now available on PyPI and conda-forge. You can upgrade by running pip install --upgrade jupyterlab or conda install -c conda-forge jupyterlab. https://blog.jupyter.org/jupyterlab-4-0-is-here-388d05e03442

Writing a KVM hypervisor VMM in Python An experimental VMM for KVM written in Python. This is simply an experimental proof of concept which was hacked together enough to be able to boot OVMF, then install Linux on a disk and boot it. https://www.devever.net/~hl/kvm

Ruff: A Fast Python Linter https://lwn.net/Articles/930487/

chatdocs Chat with your documents offline using AI. https://github.com/marella/chatdocs