Google has released their internal learning platform, CloudCourse under an open source license. Built entirely on Google’s own App Engine, CloudCourse is a new entry into a crowded LMS arena. CloudCourse provides calendaring, waitlist management and approval features.
To no surprise CloudCourse is fully integrated with Google Calendar. Google has also made CloudCourse customizable for schools by supporting service provider interfaces:
Sync services – Sync CloudCourse data with school’s internal systems
Room services – Schedule classes in school locations
User info services – Support for school profiles (employee title, picture, etc)
CloudCourse was built in Python and uses Django (web application framework) and the Closure Javascript library.
CloudCourse code site and wiki link
Tags: CloudCourse, open source, Learning Management System, LMS, education, python, django, trends