Explore >> Select a destination


You are here

javier.io
| | www.joeltok.com
2.6 parsecs away

Travel
| | Python dependency management for reproducibility, using built-in libraries.
| | yasoob.me
3.3 parsecs away

Travel
| | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it?
| | andyfreeland.net
1.7 parsecs away

Travel
| |
| | jessitron.com
21.9 parsecs away

Travel
| TL;DR: skip to this readme for the easiest path When you're running applications in Kubernetes, and you're using OpenTelemetry for observability, then one recommended practice is to run the OpenTelemetry Collector on each node in your cluster. Then each of your applications can send telemetry data (traces, metrics, logs) to that local collector. To run