Puppalguda, Rajendra Nagar, India - 500075
2
Details verified of Sudheer S✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
10
Course Duration provided
1-3 months
Seeker background catered to
Individual, Corporate company, Educational Institution
Certification provided
No
Python applications taught
Web Development with Python , Machine Learning with Python, Web Scraping with Python , Data Visualization with Python, Scipy Stack with Python , Testing with Python, Data Analysis with Python , Networking with Python , Data Extraction with Python , Data Science with Python, Text Processing with Python, Help in assignment, Regular Expressions with Python , Automation with Python
Teaching Experience in detail in Python Training classes
I have good experience in handling different data science and machine learning projects using python. I explain datascience and machine learning concepts and projects making the student understand the core of the subject.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in django
5
Teaching Experience in detail in django
I have been working in Django and Flask projects for the past 4 years.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Perl Training classes
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Data Science Classes
10
Data science techniques
Python
Teaching Experience in detail in Data Science Classes
I have good experience in handling different data science and machine learning projects using python. I explain datascience concepts and projects making the student understand the core of the subject.
5 out of 5 1 review
Cmadav
"An awesome trainer. Had lot of grip in subject . Really helpful for those who seek carreer in programming. "
Answered on 21/10/2017 Learn IT Courses/Programming Languages/Python
Answered on 21/10/2017 Learn IT Courses/Programming Languages/Python
Answered on 21/10/2017 Learn IT Courses/Programming Languages/Python
Answered on 21/10/2017 Learn IT Courses/Programming Languages/Python
Answered on 21/10/2017 Learn IT Courses/Programming Languages/Python
A generator is a function that has one or more yield statements. Example: >>>def gen_demo(a): yield a a = a+10 yield a a = a+30 yield a >>>gen_a...
The function map takes a function and an iterable as arguments and returns a new iterable with the function applied to each argument. Example: def add_five(x): return x+5 nums = result = list(map(add_five,...
An object in python is said to be an iterable if it obeys one of the following two rules:- 1. Object must consist of __getitem__ method 2. Object must consist of __iter__ method. String objects generally...
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.