Hello, I'm a python beginner & I'm learning it on my own. So, I've few (dumb) questions about it.
Where should I host a python project on linux? I'm sure there'd be multiple choices. So, Where would you host it & on what circumstances?
I understand that
virtualenv
creates a virtual environment separate from others. But, why should one need it? Do we use it in production too, if so, why?If I want to create a web application using python? What server should I choose & on what basis should I choose them for a given project.
Thank you very much in advance. :)