Free server to upload python code

I am practicing over Python 3 . I need to develop web application and need to practice over free server.

Are you developing a website using Django or Flask (Python web frameworks)?

Maybe Heroku would suit you? Their free tier is excellent for getting started with.

1 Like

Hi @simran10101, welcome to the forums!

With the latest changes to freeCodeCamp curriculumn, there are projects and challenges that rely on repl.it to run Python programs. Its free, and can give you a space online to run/host Python programs. I wouldn’t rely on it for heavy duty projects or serious hosting, but its great if you just want to practice your stuff :slight_smile:

Otherwise, if you just want hosting, as mentioned above, checkout Heroku, which has a free tier.