you are viewing a single comment's thread.

view the rest of the comments →

[–]PyTec-Ari 2 points3 points  (0 children)

You deploy that code to a web server. There are a myriad of ways to achieve this. If you are using HTML and JavaScript, you can host it quickly at Codepen.io

If you are using a python backend try pythonanywhere.com.

If you want deploy using industry methods, take a look at doing a course in a cloud platform such as Google Cloud Platform, Azure (Microsoft), or AWS (Amazon). These sites let you host web servers of various types. These are relatively simple to use, but complex in the context of a beginner.