My secret to high uptime:
while True:
try:
main()
except:
pass
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
My secret to high uptime:
while True:
try:
main()
except:
pass
Don't need to activate your venv to use it.
Just use venv/bin/python my-file.py
from a script or a terminal from your project root.
You don't need to use venv at all, break the mold and do it all global