pythonhub | Technologies

Telegram-канал pythonhub - PythonHub

1140

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

Subscribe to a channel

PythonHub

Multiversion Python Thoughts

A braindump on how to make multi version in Python work.

https://lucumr.pocoo.org/2024/9/9/multiversion-python/

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

PythonHub

PyPI Proxying for Docker Builds

I wanted to improve our CI system by caching PyPI data locally. I saw that there’s a project to do this, but I didn’t see any good examples actually using it.

https://www.robopenguins.com/pypi-proxy/

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

PythonHub

Shades of testing HTTP requests in Python

The post discusses various approaches to testing HTTP requests in Python applications, focusing on mocking external API calls during unit and integration testing.

https://rednafi.com/python/testing_http_requests/

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

PythonHub

kazam

Linux Screen Recorder, Broadcaster, Capture and OCR with AI in mind.

https://github.com/henrywoo/kazam

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

PythonHub

Pure Python: Build a full stack ChatGPT-like UI. Reflex, Neon Postgres. Deploy with Docker to a VM

This video tutorial demonstrates how to build a full-stack ChatGPT-like UI using Reflex, a Python framework for web development, integrating it with Neon Postgres database and OpenAI. It covers the entire process from setting up the development environment to deploying the application using Docker, GitHub Actions, and Ansible on a virtual machine.

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

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

PythonHub

Integrating Stripe Into A One-Product Django Python Shop

In the first part of this series, we created a Django online shop with htmx. In this second part, we'll handle orders using Stripe.

https://blog.appsignal.com/2024/09/04/integrating-stripe-into-a-one-product-django-python-shop.html

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

PythonHub

Lesser known parts of Python standard library – Trickster Dev

https://www.trickster.dev/post/lesser-known-parts-of-python-standard-library/

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

PythonHub

smartcut

Cut video files with minimal recoding.

https://github.com/skeskinen/smartcut

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

PythonHub

How to Create a Pre-Commit Hook

A step-by-step guide to developing your own pre-commit hook.

https://stefaniemolin.com/articles/devx/pre-commit/hook-creation-guide/

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

PythonHub

Classifying all of the pdfs on the internet

The article describes an attempt to classify a massive dataset of 8.4 million PDFs from Common Crawl using various machine learning techniques. The author experiments with different approaches, including deep learning models and traditional machine learning methods like XGBoost, ultimately achieving the best performance with an XGBoost model trained on embeddings, reaching 85.26% accurac...

https://snats.xyz/pages/articles/classifying_a_bunch_of_pdfs.html

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

PythonHub

Tinystatus: A tiny status page generated by a Python script

https://github.com/harsxv/tinystatus

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

PythonHub

uvtrick

A fun party trick to run Python code from another venv into this one.

https://github.com/koaning/uvtrick

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

PythonHub

supertree

supertree is a Python package designed to visualize decision trees in an interactive and user-friendly way within Jupyter Notebooks, Jupyter Lab, Google Colab, and any other notebooks that support HTML rendering.

https://github.com/mljar/supertree

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

PythonHub

Taming the beast that is the Django ORM - An introduction

The Django ORM, how it compares to raw SQL and gotchas that you should be aware of when using it

https://www.davidhang.com/blog/2024-09-01-taming-the-django-orm/

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

PythonHub

Maximizing Python Code Efficiency: Strategies to Overcome Common Performance Hurdles

This article talks about performance issues caused by nested loops and memory allocation issues. It provides strategies to overcome these issues while improving efficiency.

https://towardsdatascience.com/maximizing-python-code-efficiency-strategies-to-overcome-common-performance-hurdles-c6292610d785

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

PythonHub

Python Hub Weekly Digest for 2024-09-15

https://pythonhub.dev/digest/2024-09-15/

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

PythonHub

nlp-zero-to-hero

A comprehensive resource for learning Natural Language Processing (NLP) from the basics to advanced topics. It contains Jupyter notebooks covering various NLP concepts, techniques, and implementations, making it a valuable guide for beginners and intermediate learners in the field of NLP.

https://github.com/JUSTSUJAY/nlp-zero-to-hero

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

PythonHub

cookiecutter-uv

A modern cookiecutter template for Python projects that use uv for dependency management.

https://github.com/fpgmaas/cookiecutter-uv

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

PythonHub

Create & Share Streamlit, Dash and Python Apps Online.

https://py.cafe

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

PythonHub

My Favorite Error Handling Technique

This video presents a surprising “Let it burn” approach to error handling, demonstrating how allowing code to fail fast can result in simpler, clearer, and more robust software. Discover the benefits of this method and its impact on improving overall code quality.

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

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

PythonHub

Using GPT-4o for web scraping

The article discusses using GPT-4 with OpenAI's structured outputs feature to create an AI-assisted web scraper, exploring its capabilities in parsing complex tables and generating XPaths. While the author found GPT-4 effective at extracting data from various HTML tables, they also noted challenges with merged rows, high API costs, and the need for further refinements to improve accuracy...

https://blancas.io/blog/ai-web-scraper/

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

PythonHub

Why hash tables are faster?

https://www.reddit.com/r/learnpython/comments/1fcj0ci/why_hash_tables_are_faster/

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

PythonHub

pipefunc

Lightweight function pipeline (DAG) creation in pure Python for scientific workflows.

https://github.com/pipefunc/pipefunc

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

PythonHub

Mini-Omni

Mini-Omni is an open-source multimodel large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities.

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

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

PythonHub

Lessons learnt building a real-time audio application in Python

https://www.vangemert.dev/#/blog/lessons-learnt-backlooper

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

PythonHub

Multimodal Data Analysis with LLMs and Python – Tutorial

The tutorial teaches how to analyze multimodal data using Large Language Models (LLMs) and Python, covering text classification, image-based question answering, audio transcription, and creating a natural language query interface for SQL databases.

https://www.youtube.com/watch?v=3-4qAkFRpAk

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

PythonHub

Used Python to create public-domain US maps that can serve as desktop backgrounds

https://www.reddit.com/r/Python/comments/1f29mo0/used_python_to_create_publicdomain_us_maps_that/

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

PythonHub

Building LLMs from the Ground Up

This tutorial guides coders through the fundamentals of large language models (LLMs), explaining how they work and how to build them from scratch in PyTorch. It covers coding a small GPT-like model, its data pipeline, architecture, pretraining, and fine-tuning using open-source libraries.

https://www.youtube.com/watch?v=quh7z1q7-uc

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

PythonHub

kotaemon

An open-source RAG-based tool for chatting with your documents.

https://github.com/Cinnamon/kotaemon

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

PythonHub

Why I Still Use Python Virtual Environments in Docker

The article argues for using Python virtual environments in Docker containers, citing benefits like predictability, standardization, and easier debugging. The author contends that virtual environments provide a consistent, well-understood structure for Python applications, making communication and deployment across teams more straightforward, while also simplifying Python's import behavior.

https://hynek.me/articles/docker-virtualenv/

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