You will get unlimited access
Course List
24/7 SUPPORT
We provide a 24/7 support help-desk wherein you can contact dedicated engineers via phone, live chat, email and video calls.
GUIDED LESSONS
You will get access to 120 byte-sized lessons featuring the most detailed & interactive explanations of BIG Data & Hadoop.
CLOUD LABS
You will get unlimited access to our real time multi-cluster cloud based labs to implement your practicals & projects.
LIVE CLASSES
Every week, you will get a live instructor masterclass featuring either a concept discussion or a live project implementation.
INDUSTRY PROJECTS
We have a repository of 7+ projects featuring domains such as Retail, Finance, Healthcare, Banking and Entertainment.
CERTIFICATION
The certification you get at the end of the course is recognized by all our 50+ corporate partners. We’re also compatible with the Cloudera & Hortonworks certification.
What is the course curriculum?
You will get the entire Python & Django ecosystem broken down into step-by-step lessons, making it very easy for you to grasp all the concepts & components.
Course List
Introduction to Python
• Python – Features , Shell & Source File
• “Hello World” Program
• Data Types & Variables
• Statements: Control, Loop & Jump
• Constructor
Function & Data Structures
• Functions – Declarations, Parameters, Default Arguments, Return Types
• Variable Scope
• The Global Statement
• List
• Tuple
• Dictionary
• Sequences
• Set
Modules
• Introduction to Modules – Uses, Import Statements, Global, Local and Standard Libraries
• User Defined Modules
• The dir() function
OOPs Concepts
• Classes and Objects
• The “self” Keyword
• Methods and Attributes
• Constructor and Destructor
• Instance and Static Member
• Class Inheritance
• Super Keyword
File and Exception Handling
• File – Input, Output, Read and Write
• Pickle Module
• Exceptions – Run Time, Raised & User-Defined
• Statements – Try, Except, Multiple Except and Clean Up
File and Directory Handling
• File I/O operations
• Built-in file and Directory Handling Libraries
• Fileinput
• Stat
• filecmp and dircmp
• glob, zipfile and tarfile
• Pickle and Shelve Modules
Introduction to Django
• Installing & Configuring Django – Components & Architecture
• Database Selection
• Project – Creation & Development
Django Views
• Simple Django Views
• About View Functions
• Using HttpResponse Class
• HttpRequest Objects
• Using QueryDict Objects
Configuring URLconf’s
• Configuring URLconf’s
• About URLconf
• Regular Expressions & Examples
• Multiple URLConf’s
• Passing URL Arguments
Django Templates
• Templates – Fundamentals, Creation & Objects
• Template – Files, Content, Filters & Tags
• Template Inheritance & Rendering
• RequestContext Processors
• Global Context Processors