es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

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

Mostrar más
2 530
Suscriptores
-124 horas
+27 días
+530 días
Archivo de publicaciones
TRACARDI TRACARDI is an API-first solution, low-code / no-code platform aimed at any e-commerce business that wants to start using user data for marketing purposes. https://github.com/tracardi/tracardi

Quick and impressive Python app: Auto-Tweet Your Words using Speech Recognition in Python https://www.reddit.com/r/madeinpython/comments/tawzxc/quick_and_impressive_python_app_autotweet_your/

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

MDAnalysis A Python library to analyze molecular dynamics simulations. https://github.com/MDAnalysis/mdanalysis

Show HN: Miniboss, versatile local container management with Python https://github.com/afroisalreadyinu/miniboss

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/

commaai / openpilot openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 150 supported car makes and models. https://github.com/commaai/openpilot

Family of key Python contributor Storchaka has left Ukraine safely with community help https://www.reddit.com/r/Python/comments/t9dd6n/family_of_key_python_contributor_storchaka_has/

arc298 / instagram-scraper Scrapes an instagram user's photos and videos https://github.com/arc298/instagram-scraper

A Better Structlog Processor for Python for CloudWatch Logs Using AWS Lambda https://dltj.org/article/python-structlog-for-aws-lambda-cloudwatch/

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

mkposters Make posters from Markdown files. https://github.com/patrick-kidger/mkposters

Simple code to unlock all read-only PDFs in current folder without the password https://www.reddit.com/r/Python/comments/t32z2o/simple_code_to_unlock_all_readonly_pdfs_in/

A Gentle Introduction to Serialization for Python In this post, you will discover how to use two common serialization libraries in Python to serialize data objects (namely pickle and HDF5) such as dictionaries and Tensorflow models in Python for storage and transmission https://machinelearningmastery.com/a-gentle-introduction-to-serialization-for-python/