I just used the Django tutorial to build a web site yesterday and I know very little Python as well. This might be a total Noob question, but any response is appreciated.
I’m planning to use Python + Django to build a webpage which is going to access a database at the backend. Once this is done, I want to share this website with other users in my lab. They don’t have Python or Django installed on their systems. How do I share this website with them then(intranet access)? I cannot possibly install Python + Django on all their systems. If I can’t use Python + Django, can I use some other scripting language/software to create a website with the access to the backend database being controlled by my code?
Also, I want to run some R code from this website. Does anybody have any ideas on how I can do this? I tried downloading rpy/rpy2/PypeR and since I have a 64 bit system, all these installations have failed.
Any help on this would be appreciated!