Welcome to Brannon's Reading Notes!

This serves as my personal page to keep and update my reading notes for Code Fellows Courses 201, 301, and 401.

Reading

Django

What is Django?

Django is a high level web based framework for Python. It is open source and has an active community of contributors. Project Django began between 2003 and 2005 at a newspaper company. The developers took the most common snippets of code that were being reused over and over again and turned it into a wen development framework.

Some of Django’s Features

Getting Started with Django

Sources: