PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
PEP 665: Specifying Installation Requirements for Python Projects

https://www.python.org/dev/peps/pep-0665/
How to Make a Twitter Bot in Python using Tweepy

A reply-to-mention Twitter bot that can reply to every tweet where it got mentioned with a specific keyword with an auto-generated image

https://auth0.com/blog/how-to-make-a-twitter-bot-in-python-using-tweepy/
4 pre-commit Plugins to Automate Code Reviewing and Formatting in Python

Write High-Quality Code with black, flake8, isort, and interrogateContinue reading on Towards Data ...

https://towardsdatascience.com/4-pre-commit-plugins-to-automate-code-reviewing-and-formatting-in-python-c80c6d2e9f5
Efficient Pagination in Django and Postgres

This article will help you understand Django’s pagination limitations and offer three alternative methods that will improve your application’s performance. Along the way, you’ll see the tradeoffs and use cases for each method so you can decide which is the best fit for your application.

https://pganalyze.com/blog/pagination-django-postgres
A Natural Language Processing (NLP) Primer

Overview of common NLP tasks using Python.

https://t.co/EfZyeAsUy9
Introducing Triton: Open-Source GPU Programming for Neural Networks

Triton is an open-source Python-like programming language which enables researchers with no CUDA experience to write highly efficient GPU code—most of the time on par with what an expert would be able to produce. Triton makes it possible to reach peak hardware performance with relatively little effort.

https://openai.com/blog/triton/
Python PDF Handling Tutorial

In this tutorial, learn how to do various operations like: Extracting and Adding Pages, Texts, Images, Tables, Watermark and much more on a PDF file using Python.

https://github.com/prajwollamichhane11/PDF-Handling-With-Python
How to install Python Poetry in GitHub Actions in MUCH faster way

We use Poetry in a GitHub project. There's a pyproject.toml file (and a poetry.lock file) which ...

https://www.peterbe.com/plog/install-python-poetry-github-actions-faster