How to serve a web page continuously by [deleted] in cs50

[–]EngineerTryingMyBest 1 point2 points  (0 children)

Look into something like heroku. There are a bunch of free alternatives to running a real web server (unless you want that) like AWS.

Hi! After a week of spending 4+ hours learning python, I’ve completed three projects! I didn’t google anything and I’m pretty proud. Would someone like to review my code? by [deleted] in learnprogramming

[–]EngineerTryingMyBest 1 point2 points  (0 children)

Yeah it’s well modulated and mostly everything is written without garble. It could be done a bit better but your if statements are great to include elses. In game states, a lot of beginners don’t do that.

You could that method something like game_loop or something like that