0% found this document useful (0 votes)
47 views

Python - Course Contents

The document outlines the contents of a Python online training course. It covers Python fundamentals like syntax, data types, operators and control flow. It also covers object oriented programming, advanced concepts like functions and decorators. The course teaches key Python libraries like NumPy, Pandas, JSON and data analysis. It includes tutorials on machine learning, data science, databases like MongoDB and data visualization.

Uploaded by

jay
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

Python - Course Contents

The document outlines the contents of a Python online training course. It covers Python fundamentals like syntax, data types, operators and control flow. It also covers object oriented programming, advanced concepts like functions and decorators. The course teaches key Python libraries like NumPy, Pandas, JSON and data analysis. It includes tutorials on machine learning, data science, databases like MongoDB and data visualization.

Uploaded by

jay
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

PYTHON ONLINE TRAINING COURSE CONTENTS

Python Overview

 Pre-requisites Python Course


 Objectives of the Course
 Who should do the course
 Python Training Course Duration

Python Core Concepts

 Introduction to Python
 PYTHON Installation
 PYTHON IDE’s Installation – Pycharm & Anaconda
 Variables in Python
 Datatypes – Int, Float, Complex, Bool, String
 String Handling
 Python Operators and Operands
 Python Conditional Statements (If - Else Statements)
 Python LOOPS (While, For - range)


Sequence or Collections in PYTHON

 Python Lists
 Python TUPLE
 Python Sets
 Python Dictionary

PYTHON ADVANCE CONCEPTS

o List Comprehension
o Functions
o Closures
o Lambda – Map, Filter, Reduce
o Files – Text, CSV, PDF Handling
o Generators
o Decorators – Method Level, Class Level
o Python Modules
OBJECT ORIENTED PROGRAMMING SYSTEM

o OOPS Principles
o Define Classes, Objects, Reference Variables, Self
o Python Class and Objects
o Types of Variables
o Types of Methods
o Inheritance
o Super Keyword
o Polymorphism (Overloading & Overriding)
o Abstraction
o Encapsulation

PYTHON ADVANCE CONCEPTS

o Python Multithreading
o Python Exception Handling
o Python Regular Expression

PYTHON LIBRARIES & DATA ANALYSIS

NUMPY

o Numpy arrays
o Ndarray
o Double dimension arrays
o Resizing, reshaping
o Vector multiplication
o Array Attributes
o Array Operations
o Indexing & Slicing
o Advance Indexing
o Interview Questions
o Exercise Programs
o Summary
PANDAS

 Data Structures
 Pandas - Dataframes, Panel, Reindexing
 Options & Customization
 Indexing & Selecting Data
 Date Functionality
 Interview Questions
 Exercise Programs
 Summary
.............. Much More

SERIALIZATION PICKLING, JSON

o Introduction to Serialization
o Structure and Container
o Pickle Module
o pickling built-in data structures
o byte strings
o binary
o xml parsing and construction –
o xml,json parsing
o construction - json, simplejson
o Interview Questions
o Exercise Programs
o Summary

PYTHON-DATA BASE

 What is Database? Types of Databases?


 What is DBMS?, RDBMS?
 What is Big Data? Types of data?
 Oracle, MySQL, SQL server, DB2
 Executing the Queries
 Bind Variables
 Interview Questions
 Exercise Programs
 Summary

NO SQL Database

 What is NoSQL Database


 Advantages over RDBMS
 History behind the creation of NoSQL Databases
 Advantages of NoSQL
 List of NoSQL Database .... like MongoDB, Cassendra..etc

MONGO DB

 History MongoDB
 FeaturesNo SQL Databases
 MongoDB Data Types
 Install MongoDB
 MongoDB Shell
 MongoDB Data Modeling
 Interview Questions
 Exercise Programs
 Summary

Data Science

 What is Data Science?


 Data Science Life Cycle?
 What is Data Analysis, Data Mining
 Analytics vs Data Science
 Interview Questions
 Exercise Programs
 Summary

Machine Learning

 Machine Learning - Introduction


 What Today’s AI Can Do?
 Machine Learning - Traditional AI
 What is Machine Learning?
 Machine Learning - Categories
 Machine Learning - Supervised
 Machine Learning - Scikit-learn Algorithm
 Machine Learning - Unsupervised
 Machine Learning - Skills
 Interview Questions
 Exercise Programs
 Summary

You might also like