uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

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

Показати більше
2 532
Підписники
+224 години
+47 днів
+4130 день
Архів дописів
Data Analyst Bootcamp for Beginners (SQL, Tableau, Power BI, Python, Excel, Pandas, Projects, more) Become a data analyst by following along with this massive course. You will learn the core topics that data analysts need to know. And along the way, you will build plenty of projects to gain hands-on experience. https://www.youtube.com/watch?v=PSNXoAs2FtQ

aloha A Low-cost Open-source Hardware System for Bimanual Teleoperation. https://github.com/tonyzhaozh/aloha

prs-eth / Marigold Marigold: Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation https://github.com/prs-eth/Marigold

Using formatters and linters to manage a large codebase At Kraken Tech we have a large global development team with over 500 developers, the majority of which work on the same monolithic codebase comprising more than 4 million lines of Python code. We release new code over 100 times a day, running hundreds of thousands of tests in the process. So how can we ensure high coding quality in a distributed team, with such frequent changes? And how ... https://tech.octopus.energy/news/2024/01/05/linting-and-formatting.html

A Deep Dive Into Python's functools.wraps Decorator The article discusses the importance of the functools.wraps decorator in Python. It explains how the decorator helps to preserve metadata when wrapping one object over another, particularly when developing Python decorators. The author emphasizes the significance of this decorator due to the potential loss of valuable metadata from the encapsulated object. https://jacobpadilla.com/articles/Functools-Deep-Dive

Deploying AI-powered Django apps to Modal.com Modal is a great place to deploy Python apps that use AI models and require GPU. Here’s how to use Modal with Django apps. https://tolkunov.dev/posts/django-on-modal/

Fun With Scrapy Link Validation on CI How can you make sure, automatically, that all the links to other internal pages within a site continue to work? In this article, we look at how to use Scrapy, a web scraping tool, and GitHub Actions, a Continuous Integration system, to accomplish this goal. https://www.mattlayman.com/blog/2024/fun-scrapy-validation-ci/

Experimenting with Handwriting Recognition for The New York Times Crossword The article discusses the exploration of handwriting recognition in The New York Times Crossword app during the MakerWeek 2023 hackathon. The project involved implementing on-device machine learning for handwriting recognition on both iOS and Android platforms, with the potential for interactive features like "Scribble-to-Erase" detection and in-app self-training mechanisms. https://open.nytimes.com/experimenting-with-handwriting-recognition-for-new-york-times-crossword-a78e08fec08f

psst Paper-based Secret Sharing Technique. https://github.com/Sjlver/psst

ali-vilab / i2vgen-xl Official repo for VGen: a holistic video generation ecosystem for video generation building on diffusion models https://github.com/ali-vilab/i2vgen-xl

Type information for faster Python C extensions https://bernsteinbear.com//blog/typed-c-extensions/

Retro on Viberary The article reflects on the author's experience with Viberary, a side project aimed at finding books based on a particular vibe. The project was created to explore machine learning side projects and the intersection of search and recommendations, serving as a production-grade complement to the author's recent deep dive into embeddings. https://vickiboykis.com/2024/01/05/retro-on-viberary/

Python Hub Weekly Digest for 2024-01-14 https://pythonhub.dev/digest/2024-01-14/

Asyncio Logging Without Blocking You can implement non-blocking logging in asyncio programs by using a shared Queue with a ... https://superfastpython.com/asyncio-log-blocking/

DocFlow DocFlow is a powerful Document Management API designed to streamline document handling, including seamless uploading, downloading, organization, versioning, sharing, and more. https://github.com/jiisanda/docflow

semantic-router Semantic Router is a superfast decision layer for your LLMs and agents. Rather than waiting for slow LLM generations to make tool-use decisions, we use the magic of semantic vector space to make those decisions — routing our requests using semantic meaning. https://github.com/aurelio-labs/semantic-router

MotionCtrl A Unified and Flexible Motion Controller for Video Generation. https://github.com/TencentARC/MotionCtrl

Fontimize: Subset Fonts to Exactly and Only Your Website's Used Characters Fontimize is a Python library that enables the creation of font subsets containing only the specific glyphs needed for text or HTML, thereby reducing the initial download size of websites and optimizing bandwidth usage. https://daveon.design/introducing-fontimize-subset-fonts-to-exactly-and-only-your-websites-used-characters.html