Skip to content

Instantly share code, notes, and snippets.

{
"name": "Computer Science",
"subtitle": "Learn about computer science from the best universities and institutions around the world.",
"description": "<p>Enroll in the latest computer science courses covering important topics in artificial intelligence, cyber security, software engineering, and big data. Add a portfolio of programming skills or get an overview of the field with Harvard University’s <em>Introduction to Computer Science</em>, a free course that you can start today.</p>\n<h3></h3>\n<p>Browse Popular Computer Science Subjects</p>\n<p><a href=\"/course/subject/computer-science/python\">Python</a> | <a href=\"/course/subject/computer-science/java\">Java</a> | <a href=\"/course/subject/computer-science/cloud-computing\">Cloud Computing</a> | <a href=\"/course/subject/computer-science/app-development\">App Development</a> | <a href=\"/course/subject/computer-science/information-technology\">Information Technology</a></p>",
"banner_image_url": "https://
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.conf import settings
from django.contrib.auth import get_user_model
from django.db import migrations, models
class Migration(migrations.Migration):