Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.07 KB

Outline.md

File metadata and controls

53 lines (42 loc) · 2.07 KB

Python, Django & Web Development

Course Intro

Level: Intermediate

Prerequisites:

  • Programming Fundamentals (C, C++ or any programming language).
  • Basic Knowledge about Databases.

Would be helpful:

  • Familiarity with Web & Web Technologies like HTML, CSS, Javascript.
  • Familiarity with Linux, CLI(Command Line Interface) & tools.

Outline

This is a 60 hours course, 2.5 hours per each class, 3 classes a week and 24 classes in total, and would be a 8 weeks long course. This course mainly focuses on Python (20 hrs), Django Framework (30 hrs) and the rest of the 10 hours are to be spent on the Web Development basics, Databases & Version Control System which are platform agnostic and are preliminaries to be covered in Web Development in any platform.

The 2.5 hours of class would contain theoretical discussions, practical lessons, implementation, exercises and discussions about assignments. Students are given assignments after each class and we'll use GitHub for submitting the assignments as well. Students will just be maintaining their own history of assignments and exercises they do in their own github account. This is why we'll begin with the first class on Git & Github basics followed by others.

Course break down

Version Control - 2.5 hrs

  1. Git & Github

Python - 20 hrs

  1. Variables, Data Types & Operators
  2. String, Formatting & Operations
  3. Lists & Dictionaries
  4. Conditions
  5. Loops
  6. Functions & Lamdas
  7. Modules & Packages
  8. Classes & Objects

Database & SQL (PostgreSQL) - 2.5 hrs

  1. DBMS, Database and SQL

Web Development Basics - 5 hrs

  1. Web, Client, Server and HTTP
  2. Javascript basics and the Frontend

Web Development with Django - 30 hrs

  1. WSGI, pip & virtualenv
  2. Django - Hello World
  3. Templates & Views
  4. Database, ORM & Models
  5. HTML Forms & Form Processing
  6. Validation
  7. Authentication
  8. Django Admin
  9. Full backend development
  10. REST API Development
  11. Best Practices
  12. Application Deployment to Heroku