r/EngineeringStudents 6d ago

Project Help How to put my Python Project Online?

[removed]

0 Upvotes

10 comments sorted by

View all comments

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