UrbanPro
true

Python Training

LIVE
30 Hours

Course offered by Sailaja Akkala

21 reviews

Python Training Overview:

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

What are the Python Course 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.

Objectives of the Course

  • To understand the concepts and constructs of Python
  • To create own Python programs, know the machine learning algorithms in Python and work on a real-time project running on Python


Who should do the course

  • Big Data Professionals
  • IT Developers
  • Those who are showing interest to build their career in Python

Python Training Course Duration

  • 35 Days, Daily 1 Hours

Python Course Content

Core Python

Introduction to Script

  • What is Script, program?
  • Types of Scripts
  • Difference between Script and Programming Languages
  • Features and Limitation of Scripting
  • Types of programming Language Paradigms

Introduction to Python

  • What is Python?
  • Why Python?
  • Who Uses Python?
  • Characteristics of Python
  • History of Python
  • What is PSF?
  • Python Versions
  • How to Download and Install Python
  • Install Python with Diff IDEs
  • Features and Limitations of Python
  • Python Applications
  • Creating Your First Python Program
  • Printing to the Screen
  • Reading Keyboard Input
  • Using Command Prompt and GUI or IDE
  • Python Distributions

Different Modes in PYTHON

  • Execute the Script
  • Interactive and Script Mode
  • Python File Extensions
  • SETTING PATH IN Windows
  • Clear screen inside python
  • Learn Python Main Function
  • Python Comments
  • Quit the Python Shell
  • Shell as a Simple Calculator
  • Order of operations
  • Multiline Statements
  • Quotations in Python
  • Python Path Testing
  • Joining two lines
  • Python Implementation Alternatives
  • Sub Packages in Python
  • Uses of Python in Data Science, IoT
  • Working with Python in Unix/Linux/Windows/Mac/Android..!!

PYTHON NEW IDEs

  • PyCharm IDE
  • How to Work on PyCharm
  • PyCharm Components
  • Debugging process in PyCharm
  • PYTHON Install Anaconda
  • What is Anaconda?
  • Coding Environments
  • Spyder Components
  • General Spyder Features
  • Spyder Shortcut Keys
  • Jupyter Notebook
  • What is Conda? and Conda List?
  • Jupyter and Kernels
  • What is PIP?

Variables in Python

  • What is Variable?
  • Variables and Constants in Python
  • Variable,Variable names and Value
  • Mnemonic Variable Names
  • Values and Types
  • What Does â??Typeâ?? Mean?
  • Multiple Assignment
  • Python different numerical types
  • Standard Data Types
  • Operators and Operands
  • Order of Operations
  • Swap variables
  • Python Mathematics
  • Type Conversion
  • Mutable Versus Immutable Objects

String Handling

  • What is string?
  • String operations and indices
  • Basic String Operations
  • String Functions, Methods
  • Delete a string
  • String Multiplication and concatenation
  • Python Keywords, Identifiers and Literals
  • String Formatting Operator
  • Structuring with indentation in Python
  • Built-in String Methods
  • Define Data Structure?
  • Data Structures in PYTHON

Python Operators and Operands

  • Arithmetic, Relational Operators and Comparison Operators
  • Python Assignment Operators
  • Short hand Assignment Operators
  • Logical Operators or Bitwise Operators
  • Membership Operators
  • Identity Operators
  • Operator precedence
  • Evaluating Expressions

Python Conditional Statements

  • How to use â??if conditionâ?? in conditional structures
  • if statement (One-Way Decisions)
  • if .. else statement (Two-way Decisions)
  • How to use â??else conditionâ??
  • if .. elif .. else statement (Multi-way)
  • When â??else conditionâ?? does not work
  • How to use â??elifâ?? condition
  • How to execute conditional statement with minimal code
  • Nested IF Statement

Python LOOPS

  • How to use â??While Loopâ?? and  â??For Loopâ??
  • How to use For Loop for set of other things besides numbers
  • Break statements, Continue statement, Enumerate function for For Loop
  • Practical Example
  • How to use for loop to repeat the same statement over and again
  • Break, continue statements

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

Sequence or Collections in PYTHON

  • Strings
  • Unicode Strings
  • Lists
  • Tuples
  • buffers
  • xrange

Python Lists

  • Lists are mutable
  • Getting to Lists
  • List indices
  • Traversing a list
  • List operations, slices and methods
  • Map, filter and reduce
  • Deleting elements
  • Lists and strings

Python TUPLE

  • Advantages of Tuple over List
  • Packing and Unpacking
  • Comparing tuples
  • Creating nested tuple
  • Using tuples as keys in dictionaries
  • Deleting Tuples
  • Slicing of Tuple
  • Tuple Membership Test
  • Built-in functions with Tuple
  • Dotted Charts

Python Sets

  • How to create a set?
  • Iteration Over Sets
  • Python Set Methods
  • Python Set Operations
  • Union of sets
  • Built-in Functions with Set
  • Python Frozenset

Python Dictionary

  • How to create a dictionary?
  • PYTHON HASHING?
  • 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)

Python Functions

  • What is a function?
  • How to define and call a function in Python
  • Types of Functions
  • Significance of Indentation (Space) in Python
  • How Function Return Value?
  • Types of Arguments in Functions
  • Default Arguments and Non-Default Arguments
  • Keyword Argument and Non-keyword Arguments
  • Arbitrary Arguments
  • Rules to define a function in Python
  • Various Forms of Function Arguments
  • Scope and Lifetime of variables
  • Nested Functions
  • Call By Value, Call by Reference
  • Anonymous Functions/Lambda functions
  • Passing functions to function
  • map(), filter(), reduce() functions
  • What is a Docstring?

Advanced Python

Python Modules

  • What is a Module?
  • Types of Modules
  • The import Statement
  • The fromâ?¦import Statement
  • ..import * Statement
  • Underscores in Python
  • The dir( ) Function
  • Creating User defined Modules
  • Command line Arguments
  • Python Module Search Path

Packages in Python

  • What is a Package?
  • Introduction to Packages?
  • py file
  • Importing module from a package
  • Creating a Package
  • Creating Sub Package
  • Importing from Sub-Packages
  • Popular Python Packages

Python Date and Time

  • How to Use Date & DateTime Class
  • How to Format Time Output
  • How to use Timedelta Objects
  • Calendar in Python
  • datetime classes in Python
  • How to Format Time Output?
  • The Time Module
  • Python Calendar Module
  • Python Text Calendar, HTML Calendar Class
  • Unix Date and Time Commands

File Handling

  • What is a data, Information File?
  • File Objects
  • File Different Modes and Object Attributes
  • How to create a Text Fil and Append Data to a File and Read a File
  • Closing a file
  • Read, read line ,read lines, write, write linesâ?¦!!
  • Renaming and Deleting Files
  • Directories in Python
  • Working with CSV files and  CSV Module
  • Handling IO Exceptions

Python OS Module

  • Shell Script Commands
  • Various OS operations in Python
  • Python File System Shell Methods

Python Exception Handling

  • Python Errors
  • Common RunTime Errors in PYTHON
  • Abnormal termination
  • Chain of importance Of Exception
  • Exception Handling
  • Try â?¦ Except
  • Try .. Except .. else
  • Try â?¦ finally
  • Argument of an Exception
  • Python Custom Exceptions
  • Ignore Errors
  • Assertions
  • UsingAssertionsEffectively

Gallery (3)

About the Trainer

Sailaja picture

4.4 Avg Rating

21 Reviews

68 Students

23 Courses

Sailaja Akkala

B Tech, MBA

10 Years of Experience

I am a trainer in Soft Skills with a passion for learning. I believe training is an experience that is engaging, high-energy style and ability to make learning fun. With a strong determination and commitment towards training, I am energized to help others succeed.
I am focussed to keep learning relevant to the learners' needs. My ultimate aim is to make learning earn Personality Empowerment.

My Strengths:

A passion for learning and training people
An excellent communication
Perfect presentation
Always smile on the face
A continuous urge to excel


Conducted Training in the following Areas:

·Johari Window
· Fish Philosophy, Motivation
· Telephone Etiquettes
· Personality Development
· Body Language.
· Leadership Skills
· Listening Skills
· Public Speaking
· Presentation Skill
· Effective Communication
· Induction & Orientation
· Interviewing Skill
· Email Etiquettes
· Business writing
· Customer Handling
· Stress Management
· Time Management
· Positive Thinking
· Grooming
· Change and Innovation
· Conflict Management
· Negotiation Skills
· Team Building
· GD Sessions

Students also enrolled in these courses

LIVE
9 reviews
9 Hours

Course offered by Khaleel Basha

494 reviews
LIVE
30 Hours

Course offered by Vidya Sagar

19 reviews
LIVE
30 reviews
40 Hours

Course offered by Narayana Reddy

30 reviews
LIVE
16 reviews
45 Hours

Course offered by Ramesh

243 reviews

Tutor has not setup batch timings yet. Book a Demo to talk to the Tutor.

Different batches available for this Course

No Reviews yet!

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

tickYou have successfully registered

Python Training by Sailaja Akkala

Sailaja picture
LIVE

Class
starts in

01

Hour

01

Min

01

Sec

Select One

Register Now

Do you want to Register for this Free class?

Yes, Register No, not right now

Tell us a little more about yourself

Python Training by Sailaja Akkala

Sailaja picture
LIVE

Class
starts in

01

Hour

01

Min

01

Sec

Please enter Student name

Please enter your email address.

Please enter phone number.

Verify Your Mobile Number

Please verify your Mobile Number to book this free class.

Update

Please enter 10 digit phone number.

Please enter your phone number.

Please Enter a valid Mobile Number

This number is already in use.

Resend

Please enter OTP.

Or, give a missed call and get your number verified

080-66-0844-42

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more