Goal: Give brief idea of what Python is and touch on basics.
Goal: Learn different types of sequence structures, related operations and their usage. Also learn diverse ways of opening, reading, and writing to files.
Goal: Learn how to debug, how to use databases and how a project skeleton looks like in Python.
Goal: In this module, you will be introduced to Django and learn how to create views and perform URL mapping.
Goal: In this module, you will learn how to create Templates and Forms in Django.
Goal: In this module, you will learn how to create Database Models and add Dynamic content to your webpages.
Goal: In this module, you will learn how to serialize and deserialize data and create APIs.
Goal: In this module, you will learn how to parse data stored in JSON formats using Python.