81
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 24 Sep 2024
81 points (100.0% liked)
chapotraphouse
13498 readers
878 users here now
Banned? DM Wmill to appeal.
No anti-nautilism posts. See: Eco-fascism Primer
Vaush posts go in the_dunk_tank
Dunk posts in general go in the_dunk_tank, not here
Don't post low-hanging fruit here after it gets removed from the_dunk_tank
founded 3 years ago
MODERATORS
I actually wrote a discord bot in python that could have been very easily turned into something like this but, alas, that hard drive played a trick on me and it deleted everything i ever wrote
To be clear it was likely the programming equvilent of a vehicle made by orks in warhammer 40k where it shouldn't actually work but my will is the only thing running it
Speaking of which is there a better method in pythod than using Pickle for having variables stored outside the running program
Guy who has fucked with Python here for like a decade; as far as I'm aware, sadly no. Though if it's all the data is representable in text, consider JSONs.
Please let me know if the answer is actually yes though because pickle is a pain.