creating multiple python Django projects in Windows environment

jogaserbia ivanjankovic at live.ca
Fri Mar 18 15:04:36 EDT 2016


Hello,

At work, I have a windows environment.  

I have created applications on my linux ubuntu machine at home that I would like to use for work purposes. 

For example, I have:

- a Django project that takes inputs from users and creates pdfs
- a Django project that tracks various company related information
- a python project that parses word documents and returns clean excel documents (the documents to be parsed would be on the local machine)
- a python project that uses scikit learn to make decisions which customers should get which marketing campaigns

What I would like to know is how I should create an environment (vagrant, virtualbox running linux on an existing Windows machine in my network?) and connect it to my windows environment so that staff can assess these applications.

I would prefer not to have to install python on everyone's computer who might need to use the programs so as not to have to maintain each workstation.  

Can someone please give me ideas on what I should read about (or pay someone to do) that would enable me to create a basis on which multiple Python (web and non-web) applications can be access by staff in a windows environment.

Thank you, and sorry if the question is a bit convoluted, I am trying to get my head around how to create a basis from which to create company wide access to applications.  

Ivan



More information about the Python-list mailing list