Python Training

  • Home -
  • Courses -
  • Python Training

Python Training : Step by step for beginners

course

Python is the most favorable programming language among students, developers, data scientist and software engineers due to its flexibility, versatility and object oriented features. Python has vast collection of libraries, frameworks that supports even data science research work as well as machine learning and AI

  • Machine Learning
  • Data Science
  • Web Development

  • Anyone can Learn

  • Classroom Training
  • Online Training
  • Corporate Training
  • Weekend Training
  • One to One Training
  • Final Year Project Training

  • Theory & Practical Session
  • Real-time Practice
  • Exclusive Materials
  • Course Completion Certificate
  • Support
  • Job Assistance

  • What is python?
  • What can Python do?
  • Features Of Python
  • Installing Python
  • Environment Setup For Python
  • Hello World in python
  • IDLE Tour
  • Print statement
  • What is Variable ?
  • Declaring variables
  • Changing variables values
  • Single line variable declaration
  • Assign same value to multiple variables
  • Comments in Python
  • Input / Output Functions
  • Printing on screen
  • Reading data from keyboard
  • Typecasting
  • What is Operators?
  • Types of Operators
  • Arithmetic Operators
  • Comparison operators
  • Logical operators
  • Assignment operators
  • Membership Operators
  • Identity Operators
  • if Statement
  • if...else Statement
  • if...elif...else Statement
  • Nested if statements
  • While Loop Statements
  • For Loop Statements
  • Nested Loops Statements
  • Loop with Else Statement
  • The infinite loop
  • The range() Function
  • Break and Continue Statements
  • What is datatype?
  • Types of Datatypes
  • String Manipulation
  • Numbers
  • String
  • List
  • Tuple
  • Dictionary
  • Built-in Functions & Methods
  • What is Array?
  • How to create array?
  • Accessing array elements
  • How to slice arrays?
  • Mutable array
  • Concatenate Arrays
  • Different methods of array
  • What is Function?
  • How to declare function?
  • Default function
  • Parameterized Function
  • Function with return Statement
  • Function with multiple return Statement
  • Default Arguments
  • Keyword Arguments
  • Variable-length Arguments
  • Keyword Arguments
  • Non Keyword Arguments
  • Local & Global variables Scope
  • Indentation
  • Lambda Functions
  • File objects and Modes of file operations
  • Reading Files
  • Writing & Appending to Files
  • Different functions of files
  • Basics of OOPs
  • Class in python
  • What is class?
  • How to define class?
  • How to access class members?
  • What is self?
  • Python Constructors
  • Inheritance in Python
  • Types of Inheritance
  • Polymorphism in Python
  • Types of Polymorphism
  • What is Module ?
  • Import Statement
  • OS Module
  • Math Module
  • Random Module
  • NumpyModule
  • MatplotlibModule
  • DateTimeModule
  • JSON Module
  • Introduction
  • Tkinter programming
  • Tkinter widgets
  • Various Example
  • What is Exception?
  • Built-in Exceptions
  • Try / Except / Else / Finally / Raise Keyword
  • User-Defined Exceptions
  • What are regular expressions?
  • The match Function
  • The search Function
  • Matching vs searching
  • Search and Replace
  • Extended Regular Expressions
  • Wildcard
  • Database Installation
  • Database Connectivity
  • Insert Record
  • Fetch Data
  • Update Delete