Python + Django

Python Course Content

 

Python Demo Video

Demo:

click here for demo video1

click here demo video2

 

Submit your query here

or  SMS  to +91-6309754771

Django Training with Python from basics

 

Django training with Python course we covers Python from basic level to Django framework essentials.

Through out the program we will be explaining and designing a python django simple project.

 Training Details:

Duration: 35 hrs

time :  9.30am or  7pm

Mode : online and class room

Trainer Name          : Mr. Sree      (Algorithm Class founder)
Qualification            : M.Tech(CSE), IIT Roorkee
Experience              : Software professional with 14 yrs experience in Data structures/C/C++/JAVA/Python/PERL/UNIX/MPI(parallel programming).

Python

Python training in Hyderabad covers topics from beginner level to advanced level with lots of examples.

Algorithm Class is one of the best Python Training Institutes in Hyderabad. Here the trainers are highly qualified. The trainers are with 15+ years of real-time IT experience. The class consists of more practical sessions.

Most noteworthy, Algorithm Class is one of the most reputed Best Python Training Institutes in Hyderabad due to its experienced trainers.

What are the Pre-Requisites of this course?

In this course, we cover from basic to advanced topics. Hence, we recommend prior knowledge on any other programming like C.

Why Algorithm Class for Python Training In Hyderabad

Here we provide python online training in Hyderabad too.

Our trainers are highly qualified and very experienced from the IT industry. As a result, Algorithm Class delivers the Best Python Course in Hyderabad. The scripting content makes best among python scripting training institutes in Hyderabad.

Django framework

Algorithm Training Institute is probably one of the best Python Django Training in Hyderabad, As the trainers are highly qualified with 15+ years of real-time IT experience. The Python Django Training sessions consists of more programming rather than theory.

Python Django Training in Hyderabad at Algorithm Class Training Institute covers topics from beginner level to advanced level. It is one of the best python django training institutes in Hyderabad

Finally, by the end of Python django Course in Hyderabad, you can be confident with python programming. With Python, you can learn other perl/shell/python training in Hyderabad courses more easily. Due to our trainers, practical sessions, and 1-1 care we are better than Best Institute for Python django Training In Ameerpet, Hyderabad and Python django Training in Madhapur Hyderabad.

Highlights

  • Introduction to Data Structures like soring,searching,queues, stacks and linked list implementation from scratch through Python is also covered
  • Assignments
    Every class will be followed by practical assignments which aggregates to minimum 5 weeks.
    More and more programming in the regular classes
  • Instructor-led Live Sessions
  • 4 weeks of Online/class room Live Instructor-led Classes.
  • Course is for core developer or tester for automation
  • Scripting
  • More programming than theory in everyday class with hands on live examples
  • Flexibility to attend online/ class room

Data Structures for interviews course at Algorithm Class training institute requires prior knowledge from students on Data Structures and Algorithms. This training targets top MNC interviews. This Training would be very useful for in and off campus placements for students from IITs, NITs, BITs, IIITs, Universities and other top engineering students. Here we are going to discuss and implement the problems. Hence this is one of the Best Data structures And Algorithms Training In Bangalore or Data Structures and Algorithms Training In Hyderabad

  • Core python programming language basics.
  • Object oriented programming with python.
  • Scripting and automation with python.
  • Data structures with python.
  • Multi threaded programming.
  • Oracle DB access through Python.
  • Socket programming.
  • GUI programming.
  • Table manpulation using Numpy.
  • Mini project.

In conclusion,Algorithm Training Institute is probably one of the best Python Training Institutes In Hyderabad. As the trainers are highly qualified with 15+ years of real-time IT expirience. The Python Training sessions consists of more programming rather than theory.

Python training in Hyderabad at Algorithm Class Training Institute covers topics from beginner level to advanced level. Finally, by the end of Python Course in Hyderabad, you can be confident with python programming .

 
 
 

Course Content

SNO
TOPIC
Sub Topic
 Lab Programs in class
1
Introduction to Python
Python Features
 
2
Python Setup
Installation
setting PATH
interactive  MODE
Script mode
 
3
Tokens
variables
keywords
indentation
Comments
 
 
4
Input to program
command line arguments
Reading user input
 
5
operators
Arithmetic
logical
relational
Bitwise
operator precedence
write program to verify each operator.
 
6
 Dynamic Datatypes
Standard datatypes
numbers
strings
lists
tuples
dictionaries
 
 
7
Branching
if-else
if-elif-else
find max number among 3 numbers
display even odd number
find student grade
8
Loops
while
infinite loop
else….with loops
for
for each
nested loops
break
Continue
pass
 Print multiple tables
Skip few tables

factorial of n

Design Menu with options

 
9
Strings
accessing values
updating string
deleting elements
slicing
indexing
built in methods
Implement strcat
implement strcpy
Reverse a string
FInd String is palindrome or not

Find the string1 is sub string of string2 or not

10
lists
accessing values
updating string
deleting elements
slicing
indexing
built in methods
sort an array

Reverse List

Compare two lists

Linear seach

Binary Search

 
11
tuples
accessing values
updating string
deleting elements
slicing
indexing
built in methods
Find max in an array
Search for an element
12
dictionary
accessing values
updating string
deleting elements
slicing
indexing
built in methods
 
13
Modules
import
time
thread
regexp
OS

matplotlib

 
14
functions
Defining a Function
Calling a Function
Passing by Reference Versus Passing by Value
Function Arguments
Required Arguments
Keyword Arguments
Default Arguments
The return Statement

Exploring following functions

lambda()

map()

filter()

reduce()

Write function to

1. find sub string

2. find max in tuple

3.string is palindrome or not

4. Reverse String

15
file IO
Printing to the Screen
Reading Keyboard Input
The input Function
Opening and Closing Files
The open Function
The file Object Attributes
The close() Method
Reading and Writing Files
The write() Method
The read() Method

copy contents from one file to another

read phone numbers in a file and write on to another file

16
 Exceptions
What is Exception?
Handling an Exception
The except Clause with No Exceptions
The except Clause with Multiple Exceptions
The try-finally Clause
Argument of an Exception
Raising an Exception
User-Defined Exceptions
 
17
Classes
Overview of OOP Terminology
Creating Classes
Creating Instance Objects
Accessing Attributes
Built-In Class Attributes
Destroying Objects (Garbage Collection)
Class Inheritance
Overriding Methods
Base Overloading Methods
Data Hiding

 design car class

design calc class

design employee  class

design property class

Design bank account class

design stack

design queeue

design linked list

18
REGULAR EXPRESSIONS
The match Function
The search Function
Matching Versus Searching
Search and Replace
Regular-Expression Modifiers: Option Flags
Regular-Expression Patterns
Regular-Expression Examples
Grouping with Parentheses

 find email ids from stduent’s database

find the phone nos from stduent’s database

Generalize this to get email ids, phones for the required course. 

 
Command line args

key word=values style

positional

argv

 
19
Data Structures
Sorting
Searching
linked lists
stacks
queues
 implementation from scratch
20 
Multi Threading
threading module
 create thread
start thread
run thread
 
thread join
thread synchronization using locks
lock acquire
lock release
 
 
 

 display program with multiple threads

modify above program with locks

21
Numpy
 create array from list
1D array
2D array
 
read matrix
 
 matrix addition
22
Visualization
 PIE chart
HISTOGRAM
GRAPH
 
 
23
GUI design
 button
text
text area
label
drop down menu
 
24
Django

create project

create app

URL mapping

views

model

 
25
socket Programming

 socket

bind

listen

answer

accept

 simple client server program
26
Database acces

 introduction to Oracle DB

sqlplus client connection

CX_ORACLLE

 Example program to connect to oracle DB and

get the qury result into Python program

27
OS module
   
 

 

DJANGO     

 
28
introduction to django

advantages

MVT pattern

installing Python

Installing django

setup database

setup webserver

 
30
create project

project structure

start project

 
31
create app

create app

map to project

 
32
admin interface

setup

MIDDLEWARE_CLASSES

 
33
views
Create view  
34
url mapping

URL patterns

organizing urls

sending parameters

 
35
 templates

templates

render function

 
 36
 Template language

tags

filters

 
37
 Models

create model

CRUD oprations

link models

 
 38  page redirection    
 39
 Generic Views
   
40
farm processing
   
41
file uploading
   
42
apache etup
   
43
cookies handling
   
44
sessions
   
45
Caching
   
46