ar
Feedback
PythonHub

PythonHub

الذهاب إلى القناة على Telegram

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

إظهار المزيد
2 527
المشتركون
لا توجد بيانات24 ساعات
+47 أيام
+3330 أيام
أرشيف المشاركات
Build a Django AI colorization app We'll build a simple Django app that uses AI to color black and white photos. I'll also guide you through the easiest method to use webhooks in Django. Webhooks are a neat way of external functions (e.g., AI functions) sending data to your server. https://www.youtube.com/watch?v=-04pgby8tVE

Implement Parsers with Pylasu In this article, we will learn how to implement parsers in Python using Pylasu and ANTLR. https://tomassetti.me/implement-parsers-with-pylasu/

arcee-ai / mergekit Tools for merging pretrained large language models. https://github.com/arcee-ai/mergekit

InternLM / InternLM-XComposer InternLM-XComposer2 is a groundbreaking vision-language large model (VLLM) excelling in free-form text-image composition and comprehension. https://github.com/InternLM/InternLM-XComposer

facebookresearch / audio2photoreal Code and dataset for photorealistic Codec Avatars driven from audio https://github.com/facebookresearch/audio2photoreal

fabric fabric is an open-source framework for augmenting humans using AI. https://github.com/danielmiessler/fabric

FastCRUD FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities. https://github.com/igorbenav/fastcrud

InstaPython – Instant custom Python scripts on-demand https://instapython.com

Patching pydantic settings in pytest The post discusses a Python tutorial on patching Pydantic settings in Pytest. It covers techniques for modifying Pydantic settings during testing scenarios in a Pytest environment, providing practical insights for effective testing and development workflows. https://rednafi.com/python/patch_pydantic_settings_in_pytest/

EasyGmail A lightweight, minimalistic, and synchronous Python package for quickly sending emails via Gmail. https://github.com/ayushgun/easygmail

Ten Python datetime pitfalls, and what libraries are (not) doing about it The article explores various challenges and inconsistencies in the Python datetime library, as well as how different third-party libraries address these issues. https://dev.arie.bovenberg.net/blog/python-datetime-pitfalls/

MarkFzp / act-plus-plus Imitation learning algorithms with Co-training for Mobile ALOHA: ACT, Diffusion Policy, VINN https://github.com/MarkFzp/act-plus-plus

A bird's eye view of Polars Read how Polars executes your query from planning, optimizing to execution. https://pola.rs/posts/polars_birds_eye_view

llm-app-stack Emerging Architectures for LLM Applications. https://github.com/a16z-infra/llm-app-stack

StreamRAG Video Search and Streaming Agent. https://github.com/video-db/StreamRAG

Exploring the GPT-4 with Vision API using Images and Videos All you need to know to understand the GPT-4 with Vision API with examples for processing Images and Videos. https://jstoppa.com/posts/exploring_the_gpt_with_vision_api_image_and_video/post/

TIL: `yield` inside a `try` followed by `finally` has some interesting behaviour. https://www.reddit.com/r/Python/comments/1ai5okp/til_yield_inside_a_try_followed_by_finally_has/

Deep Dive Into the Repository Design Pattern in Python A closer look at the repository design pattern in Python. This is a very useful pattern that allows you to keep your data storage separate from your data operations. https://www.youtube.com/watch?v=9ymRLDfnDKg