+91 89 77 22 44 22
info@loginitacademy.com
Menu
Home
About Us
Online Courses
Testing Tools
Manual Testing
Selenium with Java
Selenium with Python
API Testing
TOSCA
Performance Testing
Load Runner
SALESFORCE
Salesforce Admin
Salesforce Development
Devops
Devops with AWS
Devops with Azure
MSBI
SSIS SQL server Integration services
SSIS SQL server reporting services
SSIS SQL server analysis services
Python
Python 3
Python Django
Data Science
Data Science With Python
Batch Timings
Contact Us
Welcome to Login IT Academy
Close
Home
About Us
Online Courses
Testing Tools
Salesforce
Devops
MSBI
Python
Data Science
Batch Timings
Contact Us
Latest News
Manual Testing with Selenium - New Batch 1-Jan-2025 - Real Time Project Training : By-SRINIVAS || Selenium with Java - Project based Training from 12-Jan-2025 at 9AM : By- Srini
Core Python Training
1. Introduction
What Is Python?
Why Python?
Who uses Python?
History of Python
Features of Python
Where python can be used?
Installing python from the command line
IDLE
Running python scripts on Windows/Unix/Linux
2. Basic Python Syntax
Basic Syntax
Identifiers
Rules to define identifiers
Single line comments
Multi line comments
Reserved Keywords
Naming Conventions
Print(),Type() and Id() functions
Input() and raw_input() functin
Type Conversion functions
Del keyword
3. Data Types
What is Datatype?
Built in Datatypes
None Type
Numeric Types
Sequences
Sets
Mappings
bool Datatype
4. Operators
Arithmetic operators
Assignment operators
Unary minus operators
Relational operators
Logical operators
Membership operators
Identity operators
Precedence of operators
5. String Handling
What is string?
Reading Data from Strings in Python
String slicing
String Concatenation
String Formatting in Python
Working with string functions
6. Flow Control Statements
Conditional Statements
Transfer Statements
Iterative Statements
7. Conditional statements
if statement (One-way decisions)
.. else statement (Two-way decisions)
if .. else .. if .. else statement (Multi-Way)
Nested if else
Single line if else statement
Values as Conditions
Using Logical Operators
8. Transfer Statements
Break statements
Continue statements
Pass statements
9. Iterative Statements
While loop
. Else
For loop
Infinite loop
Nested loops
. Else
10. Collections
Introduction to collections
Lists
Tuples
Sets
Dictionaries
Collections indexing and slicing
Working with methods of collections
Iterating through collections
Nested collections
Getting Dictionary values
Counting with dictionaries
Differences between List, tuple and set
11. Working with Lists
Declaration and accessing lists
Data updation in lists
Data deletion from lists
Understanding basic list operations
Python List built functions
Alias and clone
Sorting list elements
Nested lists
List Comprehensions
12. Working with Tuples
Declaration and accessing Tuples
Data Updation in “Tuples”
Data Deletion from “Tuples”
Understanding the Basic “Tuples” Operations
Understanding Tuple “Indexing”, “Slicing” And “Matrixes”
Python Tuple Built-in Functions
Experiencing Tuple with Methods
13. Working with Dictionary
Declaration and accessing of Dictionary
How to access elements from Dictionary
Built in functions on Dictionary
How to add an element to dictionary
How to delete an element from dictionary
Assignments on Dictionary
14. Functions
Defining function
Calling function
Function parameters
Types of arguments
Handling return values
Scope of variable – Global, local
Passing collections to a function
Lambda functions/anonymous functions
Filter and map() functions
15. Understand Functions arguments
Positional arguments
Keyword arguments
Default arguments
Variable-length arguments
16. Modules
What is module?
Types of modules
The import statement
. Import
Reloading module
Dir() function
main() function
17. Packages
Introduction to packages
py file
Defining packages
Importing from packages
Defining sub packages
Importing from sub packages
18. Date, OS, Sub Process Modules
Definitions of OS
Date format conversions
Usage of date, OS in real time
Definition of date modules
Definitions of Sub process modules
Download Brochure
×
Name:
Email Id:
Phone No:
Message:
Submit
Advance Python Training
1. File Handling
What is a file?
Opening a file
Reading data from a file
Writing data to a file
Closing a file
Working with the methods of file objects
Replacing the content of file
Working with directories
Working CSV files
Assignments
2. Oops concepts
Introduction to oops programming
Features of OOPS
Classes and Objects
Encapsulation
Abstraction
Inheritance
Polymorphism
3. Classes and Objects
Creating a class
Constructor
Namespaces
Types of Methods
Passing Members of one Class to Another
4. Inheritance and Polymorphism
Constructors in inheritance
The super() Method
Types of inheritance
Polymorphism
Operator overloading
Method overloading
Method overriding
5. Abstract classes and Interfaces
Abstract method and Abstract class
Interfaces in python
Abstract classes vs interfaces
Assignments
6. Exception Handling
Syntax errors
Runtime errors
What is exception?
Need of exception Handling
Predefined exceptions
try, except and finally clauses
Handling multiple exceptions
Nested try, except and finally blocks
Raise, assert statements
Assignments
7. Regular Expressions
Regular expressions syntax
Understanding regular expressions
Special characters
Character classes
Forming regular expressions
Matching at beginning or end
Match(), Search() and Sub() functions
Splitting a string
Replacing Text
Flags
8. Database Connectivity
Introduction to RDBMS
Installation of oracle database access
Creating oracle database instances
Establishing connection with oracle
Executing SQL queries
Assignments
9. Python XML and JSON parsers
How to parse XML
How to create XML node
How to Parse JSON
Assignments
10. Data analytics
Introduction to big data
Pandas
Numpy
Matplotlib
11. Introduction to Python web framework
Introduction to Django
Advantages of Django
Django Installation
Components of Django
Download Brochure
×
Name:
Email Id:
Phone No:
Message:
Submit
Django for Python Training
1. Django Web Framework
What is a Framework?
Introduction to Django
Django – Design Philosophies
History of Django
Why django and Features
Environment setup
Web Server
2. MVC Pattern
MVC Architecture vs MVT Architecture
Django MVC – MVT Pattern
3. Getting Started with Django
Creating the first Project
Integrating the Project to IDE
The Project Structure
Running the server
Solving the issues and Migrations
Database Setup
Setting Up Your Project
4. Create an Application
What Django Follows
Structure of django framework
Model Layer
What are models?
Model fields
Querysets
5. Front End tools
Using HTML in Django
Using CSS in Django
6. Django – Admin Interface
Using the admin interface
Customizing the admin interface
7. Views Layer
Simple View
Basic view (displaying hello world)
Functional views, class based views
8. Django – URL Mapping
Organizing Your URLs
Role of urls in djnago
Working urls
Forms
Sending Parameters to Views
Templates layer
The Render Function
9. Django Template Language (DTL)
If/else
For
Comments
Filters
Using templates to display data in the site
10. Django – Models
Creating a Model
Manipulating Data (CRUD)
Linking Models
11. Django – Sending E-mails
Sending a Simple E-mail
Sending Multiple Mails with send_mass_mail
Sending HTML E-mail
Sending HTML E-mail with Attachments
12. Django – Forms creation
Forms basics
Creating contact US form
Form field examples
Download Brochure
×
Name:
Email Id:
Phone No:
Message:
Submit
Complete Python Core and Advanced
Chapter 1: Introduction to Python
What is Python and history of Python?
Unique features of Python
Python-2 and Python-3 differences
Install Python and Environment Setup First Python Program
Python Identifiers, Keywords and Indentation
Comments and document interlude in Python
Command line arguments
Getting User Input
Python Data Types
What are variables?
Python Core objects and Functions
Number and Maths
Week 1 Assignments
Chapter 2: List, Ranges & Tuples in Python
Introduction
Lists in Python
More About Lists
Understanding Iterators
Generators, Comprehensions and Lambda Expressions Introduction
Generators and Yield
Next and Ranges
Understanding and using Ranges More About Ranges
Ordered Sets with tuples
Chapter 3: Python Dictionaries and Sets
Introduction to the section
Python Dictionaries
More on Dictionaries
Sets
Python Sets Examples
Chapter 4: Input and Output in Python Reading and writing text files
Appending to Files and Challenge
Writing Binary Files Manually
Using Pickle to Write Binary Files
Chapter 5: Python built in function
Python user defined functions
Python packages functions
Defining and calling Function
The anonymous Functions Loops and statement in Python
Python Modules & Packages
Chapter 6: Python Object Oriented
Overview of OOP
Creating Classes and Objects Accessing attributes
Built-In Class
Attributes
Destroying Objects
Chapter 7: Python Exceptions Handling
What is Exception?
Handling an exception
try….except…else
try-finally clause
Argument of an Exception
Python Standard Exceptions
Raising an exceptions
User-Defined Exceptions
Chapter 8: Python Regular Expressions
What are regular expressions?
The match Function
The search Function
Matching vs searching
Search and Replace
Extended Regular Expressions
Wildcard
Chapter 9: Python Multithreaded Programming
What is multithreading?
Starting a New Thread
The Threading Module
Synchronizing Threads
Multithreaded Priority Queue
Python Spreadsheet Interfaces
Python XML interfaces
Chapter 10: Using Databases in Python
Python MySQL Database Access
Install the MySQLdb and other Packages Create Database Connection
CREATE, INSERT, READ, UPDATE and DELETE Operation DML and DDL Oepration with Databases
Handling Database Errors
Web Scraping in Python
Chapter 11: Python For Data Analysis
Numpy:
Introduction to numpy
Creating arrays
Using arrays and Scalars Indexing Arrays
Array Transposition
Universal Array Function
Array Processing
Array Input and Output Pandas:
What is pandas?
Where it is used?
Series in pandas
Index objects
Reindex
Drop Entry
Selecting Entries
Data Alignment
Rank and Sort
Summary Statics
Missing Data
Index Heirarchy
Matplotlib: Python For Data Visualization Welcome to the Data Visualiztion Section Introduction to Matplotlib
Chapter 12: Django Web Framework in Python
Introduction to Django Web Framework
Features of Django
Installing Django
MVC Model
Http Concepts
Views
URL Mapping
Templates and Forms
Models and Dynamic Webpages
Serialization
Parsing XML and Json with python
Download Brochure
×
Name:
Email Id:
Phone No:
Message:
Submit
Enquiry Now
Enquiry Now
- Select Courses -
Testing Tools
Selenium With Java
SALESFORCE
DEVOPS
MSBI
AWS
Python
Data Science
Submit
Call Us LoginIT Academy
WhatsApp
Instagram
Facebook
Enquiry Now
×
- Select Courses -
Testing Tools
Selenium With Java
SALESFORCE
DEVOPS
MSBI
AWS
Python
Data Science
Submit
Scroll