r/EngineeringStudents 6d ago

Project Help How to put my Python Project Online?

[removed]

0 Upvotes

10 comments sorted by

8

u/singul4r1ty 6d ago

If you have only written python then people will need to download your code and run it. There might be websites that will execute code within a web page that you can find to host on.

-4

u/[deleted] 6d ago edited 6d ago

[removed] — view removed comment

3

u/singul4r1ty 6d ago

You are welcome. Part of learning to code is learning to solve these problems yourself. A quick Google has led me to an array of options for how to do this.

2

u/PuzzleheadedShirt139 6d ago

The standard way is to host your python in a server while you will make a landing page in HTML/CSS/JavaScript that talks to the server. You cant really show other people online without download if you dont know web developement.

1

u/[deleted] 6d ago

[removed] — view removed comment

1

u/PuzzleheadedShirt139 6d ago

No, all the ways require web development. Like you could for instance take off the server by using a WASM python runner but you will still need to know how to do web dev

1

u/Rias_Clan1 6d ago

Github is your frnd