Chiroyce
@Chiroyce
Chiroyce
2
birthdayShare a link to someone to wish them a very happy birthday with cool confetti and a custom message!
Made with ❤️ by Chiroyce using HTML/CSS/JS
32
8
2
image
Yeah so i made a sha256 thing using flask and python
URL — https://sha256.chiroyce.repl.co/
Python
So I've learn quite a bit of stuff related to HTTP servers and Python (thanks replit). I've mainly used Flask for this. So do you have any ideas for a
VulcanWM Django is less hackable but it's more complex.
Flask is easier but more hackable.
I personally use Flask for the easiness and haven't been hacked so...2 years ago
I'm using Python, and I need to clear the replit database, so i decided to get all the keys and delete them one by one, but i get some error
Code -
d
MrVoo Try this, you're thinking too hard:
for i in db.keys():
del db[i]
maybe even this:
del db.keys()
Also, the database doesn't work on console based projects for some reason.2 years ago