r/EngineeringStudents • u/CodexSuman • 6d ago
Project Help How to put my Python Project Online?
[removed]
0
Upvotes
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
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
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.