Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
5 views

Python Full Stack - Data sciences

Step Up & Learn offers comprehensive training in Python web development and data science, focusing on practical skills and job readiness. The program includes various features such as mock interviews, personalized discussions, and access to industry expert trainers. Their mission is to empower individuals with the necessary knowledge and skills to excel in the IT field, fostering innovation and technical excellence.

Uploaded by

anuraurale9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Python Full Stack - Data sciences

Step Up & Learn offers comprehensive training in Python web development and data science, focusing on practical skills and job readiness. The program includes various features such as mock interviews, personalized discussions, and access to industry expert trainers. Their mission is to empower individuals with the necessary knowledge and skills to excel in the IT field, fostering innovation and technical excellence.

Uploaded by

anuraurale9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Python Web

Development
With DATA
SCIENCE

Technical Languages
1. Contact us through our website 6. Attend online/classroom sessions
or visit to the institute

2. Fill out the registration form 7. Take as many mock as you need
& career counseling

3. Take admission after read the 8. Prepare for the interview alongside
terms and conditions a grooming session

4. Join WhatsApp broadcast 9. Participate in job interviews &


message group engage in interview rounds

5 Join our Online portal 10. Get placed & secure a job offer

Common Features
Test, Assessments & Mocks Best Practices & Coding Standards
Naming Conventions Code Formatting
Topic-wise Assessments
& Style Writing Maintainable &
Mock Interview Preparation
Readable Code Code Reusability Code
One-On-One Discussion
Auto-generation
Interview Feedback
Real Time Scenarios
Problem Statements & Solutions

Soft Skills Debugging & Troubleshooting

360 Development Use of Debugging Tools


Resume Building Identifying & Fixing
Enhancing Confidence Common Errors
Logic Building Session Handling Industrial Scenarios
HR Discussion

What Makes Us Distinct?

Exclusive Recorded Sessions


Flexible Batch Switching Option
Unlimited Mock Interviews
24/7 Live Support
Personalized One-On-One Discussions
100% Transparency
Comprehensive Technology Packages
Industry Expert Trainers

About us
Vision Our Mission
At Step Up & Learn, our mission is to empower individuals with the Our vision at Step Up & Learn is to be the leading destination for comprehensive
knowledge and skills necessary to excel in the ever-evolving field of Computer/IT training. We aspire to create a learning environment that nurtures
Information Technology. Your growth and success are at the heart of innovation, fosters creativity, and cultivates technical excellence. We aim to
our mission. empower our students to become industry leaders and pioneers.
Index

Python Web
Developer
Real Time Project 9

8 DevOps Essential

Django Rest Frame 7

6 Django Web Frame

Django ORM Frame 5

4 Machine Learning Intro

Data Science Libraries 3

2 Advanc Python

Core Python 1
CORE PYTHON
1) Introduction 5) String Manipulation
• History • Accessing Strings
• Features • Basic Operations
• Setting up the path • String indexing and slices
• Working with Python • Function and Methods
• Basic Syntax
• Variable and Fundamental Data Types
• Operator 6) Lists
• Print function • Introduction
• String formatting • Accessing list
• Range function • Operations
• Working with lists
• Function and Methods
2) Conditional Statements
• If
• If- else 7) Tuple
• Nested if-else • Introduction
• Accessing tuples
• Operations
• Functions and Methods
3) Looping
• Packing and Un-Packing
• For
• While
• Nested loops
8) Dictionaries
• Introduction
• Accessing values in dictionaries
4) Control Statements
• Working with dictionaries
• Break
• Properties
• Continue
• Functions and methods
• Pass
9) Comprehensions and 12) Input-Output and
Generator Function File handling
• Printing on screen
• Reading data from the keyboard
10) Functions • Opening and closing file
• Defining a function • Reading and writing files
• Calling a function • Functions
• Types of functions
• Function Arguments
• Anonymous functions
• Global and local variables 13) Exception Handling
• Decorator Function • Exception
• Exception Handling
• Except clause
11) Modules • Try – Except - Else
• Importing module • Try ? finally clause
• Math module • User Defined Exceptions
• Random module
• Datetime module
• Time module, csv module
• Packages
• Composition
ADVANCED PYTHON

1) OOPs concept 2) Regular expressions


• Class and object
• Match function
• Attributes
• Search function
• Inheritance
• Matching VS Searching
• Overloading
• Modifiers
• Overriding
• Patterns
• Data hiding

3) Database 4) Multithreading
• Introduction
• Thread
• Connections
• Starting a thread
• Executing queries
• Threading module
• Transactions
• Synchronizing threads
• Handling error

5) Advanced Mechanism
• Decorator
• Iterators and Generators
• Context Manager
• Design Patterns
DATA SCIENCE WITH PYTHON

1) Introduction to Data Science and Python Programming Essentials


• what is Data Science, Applications, Industry Importance, Phases of Data Science,
Anaconda vs Python, Installation of Anaconda Distribution, Understanding and working
with Spyder and Jupyter.
• Concept of Packages/ library, installing and loading packages, understanding python
basic syntax,Concept of dynamic typing, print function.
• Data Types and Data Structures in python (Fundamental Datatype-(int, float, str,
complex,bool) and (list, tuple, dict, range, bytes, bytearray, None,set, frozenset).
2) Scientific Distributions used in Python for Data Science
• Numpy, sci-fy, pandas, sci-kit learn, stat models, nltk etc
3) Accessing / Importing and Exporting Data using
• Importing Data from various sources (CSV, txt, excel, access etc)
• Database Input (Connecting to the database)
• Viewing Data objects - subsetting, methods
• Exporting Data to various formats
• Important python modules: Pandas, beautifulsoup
4) Data Manipulation – Cleansing – Munging using Python
• Working with Numpy, Different mathematical Operations using numpy array, Working with
Scipy module
• Working with Pandas Series and DataFrame, working with function and method of pandas
module
• Cleansing Data with Python
• Data Manipulation steps(Sorting, filtering, duplicates, merging, appending, subsetting,
derived variables, sampling, Data type conversions, renaming, formatting etc)
• Data manipulation tools(Operators, Functions, Packages, control structures, Loops, arrays
etc)
• Python Built-in Functions (Text, numeric, date, utility functions)
• Python User Defined Functions
• Stripping out extraneous information
• Normalizing data
• Formatting data
• Important Python modules for data manipulation (Pandas,Numpy,re,math,string,DateTime
etc)
5) Data Analysis – Visualization using Python
• Introduction exploratory data analysis
• Descriptive statistics, Frequency Tables and summarization
• Univariate Analysis (Distribution of data & Graphical Analysis)
• Bivariate Analysis(Cross Tabs, Distributions & Relationships, Graphical Analysis)
• Creating Graphs- Bar/pie/line chart/histogram/ boxplot/ scatter/ density etc)
• Important Packages for Exploratory Analysis(NumPy Arrays, Matplotlib, seaborn, Pandas
and scipy.stats etc
6.Web Scraping
• Web Scrapping : Important python modules : Requests, urllib, re, beautifulsoup
• Scraping HTML Contents from webpages.
• Extracting Excel, CSV files from remote servers.
7. Basic Statistics & Implementation of Stats Methods in Python
• Basic Statistics - Measures of Central Tendencies and Variance
• Building blocks - Probability Distributions - Normal distribution - Central Limit Theorem
• Inferential Statistics -Sampling - Concept of Hypothesis Testing
• Statistical Methods - Z/t-tests (One sample, independent, paired), Anova, Correlation.
• Important modules for statistical methods: Numpy, Scipy, Pandas
8. Python: Machine Learning
• Introductin to Machine Learning - (Supervidsed and Unsupervised Learning), Predictive
Modelling, Business Problems, Implementation of Linear Regression Using Sklearn Module.
• Implementationof Logistics Regression,Conceptofoverfittingandunderfitting,performance
metrics, feature engineering
• Understanding optimization & cost function
• Concept of the gradient descent algorithm
• Concept of Cross-validation (Bootstrapping, K-Fold validation etc)
• Model performance metrics (R--‐square, RMSE, MAPE, AUC, ROC curve, recall, precision,
sensitivity, specificity, confusion metrics)
• Clustering using K-Means Algorithm ( Mathematical Concept and Implementation )
• Decision Tree Classifier : Tree based Classifier
• Probabilistic Classifier : Naïve Bayes Classifier
• Nearest Neighbour Classifier : Lazy learning
9. Sample Data Science Projec
WEB DEVELOPMENT WITH
DJANGO FRAMEWORK
1) INTRODUCTION TO
PYTHON PROGRAMMING

3) TEMPLATES AND FORMS

5) SERIALIZATION

7) PYTHON DJANGO
DEMO PROJECT

6) PARSING XML AND


JSON WITH PYTHON

4) MODELS AND DYNAMIC


WEBPAGES

2) INTRODUCTION TO
DJANGO WEB FRAMEWORK
1) INTRODUCTION TO PYTHON PROGRAMMING

Objectives:
Goal: • Define Python
Give a brief idea of • Know why Python is popular
what Python is and • Setup Python environment
touch on basics. • Discuss flow control
• Write your first Python program

Topics:
• Get an overview of Python
• Learn about Interpreted Languages
• List the Advantages/Disadvantages of Python
• Discuss Interpreter PATH
• Use the Interpreter
• Run a Python Script
• Explore Python Editors and IDEs
• Use Variables, Keywords, Built-in Functions, Strings, Different literals,
Math operators and
• expressions, Writing to the screen, String formatting, Command
line parameters and Flow Control.
• Python Collection : List, Tuple, Dictionary, Set
• Introduction to Functions and Classes• Write your first Python program
2) INTRODUCTION TO DJANGO WEB FRAMEWORK

Objectives:
Goal: • Explain Web Framework
• Explain MVC pattern
In this module, you will be
• Create a basic Django app
introduced to Django and
• Create Views
learn how to create views and
• Use HTTP request and response objects
perform URL mapping.
• Use URLConf

Topics:
• Web development
• Introduction to Django Web Framework
• Features of Django
• Installing Django
django
• MVC model
• HTTP concepts
• Views
• URL Mapping
3) TEMPLATES AND FORMS

Objectives:
Goal: • Explain the Django Template System
• Load Template Files
In this module, you will learn
• Render Templates
how to create Templates and
• Create Forms
Forms in Django
• Process Form Data
• Customize Form Field Validation

Topics:
• Django Template Language
• Utilities of Templates
• Creating Template Objects
• Tags, Variables and Filters
• Rendering Templates
• Template Inheritance
• Form Handling
• Form validation and Error Messages
• Form Display
4) MODELS AND DYNAMIC WEBPAGES

Objectives:
Goal: • Define Database Models
• Use Model Fields
In this module, you will learn
• Populate a Database, CRUD
how to create Database Models
• Use QuerySets for data retrieval
andadd Dynamic content to
• Use jQuery and AJAX with Django to
your Webpages
create Dynamic websites

Topics:
• Django Models
• Model Fields
• Model Inheritance
• CRUD on DB
• Primary keys and the Model
• Dynamic Webpages
• Toggle Hidden Content
• jQuery and AJAX integration
5) SERIALIZATION

Objectives:
Goal: • Explain Data Serialization
• Use Django’s REST Framework
In this module, you will learn
• Use Serializers and Deserializers
how to serialize and deserialize
• Use Model Serializers
data and create APIs
• Use REST APIs

Topics:
• Serialization and Deserialization
• Django REST Framework
• Serializer class
• Model Serializers
• REST APIs
6) PARSING XML AND JSON WITH PYTHON

Objectives:
Goal: • Explain XML and JSON file formats
• Explain XML-RPC
In this module, you will learn
• Parse data stored in both XML and
how to parse data stored in XML
JSON formats
& JSON formats using Python
• Stores data in XML and JSON formats

Topics:
• XML-RPC
• XML, parsing object to XML and back
• JSON, parsing object to JSON and back

7) PYTHON DJANGO DEMO PROJECT


STEPUP ACTIVITY – DEVOPS FOR SCRUM PROCESS

•Complete Software Development Life Cycle and Its Methodologies. (SDLC Phases)
•Complete Software Testing Life Cycle. (STLC Phases)
•Bug/Defect Life Cycle. (Bug Stages)
•Agile SDLC Model with Scrum Framework.
•Jira Agile Management Tool. (Project Management Tool)
•Zephyr and TestRail Test Management Tool (Test Cycle Execution Tool)
•JSON - API Testing, Data Driven, API Documentation
Moniter Test
•POSTMAN/SWAGGER/ARC Plan Release

•Newman
•GIT
SCRUM
•GITHUB/BITBUCKET
Deploy

•Apache Maven
•Apache Tomcat Code

Operate
Built

•CICD
•DEPLOYEMENT
•JENKINS
•How to prepare for an interview
•Project Discussion
1 Domain Knowledge
DEVOPS

2 Technical Mapping
3 Day To Day work in Company
• Roles and Responsibilities.
•How to crack HR and Manager Rounds
•How to Prepare Resume
•How to create Naukri and Linkdin profile
•How to Get Calls from Online platform (SEO algorithm
STEP UP Enroll
10 0 %
Now
J o b
Ready Program

Stepup Technologies Trainers


community 10+ Experience
5000+ 6-16 yr.

Students Placed Expert Trainers


3000+ 20+

Professional
We Transform Job
Student
Seeker
into IT Professionals

15.9LPA
4LPA 12LPA
8.9LPA
10.3LPA
13.6LPA 9.3LPA
6.5LPA
18LPA 8.6LPA
9.40LPA
7LPA
13.6LPA

21LPA 36LPA
Helpline No. 8668579969 / 9545610570
BUILD
YOUR
CAREER
WITH
Our Top Courses

Cloud +Data Program

Development Program + Data Engineer + AWS Software Testing Program

React Web Dev + Cypress + Data Engineer + Azure Manual Testing


Java Web Dev + AI + Data Engineer + GCP Python Automation + No Code
Python Web Dev + Data Science Cloud + DevOps With AWS
+ Java Automation + Appium
Data Science + Python
+ Cloud + DevOps With Azure Cypress Automation

+ Cloud + DevOps With GCP

Your Vision = Our Mission

Pune
Karve Nagar, Pune, 411052

Hyderabad
Ameerpet, Hyderabad, 500016

w w w. s t e p u p a n d l e a r n . i n
9545610570/8668579969
Stepup and Learn Kar ve Nagar ,Pune.

You might also like