Django training helps you gain expertise in Django REST framework, Django Models, Django AJAX, Django jQuery etc. You'll master Django web framework while working on real-time use cases at the end of the program.
Goal : Give brief idea of what Python is and touch on basics.
Objectives:
Define Python
Know why Python is popular
Setup Python environment
Discuss flow control
Write your first Python program
Topics:
Get an overview of Python
Learn about Interpreted Languages
List the Advantages/Disadvantages of Python
Explore Pydoc
Start Python
Discuss Interpreter PATH
Use the Interpreter
Run a Python Script
Discuss Python Scripts on UNIX/Windows
Explore Python Editors and IDEs
Use Variables, Keywords, Built-in Functions, Strings, Different literals, Math operators and expressions, Writing to the screen, String formatting, Command line parameters and Flow Control.
Hands On:
Data types - string, numbers, dates
Keywords
Variables
Literals
Sequences and File Operations
Goal : Learn different types of sequence structures, related operations and their usage. Also learn diverse ways of opening, reading, and writing to files.
Objectives:
Define Reserved Keywords and Command Line Arguments
Describe how to Get User Input from Keyboard
Describe Flow Control and Sequences
Practice Working with Files
Define and Describe Dictionaries and Sets
Topics:
Lists
Tuples
Indexing and Slicing
Iterating through a sequence
Functions for all sequences
Using enumerate()
Operators and keywords for sequences
The xrange()function
List comprehensions
Generator expressions
Dictionaries and sets.
Working with files
Modes of opening a file
File attributes
File methods
Hands On:
List - properties, related operations
Tuple - properties, related operations, comparison with list
Dictionary - properties, related operations, comparison with list
Set - properties, related operations, comparison with dictionary
Deep Dive – Functions, Sorting, Errors and Exception, Regular Expressions and Packages
Goal : Learn how to create generic python scripts, how to address errors/exceptions in code and finally how to extract/filter content using regex.
Objectives:
Explain Functions and various forms of Function Arguments
Explain Standard Library
Define Modules
Describe Zip Archives and Packaging
Topics:
Functions
Function Parameters
Global variables
Variable scope and Returning Values
Sorting
Alternate Keys
Lambda Functions
Sorting collections of collections
Sorting dictionaries
Sorting lists in place
Errors and Exception Handling
Handling multiple exceptions
The standard exception hierarchy using Modules
The Import statement
Module search path
Package installation waysModule Aliases and Regular Expressions