0% found this document useful (0 votes)
18 views15 pages

Full Stack Python

The document discusses a free 4 month Python full stack training program with certificate. The training includes 220 hours of instructor-led training, 10 real-time projects, 6 months internship, job assistance and access to lifetime videos and study material.

Uploaded by

dssrao
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
18 views15 pages

Full Stack Python

The document discusses a free 4 month Python full stack training program with certificate. The training includes 220 hours of instructor-led training, 10 real-time projects, 6 months internship, job assistance and access to lifetime videos and study material.

Uploaded by

dssrao
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 15

FULL STACK

PYTHON
FREE TRAINING PERIOD
Internshi 4 months +
with Certificate
p

ANALIYZE YOU’ R WAY TO THE SUCCESS

For More Information: 9912622633


info@arjunanalytics.com
9133622633
# 7-1-455,2/3,Room No.101,Sri Sai
Arcade, Ameerpet, Hyd-500016.
FULL STACK

PYTHON

ABOUT PROGRAM
In this python full stack certification
course led by industry experts,you will
implement and test both the client and
server sides of a web application.A
python full stack developer is proficient
in handling that front-end and back-
end of a website or an application.

KEY HIGHLIGHTS
220 Hours Training Access to Multiple Class

10 Real Time Projects 6 Months Free Internship

Job Assistance Mentor Support

Life time free videos Note / Program / Book Availability

PROGRAM PEDAGOGY

Instructor-led Training: Hockothons


Get trained by top industry experts Get a sense of how real projects
ore built

Personalized Learning
Hands—on exercises, project work, O O0 Peer Networking and
quizzes, and copstone projects
Group Learning
Improve your professional network
and learn from peers
Projects and Exercises
Get real—world experiencethrough
projects
Gomified Learning
""ono Get involved in group activities to
solve real—world problems
gf***3 Self-paced videos
Learn at your own pace with
world—class content

info@arjunanalytics.com
FULL STACK

PYTHON

Core Set data type


Set with their properties

PYTHON copy()
clear()
len()
intersection()
update()
Python Introduction & environment setup union()
History of Python Dictionary data type
What are the software's required to learn Dictionary data type with their
python properties
Python latest version installation keys()
Pycharm installation values()
Jupyter Notebook Installation items()
popitem()
Python Statements get()
What is Statements copy()
Type of Statements clear()
Single line Statements update()
Multi lines Statements Bytes data type
Python Comments ByteArray data type
What is Comment Frozenset data type
Type of Comment Range data type
Single line Comment None data type
Multi lines Comment Working with input() function with their rules
Typecasting in python
Key Words Working with eval() function with their rules
What is a Key Word
And Display Key word An operators in Python
Arithmetic operators
Identifier(variable) Assignment operators
What an identifier(variable)
Logical operators
Rules for an identifier(variable)
Logical and operator
Examples Of Identifiers
Logical or operator
Date Types in Python Logical not operator
What is data type Equality operators
Fundamental data type Comparison operators
Sequential data type Chaining operators
Fundamental Data Types Ternary operators
Integer Special type of operators
Float Identity operators
Complex Membership operators
Boolean Bitwise operators
String Bitwise and operator
Sequential Data Type Bitwise or operator
List Bitwise exclusive or
Tuple Bitwise complement operator
Set Bitwise left-shift operator
Dictionary Bitwise right-shift operator

info@arjunanalytics.com
FULL STACK

PYTHON

String Functions Working with Input & Output functions


string() Input() & print() functions
indexing() Working separator attribute
slicing() Working with end attribute
capitalize() Formatted string
title() Replacement operator
lower()
upper() Command Line argument (CLA) in Python
swap case() Working with sys module with argv variable
find()
argv variable with various operations
rfind()
index() Control Statements in Python
rindex()
strip() Decision making or conditional statements
rstrip() If statement
lstrip() nested if statement
replace() if else statement
join() if elif else statement
split() Iterative statements
partition()
center() for loop
right align() while loop
lift align() nested for loop
nested while loop
List data type
List with their properties Transfer statements
append() pass statement
remove() break statement
insert() continue statement
extend()
pop()
index()
sort()
sorted()
len()
copy()
clear()
Tuple data type
Tuple with their properties CONTROL STATEMENTS
max()
min()
IN PYTHON
len()

info@arjunanalytics.com
FULL STACK

PYTHON

Working with zip () function Modular Programming


List comprehension Language in Python
Dictionary comprehension
Functional Programming language in Python Why modular programming language
Import & export data from one to another
What is function module
Types of functions Various possibility of import & export the data
Why do use functions in real time applications Working with reload () functions
How to create a function in python Working with math module
What is name ==”” main ” Working with random module
Formal parameters
Actual parameters
Arguments in function Modular Programming
Positional argument Language in Python
Default argument
Why modular programming language
Keyword argument
Import & export data from one to
Variable length argument
another module
Keyword variable length argument
Various possibility of import and
Difference between *ob1j & **obj2
export the data
Working with reload () functions
Working with math module
Nameless function
Advance Data Structure in python
Working with lambda
keyword
Working on Stack with their rules
filter() function
Working with Queue with their rules
map() function
Working binary tree with their rules
reduce() function.
Working with linked list
Double linked list
Inner or Nested function Single linked list
Packages in Python Modular Programming Language in
Python
What is module Why modular programming language
What is package üImport & export data from one to another
What is library module
What is framework Various possibility of import and export
How package is important in real the data
world software's Working with reload () functions
Complete structure of package Working with math module
Complete structure of nested package Working with random module

info@arjunanalytics.com
FULL STACK

PYTHON
Object oriented Programming
language in Python Exception Handling in Python
What is class
How to create class Types of errors in programming language
What is an object What is exception
How to create an object What is main objective of an exception
What is constructor Working with try & except block
What is Instance method Working with default exception
(Non static method) Working with try & except & else & finally block
What is class method Working with nested try & except & else & finally
What is static method block
What is Instance variable Difference between try & finally block
What is static variable
What is Local variable
Working on Encapsulation
Working with GC module
Working with Inner classes Interface
hat is composition and aggregation
Concrete classes
Inheritance
Abstract method
Duck-Typing
Operator overloading Abstract class
Method overloading
Method overloading with default argument Access modifier
Method overloading with variable
length argument
Constructor overloading
Constructor overloading with default
argument
Constructor overloading with variable
length argument
Method overriding
Constructor overriding

File Handling in Python


Why file is required
What is file handling
How to open a file FILE HANDLING IN PYTHON
Working with various modes of file
Working with write() and write lines()
Working with read() and read line() and read
lines()
Working with 'with' statement
Working with pickling & unpickling
Working with CSV module
Working with Zipping and Unzipping
working with object serialization and object
deserialization

info@arjunanalytics.com
Polymorphism
What is polymorphism
Polymorphism in python
Polymorphism with Function & Objects
Polymorphism with class Methods
Polymorphism with Inheritance

Decorators in Python
What is decorator
Why decorator is required
Working with @decor_name decorator
Working with decor function
Generators in python
What is generators
Why do we require generators Thread 1
Working with yield keyword

Multi-Threading Multi-threading Process Thread 2


What is multi-threading
Types of multi-threading
What is Thread Thread 3
How many ways we can create thread in python
How to improve the application performance with threading
Synchronization and Asynchronization
Serialization
What is Serialization
Types of Serialization
Implementation of Serialization using python1

Web Scraping with Regular expression


What is regular expression
Working with re module in python
Working with character classes
Working with predefine classes
Working with quantifiers
Regex object for Indian mobile number
Regex object for email
Working with predefine functions
match() fullmatch()
search() findall()
sub() subn()
split()
What is web scarping
How to fetch real time date using
web scarping process

info@arjunanalytics.com
FULL STACK

PYTHON

Pandas Library

What are pandas


How to install pandas
How pandas ruling in data science applications
Working on Data Frame object
Working with pandas predefine functions
Working with random module

EVERYTHING ABOUT PANDAS

Working with iterating methods


in pandas
Iteritems ()
Iterrows ()
Itertuples ()

NumPy Library

What is NumPy
How NumPy is ruling in data science applications
How to install NumPy
Working with zero to nth dimension arrays
What is ndim
fWhat is ndmin
Slicing with numpy
Working with reshape function
Applying the loops on NumPy
Working with predefine functions in NumPy

info@arjunanalytics.com
FULL STACK

PYTHON
Web development (UI or Front End)

HTML & HTML5

What are the software require to learn UI


Working with Fav icon for our frontend
Working with heading tag
Working with formatted tag
Working with paragraphtag
Working with marquee tag
Working with image tag
Working with anchor tag
Working with table tag
Working with form and its components
Developing the complete form with validation
Working with HTML 5 tags JavaScript
Working with div tag Why JavaScript
What is JavaScript
CSS & CSS3 How many ways we can JavaScript
What is CSS Inside the body tag
Types of CSS Inside the head tag
Inline CSS External JS
Internal CSS Working with variable declarations
External CSS Working with document. Write()
What are selectors and its types Working with console.log()
Working Dialog boxes
Alert() or window.Alert()
Using tag-based selector
Comfirm() or window confirm()
Using class-based selector
Prompt() or window.promprt()
Using Id selector
Working with Data types
Using group by selector
Primitive data type
Using universal selector
Non primitive data type
Working with float property
Working with operators
Working visibility property
Working with control statements
Working with display property
Working with events
none
Working with functions
inline Working with DOM
inline-block Working with High order functions
block Working with promisesin JS
flux Working with OOPS in JS
Working with position property Creating a class
static Creating an object
absolute Constructor
fixed Inheritance
sticky Super keyword
inherit Encapsulation
Working with media query Prototypes
Polymorphism

info@arjunanalytics.com
FULL STACK

PYTHON

BOOTSTRAPT (4 & 5) Django Exceptions


Why bootstrap Working with predefine exception
What is bootstrap Working with custom exception
Features of bootstrap Django ORM
What is grid system Django Cookies & Sessions implementations
What are offsetclasses Django Custom Routing
Working with typography Django Image uploading
Working with buttons Django file uploading
Working with jumbotron
Working with Progressbar
Working with paginations Django Rest Framework
Working with forms
Working with cards Why Djangorest framework is required
Working with navbar tag What is API
Working with model What is Web API
Working with panel What is Rest-Ful API
Working with validations states How to create restfulAPI's using
Working with toggle and collapse classes Djangorest framework
Working with postmen tool to test our
restfulAPI's

Django
Prerequisite to learn Django
What is Django
Features of Django
How to create a project
How to create application
Working with complete file structure in Django after
creating Django project & application
How to create more than one application
How to create a urls.pyfile at application to improve performance
Working with MVT design pattern
Working with templates folder for frontend development
Working with Static folder for frontend design development
Implementing JavaScript in Django
Implementing bootstrap in Django
Working with model class in Django
Working with Django forms
Working with Django model relationship
One To One Relationship
Many To One Relationship
Many To Many Relationship

info@arjunanalytics.com
FULL STACK

ReactJS PYTHON

Why react compare to another framework


What is react
Installing of ReactJS
File & folder structure of react application
Functional component in ReactJS
Class component in ReactJS
Working with Custom component
Working with CSS in reactJS
Working with Bootstrap integration
Working with JSX
What is state in ReactJS
States using functional component
States using class component
Working with Props in ReactJS
Working with Hooks in reactJS
Working with Redux operations
Working with MYSQL integration in ReactJS ReactJS

NODE JS

Introduction to Node.js
What is Node.js?
Why Node.js?
Node Modules
Node Built-in packages.
Creating your own package
Import your own Package
NPM(Node Package
Manager)
Local and Gobal Packages

Asynchronous Programming
NODE JS
What is Asynchronous Programming in javaScript
Java Script EventLoop
Callbacks
Promises
Promise chaining
Async Await

info@arjunanalytics.com
FULL STACK

PYTHON
FileSystem
Synchronous vs Asynchronous IO
File Constants(_ _dirname and _ _filename)
Synchronous File Operations
Asynchoronous File Opertions
FileSytem Watcher

Streams and Events


What are Streams in Node.js?
Reading and writing Streams
Understating and using EventEmitter class
Emitting Events
Responding to events
HTTP
What is HTTP
How Does HTTP Work?
Standard HTTP response codes
Node HTTP Module
Processing Form Data
Processing Query String form URL
Sending Back response

Express JS
What is ExpressJS?
Installing ExpressJS
Creating a simple HTTPServer using ExpressJS
Routing in Express
Templating in Express
Templating using JADE
Middlewares

ExpressJS and Mongo DB


What is MongoDB
MongoDB Advantages
Documents
Collections
Mongoose ODM
Creating Schemas and Models using Mongoose
CRUD operations in MongoDB using Mongoose and Express

Testing
What is Unit Testing?
Why Unit Testing?
Unit Testing Frameworks
What are mocks and Stubs ?
Writing and Running tests in Express

info@arjunanalytics.com
FULL STACK

PYTHON
REST API using Express and MongoosE
What is a REST API
WHY REST API?
Data Exchange Formats
JSON vs XML
Monolith Architecture
Microservice Architecture

MySQL or Oracle Database


Why database
What is database
What is SQL
How to install MYSQL database
Working with DDL commands
create command
rename command
alter command
drop command
truncate command

Working with DML commands


Insert command
Update command
Delete command
Select command

Working with Constrains


primary key
foreign key
unique key
Working with order by clause
Working with where clause
Working with having clause
Rollback
Commit
Save point

Transactional Commands
Working with joins
inner join
outer join
cross join
full join

info@arjunanalytics.com
FULL STACK

PYTHON
Flask

Prerequisite to Learn Flask


What is Flask
Why Flask compares to Django
How to install flask
How to create flask applications
How to integrate routing in flask
How to develop front end development using flask
How to connect database with flask

Flask with Flask restful with microservices


What is flask restful
What is microservice
How to develop microservice based restful API'S
Implementing the microservice using flask restful

Fast-API with Microservices


What is Fast API
Why FastAPI compare to flask restful & Django
rest framework
Develop the restful APIS with FastAPI with mongo
DB implementation

Cloud with Python integration

AWS with Python integration


Azure with Python Integration
GCP with Python Integration

info@arjunanalytics.com
About Us:
WE ARE LEADING TECH TECAHING SCHOOL WITH EXCELLENT
LEARNING METHODS WITH GREAT TEACHING METHODS WITH
GREAT TEACHING MENTORS. WE PROVIDE PROJECTS WITH
INTERNSHIP CERTIFICATE.

FREE
Internship Our Services:

Data Science (AI, ML, DL) Full Stack Python

Data Analyst Cloud Computing


(AWS, AZURE, GCP)
Data Bases (SQL & NoSQL) Generative AI

Data Engineering Automation Testing

Robotics (RPA) Tableau & Power Bi

BENIFITS
Live Projects With Internship Resume Preparation
Certificate
Interview Preparation
Course Completion Certificate
Life Time Video Access Mock Interviews

Class Notes Important Questions


Free WIFI Unlimited Access to
Classes & LAB
Job Assistance

9912622633, 9133622633

info@arjunanalytics.com www.arjunanalytics.com

# 7-1-455,2/3,Room No.101,Sri Sai Arcade, Ameerpet, Hyd-500016

You might also like