SlideShare a Scribd company logo
1 of 22
Download to read offline
Unlock your Learning Potential !
ISO 9001:2008
Certified Company
Course details:
Course Code : MYT971
Course Name: Python with Django
Course duration: Fast track – 4 weeks
Regular weekdays – 6 weeks
Week End – 8 weeks
Training mode:
instructor led class training | Live virtual training
Contact: +91 90191 91856
Email:info@mytectra.com
Web: www.mytectra.com
Twitter : https://twitter.com/mytectra
Facebook: https://www.facebook.com/myTectra.Global
Linkedin: https://www.linkedin.com/company-beta/3030278/
Blog: http://mytectra.blogspot.in/
Introduction
 Python Django Training in bangalore is a free and open-source web framework,
written in Python, which follows the model–view–controller (MVC) architectural
pattern. The most popular website Youtube.com developed on Django. Python
and Django is the best options for both fresher’s and experienced
professionals.myTectra offers Python Django Training in Bangalore,Chennai, Pune
using Class Room. myTectra offers Live Online Python Training Globally
Basic Python Syntax
 Introduction
 Basic Syntax
 Comments
 String Values
 String Operations
 The Format Method
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
 String Slices
 String Operators
 Numeric Data Types
 Conversions
 Simple Input and Output
 The Print Function
Language Components
 Introduction
 Control Flow and Syntax
 Indenting
 The if Statement
 Relational Operators
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
 Logical Operators
 True or False
 Bit Wise Operators
 The While Loop
 Break and Continue
 The for Loop
Collections
 Introduction
 lists
 Tuples
 Sets
 Dictionaries
 Sorting Dictionaries
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+91 90191 91856/ info@mytectra.com / www.mytectra.com
 Copying Collections
 Summary
Functions
 Introduction
 Defining your own Functions
 Parameters
 Function Documentation
 Keyword and Optional Parameters
 Passing Collections to a Function
 Variable Number of Arguments
 Scope
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Functions
 Passing Functions to a Function
 Mapping Functions in a Dictionary
 Lambda
 Closures
Modules
 Standard Modules - Sys
 Standard Modules - Math
 Standard Modules - Time
 The Dir Function
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Exceptions
 Errors
 Run Time Errors
 The Exception Mode
 Exception Hierarchy
 Handling Multiple Exceptions
 Raise
 Assert
 Writing your Own Exception Classes
Input And Output
 Introduction
 Data Streams
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Creating Your Own Data Streams
 Access Modes
 Writing Data to a File
 Reading Data from a File
 Additional file Methods
 Using pipes as Data Streams
 Handling IO Exceptions
 Working with Directories
 Metadata
 The pickle Module
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Classes In Python
 Classes in Python
 Principles of Object Orientation
 Creating Classes
 Instance Methods
 File Organization
 Special Methods
 Class Variables
 Inheritance
 Polymorphism
 Type Identification
 Custom Exception Casses
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Regular Expressions
 Introduction
 Simple Character Matches
 Special Characters
 Character Classes
 Quantifiers
 The dot character
 Greedy Matches
 Grouping
 Matching at beginning or end
 Match objects
 Substituting
 Splitting a string
 Compiling regular expressions
 Flags
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Data Structures
 Range
 List Comprehensions
 Nested List Comprehensions
 Dictionary Comprehensions
 Dictionaries with Compound Values
 Processing Lists in Parallel
 Functions
 Default Parameters
 Variable Arguments
 A dictionary of Dictionaries
 Specialized Sorts
 The Del statement
 Time Functionality
 Using Generators
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Writing GUIs In Python
 Introduction
 Components and Events
 An Example GUI
 The Root Component
 Adding a Button
 Entry widgets
 Text widgets
 Check Buttons
 Radio Buttons
 List boxes
 Frames
 Menus
 Binding Events to Widgets
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Python And CGI Scripts
 Introduction
 Html
 Html Forms
 A Guestbook Application
 What can go wrong!
 Html tables
 The CGI Script
 Rendering of The Script
The OS Module
 The Environment
 Launching Commands
 Creating a Process
 Directory Commands
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Other Process Methods
 File Information (metadata)
 Miscellaneous OS calls
 Walking through Directories
Network Programming
 Introduction
 A Daytime Server
 Clients and Servers
 The Client Program
 The Server Program
 Recap
 An Evaluation Client and Server
 The Server Portion
 A Threaded Server
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
What You Might Not Already Know
 What is an Iterable?
 Creating your own Iterators
 Generators
 The Functions any and all
 Thread Fundamentals
 Synchronization
 Formatting records
 Signals
 The Python Debugger (2.x)
 The with statement
 Data compression
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
Introduction to Django
 Introduction
 Why Django?
 Batteries Included
 Django Principles
 What you Should Already Know
 Course Overview
Instalpng Django
 Intro
 Choosing your Versions
 Instalpng Pip and Python on Windows
 Demo: Windows Installation
 Instalpng Pip and Python on Mac OS X
 Demo: OS X Installation
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Instalpng Pip and Python on Linux
 Demo: Linux Installation
 Virtualenv
 Demo: Virtualenv
 Instalpng Django
 Summary
Starting a Django Project
 Introduction
 Creating a Django Project
 Demo: Creating a Django Project
 The Model-Template-View Pattern
 Demo: Hello, World!
 Mapping URLs
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Demo: URL Mapping
 Django Views
 Demo: Templates
 Summary
Models
 Introduction
 Demo: Adding Models
 Django Model Classes
 Manage.py Database Commands
 Demo: The Admin Interface
 The Django Admin Interface
 Demo: The Model API
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Save and Delete
 The Model API
 Database Relations
 Summary
Adding a User Home Page
 Introduction
 Demo: Adding Login and Logout Views
 More about URL Mappings
 Demo: A Template for the Home Page
 Authorization with Django
 More about Django Templates
 Demo: Adding the Home View
 URL Mappings for Apps
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Demo: Template Inheritance
 Template Inheritance
 Demo: Login Required
 Demo: Showing Game Data on the Home Page
 Demo: A Custom Manager Class
 The Template Context
 Templates: For and Include Tags
 Summary
Forms
 Introduction
 Demo: Adding a HTML Form
 Using Django Forms
 Demo: Adding Stypng to the Form with Crispy-Forms
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Demo: Field Options
 Field Options
 Demo: Showing Invitations in a List
 Demo: Accepting Invitations
 Demo: Named Groups
 Named Groups in URLs
 Summary
Odds and Ends
 Introduction
 Class-based Views
 Demo: Class-based Views
 Demo: Adding User Signup
 Generic Views
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com
 Debugging Django
 Demo: The Django Debug Toolbar
 Resources
 Summary
myTectra Learning Solutions private Limited
Bangalore-BTM Layout/
+919019191856/info@mytectra.co / www.mytectra.com

More Related Content

Similar to Python Django Training in Bangalore Classroom, Online

Benefits of the CodeIgniter Framework
Benefits of the CodeIgniter FrameworkBenefits of the CodeIgniter Framework
Benefits of the CodeIgniter FrameworkToby Beresford
 
Python django flash_Course Content.pdf
Python django flash_Course Content.pdfPython django flash_Course Content.pdf
Python django flash_Course Content.pdfMultisoft Systems
 

Similar to Python Django Training in Bangalore Classroom, Online (20)

Best Web Designing Training in Bangalore by myTectra
Best Web Designing Training in Bangalore by myTectraBest Web Designing Training in Bangalore by myTectra
Best Web Designing Training in Bangalore by myTectra
 
Ruby on Rails Training in Bangalore Classroom, Online
Ruby on Rails Training in Bangalore Classroom, OnlineRuby on Rails Training in Bangalore Classroom, Online
Ruby on Rails Training in Bangalore Classroom, Online
 
MySQL Developer Training in Bangalore Classroom, Online
MySQL Developer Training in Bangalore Classroom, OnlineMySQL Developer Training in Bangalore Classroom, Online
MySQL Developer Training in Bangalore Classroom, Online
 
The Best MS Sharepoint 2013 Development in Bangalore
The Best MS Sharepoint 2013 Development in BangaloreThe Best MS Sharepoint 2013 Development in Bangalore
The Best MS Sharepoint 2013 Development in Bangalore
 
Best iOS Training in Bangalore Classroom, Online myTectra
Best iOS Training in Bangalore Classroom, Online myTectraBest iOS Training in Bangalore Classroom, Online myTectra
Best iOS Training in Bangalore Classroom, Online myTectra
 
The Best QTP Training in Bangalore From myTectra
The Best QTP Training in Bangalore From myTectra  The Best QTP Training in Bangalore From myTectra
The Best QTP Training in Bangalore From myTectra
 
Mastering Linux Shell Scripting in bangalore,by myTectra
Mastering Linux Shell Scripting in bangalore,by myTectraMastering Linux Shell Scripting in bangalore,by myTectra
Mastering Linux Shell Scripting in bangalore,by myTectra
 
Big Data and Hadoop training in Bangalore by myTectra
Big Data and Hadoop training in Bangalore by myTectraBig Data and Hadoop training in Bangalore by myTectra
Big Data and Hadoop training in Bangalore by myTectra
 
The Best Ruby Training In Bangalore From myTectra
The Best Ruby Training In Bangalore From myTectra The Best Ruby Training In Bangalore From myTectra
The Best Ruby Training In Bangalore From myTectra
 
Best Embedded System Training in Bangalore by myTectra
Best Embedded System Training in Bangalore by myTectraBest Embedded System Training in Bangalore by myTectra
Best Embedded System Training in Bangalore by myTectra
 
Big Data analytics with Tableau Training by myTectra
Big Data analytics with Tableau Training by myTectraBig Data analytics with Tableau Training by myTectra
Big Data analytics with Tableau Training by myTectra
 
Benefits of the CodeIgniter Framework
Benefits of the CodeIgniter FrameworkBenefits of the CodeIgniter Framework
Benefits of the CodeIgniter Framework
 
Mastering API Testing With Python in Bangalore
Mastering API Testing With Python in Bangalore      Mastering API Testing With Python in Bangalore
Mastering API Testing With Python in Bangalore
 
Best ExtJS Training in Bangalore. Join myTectra Now
Best ExtJS Training in Bangalore. Join myTectra NowBest ExtJS Training in Bangalore. Join myTectra Now
Best ExtJS Training in Bangalore. Join myTectra Now
 
Python django flash_Course Content.pdf
Python django flash_Course Content.pdfPython django flash_Course Content.pdf
Python django flash_Course Content.pdf
 
ServiceNow 101 Administration Training From mytectra
ServiceNow 101 Administration Training From mytectraServiceNow 101 Administration Training From mytectra
ServiceNow 101 Administration Training From mytectra
 
Performance Testing and Engineering Training in Bangalore
Performance Testing and Engineering Training in BangalorePerformance Testing and Engineering Training in Bangalore
Performance Testing and Engineering Training in Bangalore
 
Codeigniter
CodeigniterCodeigniter
Codeigniter
 
Django - basics
Django - basicsDjango - basics
Django - basics
 
Django introduction
Django introductionDjango introduction
Django introduction
 

More from myTectra Learning Solutions Private Ltd

More from myTectra Learning Solutions Private Ltd (20)

Best Ansible Training in Bangalore. Join myTectra Now
Best Ansible Training in Bangalore. Join myTectra NowBest Ansible Training in Bangalore. Join myTectra Now
Best Ansible Training in Bangalore. Join myTectra Now
 
Best Oracle PL SQL Training in Bangalore. Join myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectraBest Oracle PL SQL Training in Bangalore. Join myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectra
 
The MapReduce Design Patterns Training in Banhgalore
The MapReduce Design Patterns Training in BanhgaloreThe MapReduce Design Patterns Training in Banhgalore
The MapReduce Design Patterns Training in Banhgalore
 
Statistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in BangaloreStatistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in Bangalore
 
C Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In BangaloreC Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In Bangalore
 
Essentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design TrainingEssentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design Training
 
The Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in BangaloreThe Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in Bangalore
 
The Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in BangaloreThe Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in Bangalore
 
Decision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in BangaloreDecision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in Bangalore
 
The Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in BangaloreThe Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in Bangalore
 
Design Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in BangaloreDesign Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in Bangalore
 
The Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in BangaloreThe Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in Bangalore
 
The Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in BangaloreThe Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in Bangalore
 
Six Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectraSix Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectra
 
The Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in BangaloreThe Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in Bangalore
 
CRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in BangaloreCRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in Bangalore
 
The Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in BangaloreThe Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in Bangalore
 
Analytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in BangaloreAnalytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in Bangalore
 
Prince2 Foundation Practitioner Training in Bangalore
Prince2 Foundation Practitioner Training in BangalorePrince2 Foundation Practitioner Training in Bangalore
Prince2 Foundation Practitioner Training in Bangalore
 
The Best IBM Bluemix Training From myTectra in Bangalore
The Best IBM Bluemix Training From myTectra in BangaloreThe Best IBM Bluemix Training From myTectra in Bangalore
The Best IBM Bluemix Training From myTectra in Bangalore
 

Recently uploaded

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 

Python Django Training in Bangalore Classroom, Online

  • 1. Unlock your Learning Potential ! ISO 9001:2008 Certified Company Course details: Course Code : MYT971 Course Name: Python with Django Course duration: Fast track – 4 weeks Regular weekdays – 6 weeks Week End – 8 weeks Training mode: instructor led class training | Live virtual training Contact: +91 90191 91856 Email:info@mytectra.com Web: www.mytectra.com Twitter : https://twitter.com/mytectra Facebook: https://www.facebook.com/myTectra.Global Linkedin: https://www.linkedin.com/company-beta/3030278/ Blog: http://mytectra.blogspot.in/
  • 2. Introduction  Python Django Training in bangalore is a free and open-source web framework, written in Python, which follows the model–view–controller (MVC) architectural pattern. The most popular website Youtube.com developed on Django. Python and Django is the best options for both fresher’s and experienced professionals.myTectra offers Python Django Training in Bangalore,Chennai, Pune using Class Room. myTectra offers Live Online Python Training Globally Basic Python Syntax  Introduction  Basic Syntax  Comments  String Values  String Operations  The Format Method myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 3.  String Slices  String Operators  Numeric Data Types  Conversions  Simple Input and Output  The Print Function Language Components  Introduction  Control Flow and Syntax  Indenting  The if Statement  Relational Operators myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 4.  Logical Operators  True or False  Bit Wise Operators  The While Loop  Break and Continue  The for Loop Collections  Introduction  lists  Tuples  Sets  Dictionaries  Sorting Dictionaries myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +91 90191 91856/ info@mytectra.com / www.mytectra.com
  • 5.  Copying Collections  Summary Functions  Introduction  Defining your own Functions  Parameters  Function Documentation  Keyword and Optional Parameters  Passing Collections to a Function  Variable Number of Arguments  Scope myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 6.  Functions  Passing Functions to a Function  Mapping Functions in a Dictionary  Lambda  Closures Modules  Standard Modules - Sys  Standard Modules - Math  Standard Modules - Time  The Dir Function myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 7. Exceptions  Errors  Run Time Errors  The Exception Mode  Exception Hierarchy  Handling Multiple Exceptions  Raise  Assert  Writing your Own Exception Classes Input And Output  Introduction  Data Streams myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 8.  Creating Your Own Data Streams  Access Modes  Writing Data to a File  Reading Data from a File  Additional file Methods  Using pipes as Data Streams  Handling IO Exceptions  Working with Directories  Metadata  The pickle Module myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 9. Classes In Python  Classes in Python  Principles of Object Orientation  Creating Classes  Instance Methods  File Organization  Special Methods  Class Variables  Inheritance  Polymorphism  Type Identification  Custom Exception Casses myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 10. Regular Expressions  Introduction  Simple Character Matches  Special Characters  Character Classes  Quantifiers  The dot character  Greedy Matches  Grouping  Matching at beginning or end  Match objects  Substituting  Splitting a string  Compiling regular expressions  Flags myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 11. Data Structures  Range  List Comprehensions  Nested List Comprehensions  Dictionary Comprehensions  Dictionaries with Compound Values  Processing Lists in Parallel  Functions  Default Parameters  Variable Arguments  A dictionary of Dictionaries  Specialized Sorts  The Del statement  Time Functionality  Using Generators myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 12. Writing GUIs In Python  Introduction  Components and Events  An Example GUI  The Root Component  Adding a Button  Entry widgets  Text widgets  Check Buttons  Radio Buttons  List boxes  Frames  Menus  Binding Events to Widgets myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 13. Python And CGI Scripts  Introduction  Html  Html Forms  A Guestbook Application  What can go wrong!  Html tables  The CGI Script  Rendering of The Script The OS Module  The Environment  Launching Commands  Creating a Process  Directory Commands myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 14.  Other Process Methods  File Information (metadata)  Miscellaneous OS calls  Walking through Directories Network Programming  Introduction  A Daytime Server  Clients and Servers  The Client Program  The Server Program  Recap  An Evaluation Client and Server  The Server Portion  A Threaded Server myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 15. What You Might Not Already Know  What is an Iterable?  Creating your own Iterators  Generators  The Functions any and all  Thread Fundamentals  Synchronization  Formatting records  Signals  The Python Debugger (2.x)  The with statement  Data compression myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 16. Introduction to Django  Introduction  Why Django?  Batteries Included  Django Principles  What you Should Already Know  Course Overview Instalpng Django  Intro  Choosing your Versions  Instalpng Pip and Python on Windows  Demo: Windows Installation  Instalpng Pip and Python on Mac OS X  Demo: OS X Installation myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 17.  Instalpng Pip and Python on Linux  Demo: Linux Installation  Virtualenv  Demo: Virtualenv  Instalpng Django  Summary Starting a Django Project  Introduction  Creating a Django Project  Demo: Creating a Django Project  The Model-Template-View Pattern  Demo: Hello, World!  Mapping URLs myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 18.  Demo: URL Mapping  Django Views  Demo: Templates  Summary Models  Introduction  Demo: Adding Models  Django Model Classes  Manage.py Database Commands  Demo: The Admin Interface  The Django Admin Interface  Demo: The Model API myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 19.  Save and Delete  The Model API  Database Relations  Summary Adding a User Home Page  Introduction  Demo: Adding Login and Logout Views  More about URL Mappings  Demo: A Template for the Home Page  Authorization with Django  More about Django Templates  Demo: Adding the Home View  URL Mappings for Apps myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 20.  Demo: Template Inheritance  Template Inheritance  Demo: Login Required  Demo: Showing Game Data on the Home Page  Demo: A Custom Manager Class  The Template Context  Templates: For and Include Tags  Summary Forms  Introduction  Demo: Adding a HTML Form  Using Django Forms  Demo: Adding Stypng to the Form with Crispy-Forms myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 21.  Demo: Field Options  Field Options  Demo: Showing Invitations in a List  Demo: Accepting Invitations  Demo: Named Groups  Named Groups in URLs  Summary Odds and Ends  Introduction  Class-based Views  Demo: Class-based Views  Demo: Adding User Signup  Generic Views myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com
  • 22.  Debugging Django  Demo: The Django Debug Toolbar  Resources  Summary myTectra Learning Solutions private Limited Bangalore-BTM Layout/ +919019191856/info@mytectra.co / www.mytectra.com