Python Course Syllabus
Getting started with Python
Variables, Loops and Statements
- Variables
- While loop
- For loop
- If statement
- If Else statements
- If Elif Else Statements
Functions and Variables
- Functions
- Function parameters
- Global & Local Variables
Understanding Error Detection
- Common Python Errors
Working with Files and Classes
Writing to a File
Appending to a file
Reading from a File
Strings & Collections
Strings
Bytes
Lists
Dictionaries
Modularities
Creating, running and importing a Module
Defining functions and returning Values
Difference between Module Import & Module Execution
Documenting your code using DocString
Handling exceptions
Exceptions and Control flows
Handling Execptions
Programmer Errors
Imprudent Error Codes
Re-Raising Exceptions
Exceptions, API’s & Protocols
Moment of Zen
Files and Resource Management
Files as iterators
Managing Files With Try..Finally
Writing Binary Files
Bitwise Operators
Reading Binary Files
Closing with Context Managers
Django ORM
ORM Configuration
Mapper Configuration
Relationship Configuration
Inheritance Mapping
Advanced Collection Configuration
Configuration Extensions
Declarative Extension
Association Proxy
Hybrid Attrbutes
Mutable Scalars
ORM Usage: Session Usage and Guidelines
Query API reference
Django Training:
The success of a Web application depends on factors like managing high traffic, maintaining site code, quick updates, bug tracking, ready-made tools, code re-usability, help for code development, etc all of which are important in a Web framework. Django is a URL driven Web framework. Developers could design their own URLs, and choose what was to be shown for that URL, quite unlike the frameworks existing in the market.
Some of the benefits of Django are :
- Based on Python
- MTV architecture
- A Robust OMR System
- Beautiful URLs
- A powerful Template system
- Automatic Admin interface
Who Should Take Django and Python Training?
You can take Django & Python Course even if you’ve never written a single line of code. This course is designed to familiarize you with general programming concepts using the Python scripting language. Python is widely accepted to be one of the easiest programming languages to learn for beginners.
Django Course Syllabus:
Introduction to Django
- About Django
- Django Components
Generating simple Django Views
- About View functions
- Using Django HTTP’s response class
- Using Django HTTP request objects
Configuring URLconf’s
- About URL Conf
- Regular Expressions
- Expression Examples
- Simple URLConf Examples
- Using Multiple URLConf’s
6.Passing URL Argument