Python Training Best Python Training Institute In Hyderabad - PowerPoint PPT Presentation

About This Presentation
Title:

Python Training Best Python Training Institute In Hyderabad

Description:

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. Python has been one of the premier, flexible, and powerful open-source language that is easy to learn, easy to use, and has powerful libraries for data manipulation and analysis. Visit us at: Contact us: 040-2374 6666 Mail us at: info@nareshit.com Address: 2nd Floor, Durga Bhavani Plaza, Satyam Theatre Road, Ameerpet, Hyderabad, Telangana 500016 – PowerPoint PPT presentation

Number of Views:754

less

Transcript and Presenter's Notes

Title: Python Training Best Python Training Institute In Hyderabad


1
Python Training
Address 2nd Floor, Durga Bhavani Plaza, Satyam
Theatre Road, Ameerpet, Hyderabad, Telangana -
500016
Call 040-23746666
2
Python Training
Python Training Description
Python is a general-purpose interpreted,
interactive, object-oriented, and high-level
programming language. Python has been one of the
premier, flexible, and powerful open-source
language that is easy to learn, easy to use, and
has powerful libraries for data manipulation and
analysis
http//www.nareshit.in/python-training/
3
Python Training
Why learn Python Course
Its continued to be a favorites option for
data scientists who use it for building and using
Machine learning applications and other
scientific computations. Python cuts development
time in half with its simple to read syntax and
easy compilation feature. It runs on Windows,
Linux/Unix, Mac OS and has been ported to Java
and .NET virtual machines.
http//www.nareshit.in/python-training/
4
Python Training
What are the Python Training Pre-requisites
There are no hard pre-requisites. Basic
understanding of Computer Programming
terminologies is sufficient. Also, basic concepts
related to Programming and Database is beneficial
but not mandatory.
http//www.nareshit.in/python-training/
5
Python Training
Python Training Course Content
  • Core Python
  • Introduction to Script
  • What is SCRIPT
  • What is a program?
  • Formal and natural languages
  • Types of Scripts
  • Difference between Script Programming
    Languages
  • Features of Scripting
  • Limitation of Scripting 

http//www.nareshit.in/python-training/
6
Python Training
Python Training Course Content
  • Introduction to Python
  • What is Python?
  • kinds of programs process
  • Characteristics of Python
  • History of Python
  • Python Version
  • How to Install Python
  • How to Download
  • Install Python with Diff IDEs

http//www.nareshit.in/python-training/
7
Python Training
Python Training Course Content
  • Introduction to Python
  • Features of Python
  • Limitation of Python
  • Python Applications
  • Creating Your First Python Program
  • Using Command Prompt and GUI or IDE
  • Execute the Script
  • Learn Python Main Function
  • Python Comments

http//www.nareshit.in/python-training/
8
Python Training
Python Training Course Content
  • Variables in Python
  • What is Variable?
  • How to declare and use a variable
  • Re-declare a Variable
  • Concatenate Variables
  • Local Global Variables
  • Delete a variable
  • Python Keywords
  • Python Identifiers
  • Python Literals

http//www.nareshit.in/python-training/
9
Python Training
Python Training Course Content
  • Python Operators and Operands
  • Arithmetic Operators
  • Comparison Operators
  • Python Assignment Operators
  • Logical Operators or Bitwise Operators
  • Membership Operators
  • Identity Operators
  • Operator precedence

http//www.nareshit.in/python-training/
10
Python Training
Python Training Course Content
  • Python Conditional Statements
  • How to use if condition in conditional
    structures
  • What happen when if condition does not meet
  • How to use else condition
  • When else condition does not work
  • How to use elif condition
  • How to execute conditional statement with
    minimal code
  • Nested IF Statement

http//www.nareshit.in/python-training/
11
Python Training
Python Training Course Content
  • Python LOOPS
  • How to use While Loop
  • How to use For Loop
  • How to use For Loop for set of other things
    besides numbers
  • Break statements in For Loop
  • Continue statement in For Loop
  • Enumerate function for For Loop
  • Practical Example
  • How to use for loop to repeat the same
    statement over and again
  • Break, continue statements

http//www.nareshit.in/python-training/
12
Python Training
Python Training Course Content
  • Learning Python Strings
  • Accessing Values in Strings
  • Various String Operators
  • Some more examples
  • Python String replace() Method
  • Changing upper and lower case strings
  • Using join function for the string
  • Reversing String
  • Split Strings

http//www.nareshit.in/python-training/
13
Python Training
Python Training Course Content
  • Advanced Python
  • Python Lists
  • Lists are mutable
  • Getting to Lists
  • Traversing a list
  • List operations
  • List slices
  • List methods
  • Map, filter and reduce
  • Deleting elements
  • Lists and strings

http//www.nareshit.in/python-training/
14
Python Training
Python Training Course Content
  • Python TUPLE
  • Packing and Unpacking
  • Comparing Tuples
  • Using Tuples as keys in dictionaries
  • Deleting Tuples
  • Slicing of Tuple
  • Built-in functions with Tuple
  • Advantages of Tuple over list

http//www.nareshit.in/python-training/
15
Python Training
Python Training Course Content
  • Python Dictionary Methods
  • Python Dictionary Methods
  • Copying dictionary
  • Updating Dictionary
  • Delete Keys from the dictionary
  • Dictionary items() Method
  • Sorting the Dictionary
  • Python Dictionary in-built Functions
  • Dictionary len() Method
  • Variable Types
  • Python List cmp() Method
  • Dictionary Str(dict)

http//www.nareshit.in/python-training/
16
Python Training
Python Training Course Content
  • Python Functions
  • How to define and call a function in Python
  • Significance of Indentation (Space) in Python
  • How Function Return Value?
  • Arguments in Functions

http//www.nareshit.in/python-training/
17
Python Training
Python Training Course Content
  • Python Date Time
  • How to Use Date Date Time Class
  • How to Format Time Output
  • How to use Time delta Objects
  • Calendar in Python

http//www.nareshit.in/python-training/
18
Python Training
Python Training Course Content
  • Reading and Writing Files
  • How to create a Text File
  • How to Append Data to a File
  • How to Read a File

http//www.nareshit.in/python-training/
19
Python Training
Python Training Course Content
  • Python OS Module
  • Shell Script Commands
  • Various OS operations in Python
  • Python File System Shell Methods

http//www.nareshit.in/python-training/
20
Python Training
Python Training Course Content
  • Python Exception Handling
  • Chain of importance Of Exception
  • Exception Handling

http//www.nareshit.in/python-training/
21
Python Training
Python Training Course Content
  • Python Class Objects
  • Basic concept of Object and Classes
  • How to define Python classes
  • Python Namespace
  • How Inheritance works
  • Python Multiple Inheritance
  • Operator Overloading

http//www.nareshit.in/python-training/
22
Python Training
Python Training Course Content
  • Python Regular Expressions
  • Regular Expression Syntax
  • Example of w and Expression
  • Example of \s expression in re.split function
  • Using regular expression methods
  • Finding Pattern in Text (re.search())
  • Using re.findall for text
  • Python Flags

http//www.nareshit.in/python-training/
23
Python Training
Python Training Course Content
  • Python XML Parser
  • How to Parse XML
  • How to Create XML Node
  • Python vs. JAVA

http//www.nareshit.in/python-training/
24
For Online Training Call 91-8179191999
USA404-232-9879
  • We look forward to having you as a part
  • of
  • Team
  • For more details Log on to
  • http//www.nareshit.com http//www.nareshit.in
    www.facebook.com/nareshit www.youtube.com/nar
    eshit

http//www.nareshit.in/python-training/
Write a Comment
User Comments (0)
About PowerShow.com