this post was submitted on 29 Jun 2023
406 points (97.9% liked)

Programmer Humor

19187 readers
1210 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] entropicshart 2 points 1 year ago* (last edited 1 year ago)

If you haven’t yet, check out PDM; very simple dependency management in virtual environments, with an easy pdm export -o requirements.txt for docker installation.

Makes spinning up a test env for a mock up much easier and then if it grows to something needing docker, it has great dependency management for it.