Web-Frameworks for Education Management Systems?

Posted by Indebi on Stack Overflow See other posts from Stack Overflow or by Indebi
Published on 2010-12-24T03:47:15Z Indexed on 2010/12/24 3:54 UTC
Read the original article Hit count: 317

Filed under:
|

So, I'm working on an idea and I'll go into a brief overview of that but my question is, What are some good web frameworks for this situation? I have some experience in the following languages:

  • C#
  • Python

I have considerably more experience in C# than Python, however I am expecting to learn new things.

My idea is this, a completely web-based community-oriented Education Management System that focuses on making students and teachers day-to-day lives easier. For students it will provide a centralized place for them to do homework, study for tests, and reinforce concepts learned previously in class. For teachers it will give them a centralized place to handle assignments, attendance, homework, tests, and all other major parts of classroom management. All of that, but in a community-oriented fashion. Everything a teacher does is shared and open to constructive criticism, allowing other teachers to use their assignments/tests and for students or other teachers to comment, rate and criticize their assignments. This encourages an environment of openness that will allow teacher's to focus on teaching and student's to focus on learning. And that community wouldn't be limited to one school or school-district, this system would be completely school-independent.

Please note that I have no problem with hearing constructive criticism on this idea, however I would prefer if this post was more focused on my question.

I have somewhat explored about the following options:

  1. Django
  2. ASP.NET
  3. Ruby on Rails
  4. Silverlight

    (1) I have Django installed and I played with it for a little bit, I really like how easy setting up databases are and how it handles the database completely for you. I don't really know how to use it very well and I don't quite understand the Model-View-Controller paradigm(?) for it yet but I haven't thought about it much. I also like the fact that it uses Python.

    (2) I don't really like Visual Studio for developing in ASP.NET, I hate the way the web-designer works and it just feels clunky and old. I like the server-side development part though. I don't like how expensive ASP.NET and overall Visual Studio is, even if I do get it for free for now using DreamSpark

    (3) I haven't been able to explore much with this, I could not get Rails (or maybe Ruby) properly installed. I first installed it within RadRails and that didn't work so I uninstalled RadRails and then installed the latest version of Ruby off the official Windows Installer and then installed Ruby on Rails through gem and even after all that it still didn't work, so I installed Netbeans and attempted to use it there but it still did not work

    (4) I like Silverlight in some extents, I've played with this one the most, it's very similar to WPF (which I've used the most) in a lot of ways but I don't like how database connectivity works, at least in comparison to Django. I also dislike how expensive everything with Microsoft is, even if I get it for free for now with DreamSpark.

I would like to hear some suggestions from experienced web-developers as to what I should use and why, or at least what some good options are for my scenario

Your help would be very appreciated

© Stack Overflow or respective owner

Related posts about education

Related posts about webframework