[Solved] how to host a normal python project on internet which uses urllib


You could use a web framework, such as Flask, Django or Pyramid.

I recommend Flask, which is very easy to use, and its documentation is very well written, even for beginners

7

solved how to host a normal python project on internet which uses urllib