PythonHub
2.41K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Build a User-Friendly CLI from Pure Python Functions

DynaCLI (Dynamic CLI) is a cloud-friendly, open source library for converting pure Python functions into Linux Shell commands. This article explains how DynaCLI makes writing Command Line Interfaces in Python easy and efficient, using as an example a function to generate a QR code that records a person’s vaccination status.

https://rzayev-sehriyar.medium.com/build-a-user-friendly-cli-from-pure-python-functions-348858c61022
arc298 / instagram-scraper

Scrapes an instagram user's photos and videos

https://github.com/arc298/instagram-scraper
Object Localization using PyTorch, Part 1

In part one of this series on object localization with pytorch, you will learn the theory behind object localization, and learn how to set up the dataset for the task.

https://blog.paperspace.com/object-localization-using-pytorch-1/
Python Range: Explained With Many Examples

A range is most often used in Python for loops. This article explains how to use ranges and how they work, using lots of code examples.

https://python.land/deep-dives/python-range