PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Machine Learning Pipelines

1 Introduction 2 Loading the libraries and classes 3 Loading the data 4 ML Pipelines 4.1 A simple ...

https://michael-fuchs-python.netlify.com/2021/05/11/machine-learning-pipelines/
The correct way to index data into Elasticsearch with (Python) elasticsearch-dsl

A summary of best practices for indexing into Elasticsearch with Python elasticsearch-dsl using ...

https://www.peterbe.com/plog/index-data-into-elasticsearch-dsl
Creating generative art with L-systems in Python

https://deepnote.com/@dkapitan/lartpy-YJpZGp2rQE66bpM5-0-80Q
Dolt Powered Bartender

Creating a robot bartender with a Flask server and Dolt to serve cocktails.

https://www.dolthub.com/blog/2021-05-17-dolt-powered-bartender/
Shrinking your Python application’s Docker image: an overview

In this article you’ll find an overview of the many techniques you can use to shrink your image, organized approximately by logical order packaging. The focus is on Python, though many of these techniques are more generic.

https://pythonspeed.com/articles/smaller-docker-images/