
About Course
Django is an open source web framework written in Python. It was developed 12 years ago, but updated in 2020 to Django 3 with a whole new set of features!
Django is a great framework for web developers because it provides the entire infrastructure for developing database-oriented web sites that use user authentication, content administration, form processing, file uploads, and so on.
Instead of developing all these features from scratch yourself, you can use Django by taking advantage of the built-in components that already support all these features. So you can concentrate on developing the actual logic of your website. If you want to use Python in web development, then you should definitely start learning the Django framework. It will save you a lot of time.
Course Content
Python 3 Cheat Sheet
-
Install Anaconda
-
Introduction to Anaconda
-
Overview of Basic Data Types
-
Numbers and basic mathematics
-
Variables
-
Bool and None
-
Type string
-
Comparison Operators
-
list
-
dict dictionary
-
Logic with conditions
-
For loop
-
Feature Basics
-
Errors and Exceptions
-
Class Basics
-
Attributes and Methods
-
Inheritance and polymorphism