Moodle, Drupal, Django (and Rails)
Archive - Originally posted on "The Horse's Mouth" - 2008-08-08 20:01:16 - Graham EllisIn the 1970s, we had C and in that decade and the following one, we put together our systems in that language and its derivatives.
In the 1990s, we had Perl and in that decade and the following one, we put together our systems in that language are related ones.
In the 2010s, we'll have a wide range of web environments, and we'll put together our systems using those - or some of them; it's a little hard as yet to know exactly how the market will shake out from all the products that are already catching on in these area.
As an online community, it's more than natural for us to order our books from online stores (and perhaps read the books on line, and learn on line too - but that's a story for another day). So many of the superb bookshops have shrunk from carrying an impressive stock of books on "our" subjects to just a few shelves, leaving it up to us to order, sight unseen, on line. And you can't really walk into an online store, turn your head and take in the panorama of the shelves, see where people are gathered, where stock levels are high, which sections are growing in quite the same way you can in a real live store.

What did I spot? My subject line - Moodle, Drupal, Django and Rails amongst others. And a big growth in Ruby too, much pushed towards Rails. Some of the raw programming sections shrinking a little, Linux and OS matters growing, and a complete new room now for Microsoft.
Perhaps I had better define the strange new subjects that I have not mentioned here before for readers ...
Moodle ... Moodle is a web application written in PHP, storing its data im MySQL (both technologies we teach!). If provides a learning environment for students, and a management system for looking after those students - so it's a specialised form of a CMS (Content Management System) ...
Drupal ... Drupal is a more generalised (i.e. more flexible but more daunting to set up!) content management framework. It lets you take a straightforward site and add a whole lot of services as and when you wish, using extra modules of which many ar available ... or you can write and tune your own in PHP.
Django ... Whereas Drupal and Moodle are PHP based, Django is Python based. It's described as a "web development framework" - in other words it takes the hard work of much of the Python coding out of putting your web application together, and lets you write a Python based web application much more efficiently, much more consistently, and much easier to maintain.
Rails *has* come up before - it's a Ruby based Web development framework, so you could draw a parallel to Django, or PHP perhaps with Cake - but that's another story. Update, January 2010 - See our new Ruby on Rails extension to our Ruby Courses.
If you're a new user of Moodle or Drupal, you probably will NOT need to know any PHP - but as you move on to make more sophisticated use of them, you might - and that's where our PHP Programming course would come in. Django user will almost inevitably need to learn Python, and we have some django resources available during our public courses so that delegates learning Python for embedding via django can get some practise in the appropriate environment.