whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agowhich python trick or hack you know that you would want to share?message-squaremessage-square5fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agomessage-square5fedilink
minus-squareSpeakinTelnet@sh.itjust.workslinkfedilinkarrow-up1·5 months agoMy secret to high uptime: while True: try: main() except: pass
My secret to high uptime:
while True: try: main() except: pass