uk
Feedback
PythonHub

PythonHub

Відкрити в Telegram

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

Показати більше
2 528
Підписники
+124 години
+57 днів
+3430 день
Архів дописів
ell A language model programming framework. https://github.com/MadcowD/ell

Python HTTP Clients: Requests vs. HTTPX vs. AIOHTTP Learn about the differences between Requests, HTTPX, and AIOHTTP, and when to use each library for your Python projects. https://www.speakeasy.com/post/python-http-clients-requests-vs-httpx-vs-aiohttp

LibrePythonista allows running IPython code in a LibreOffice spreadsheet https://github.com/Amourspirit/python_libre_pythonista_ext

How To Perform Unit Testing in Flask Learn how to efficiently test your Flask applications using pytest to ensure robust and error-free code. https://www.digitalocean.com/community/tutorials/unit-test-in-flask

peepDB open-source CLI tool and python library to quickly view MySQL, PostgreSQL, MariaDB database tables. https://github.com/evangelosmeklis/peepdb

Revival Hijack – PyPI hijack technique exploited in the wild, puts 22K packages at risk The article discusses a PyPI supply chain attack technique called "Revival Hijack," where attackers can hijack removed packages by re-registering them. JFrog's research team found that this technique could potentially affect 22,000 existing PyPI packages, leading to hundreds of thousands of malicious downloads, and they took proactive measures to protect the PyPI community by safely rese... https://jfrog.com/blog/revival-hijack-pypi-hijack-technique-exploited-22k-packages-at-risk/

GraalPy – A high-performance embeddable Python 3 runtime for Java https://www.graalvm.org/python/

Dante A zero-setup, easy to use document store for Python. https://github.com/senko/dante

What’s New In Python 3.13 This article explains the new features in Python 3.13, compared to 3.12. Python 3.13 will be released on October 1, 2024. https://docs.python.org/3.13/whatsnew/3.13.html

NestedText Human readable and writable data interchange format. https://github.com/KenKundert/nestedtext

Multiversion Python Thoughts A braindump on how to make multi version in Python work. https://lucumr.pocoo.org/2024/9/9/multiversion-python/

Python Hub Weekly Digest for 2024-09-15 https://pythonhub.dev/digest/2024-09-15/

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/

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

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/

cookiecutter-uv A modern cookiecutter template for Python projects that use uv for dependency management. https://github.com/fpgmaas/cookiecutter-uv

kazam Linux Screen Recorder, Broadcaster, Capture and OCR with AI in mind. https://github.com/henrywoo/kazam

Create & Share Streamlit, Dash and Python Apps Online. https://py.cafe

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

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