CORE PYTHON
+
Data structures
ONLINE
&
CLASS ROOM
For the Beginner
4 weeKS
Basics
data types
operators
loops
Branching
functions
pdb
iterator
scope
namspaces
Exception Handling
Data Structures
lists,
tuples
sets
dictionaries
arrays
stacks
queues
linked lists
searching
sorting
Strings
regular expressions
strings
file io
os module
command line args
OOPS
class
method
constructor
destructur
MODULES
Visualization
time
sys
os
numpy
matplotlib
-
Project
PYTHON
ProgrammG
OnlinE
&
Class Room
4 weeks
Basics
data types
operators
loops
Branching
functions
pdb
iterator
scope
namspace
Exception Handling
Data Structures
lists,
tuples
sets
dictionaries
arrays
strings
fileio
command line args
OS Module
OOPS
class
method
constructor
destructur
data hiding
static member
static method
plymorphism
inheritance
nested classes
decorators
Operator overloading
Function overriding
MODULES
Visualization
time
sys
OS
numpy
matplotlib
Project
Advanced PYTHON
+
Scripting
+
PROJECT
with more Modules
ONLINE
&
Class Room
6 weeks
Basics
data types
operators
loops
Branching
functions
pdb
iterator
scope
namspace
Exception Handling
Data Structures
lists,
tuples
sets
dictionaries
arrays
linked lists
Sorting
Searching
stacks
queues
Scripting & Automation
strings
regexp
find pattern
extrac pattern
fileio
command line args
OS Module
OOPS
class
method
constructor
destructur
data hiding
static member
static method
plymorphism
inheritance
nested classes
decorators
Operator overloading
Function overriding
MODULES
Multi Threading
Visualization
time
sys
OS
GUI Design
numpy
matplotlib
INTRODUCTION
to
###############
Python in Data Science
Data Preprocessing
numpy
pandas
seiries
frames
read excel
read csv file
NaN Data
statistics
matrix
Data Visualization
matplotlib
bar,pie,scatter plots
Data Modeling
Linear regression
Split Data set using scikit-learn
into training and test data sets
########################
collections
Dequeue
Heap
######################
socket programming
socket bind listen accept
send recv connect
##############
Py games
load image
getevent
move car
##################
Oracle Database Connectivity
start database
start listener
register
connect from python
issue query and get result
#########################
DJANGO
DJANNGO FRAMEWORK
create project
create app
admin interface
views
URL mapping
#################
Multiprocessing
inter process communication
Pipes
Queues
shared memory
array and value
##################
parallel processing(new)
process vs thread
create child process
Wait()
####################
Remote machine connectivity(new)
Execute remote commands
REST API
send JSON data
receive JSON data
Update Header
Http mthods with python
GET
##################
Web scraping
Prase web page content
Extract tags
Extract same type tags
##############
interactive automation
Issue command
wait for response
Railway reservation Project using GUI
Description:
(requires good knowldge on scripting)
1. Design GUI to enter new passenger and train details
and write backend program to save the information in database
2. Design GUI to enter source and destination details and provide button to search train details and select one of the train to book a ticket
3. Design the GUI to enter passenger details and provide optionto book a ticket and through
4. Design UI and complete backend work to book a ticket or cancel the ticket
Python FUll STACK
(PYTHON +HTML+CSS+Django +PROJECT)
ONLINE
&
ClASS ROOM
DJANGO
8 weeks
introduction to html
introduction to css
Introduction
installation
setup
create project
create app
Directory Structure
admin interface
views
URL mapping
Models
CRUD Operations
Templates
render page
Template language
Boot Strap
styling with css
static files
generic views
User Registration
farm processing
Post Data
Get Data
Rest framework
GET
POST
Generic views
Reirect page
coockes
sessions
timeout
Deployment
Apache server configuration
VM configuration
GIT HUB usag
Project
Institute Management Project using Django framework
Description:
(Requires good knowldge on python scripting, OOPS)
1.Maintain student details on webserver database
2. Provide loogin form
3 Provide enquiry form to register students for different courses
4. Provide REST support to get the student details in JSON format
5. Use Bootstrap static files and css to design the website