DJANGO - kstrack-grose/Git-Project GitHub Wiki

Django is s a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern. The model-view-controller architectural pattern is a software architectural pattern for implementing user interfaces. It divides a given software application into three interconnected parts, so as to separate internal representations of information from the ways that information is presented to or accepted from the user.

(Thanks wikipedia!) More info: https://github.com/django/django http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller https://docs.djangoproject.com/en/1.6/intro/overview/

Also: http://www.djangobook.com/en/2.0/chapter01.html

Which says: "Because Django is “just” Python code, it runs anywhere Python does" -- yay!

People have been recommending we use this...