/> Details verified of Harshal Babu✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Online Classes English Proficient
Tamil Basic
Keraladheeswarapuram, Tirur, India - 676307
Education Verified
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Python Training classes
2
Course Duration provided
1-3 months
Seeker background catered to
Individual
Certification provided
Yes
Python applications taught
Automation with Python , Data Analysis with Python , Help in assignment, Data Visualization with Python, Web Scraping with Python , Networking with Python , Scipy Stack with Python , Testing with Python, GUI (Graphical User Interfaces) with Python , Regular Expressions with Python
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in C Language Classes
1
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
1
Proficiency level taught
Basic C++
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Data Science Classes
1
Data science techniques
Python
Answered on 14/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Ask a Question
Answered on 03/05/2020
Ask a Question
Hi anurag, first you could do this using list comprehension. But i will show you how you could achieve a more readable result using map
1 - you need to create a lambda function.
update = lambda x,y : (x,y+10) if y<100 else (x,y)
2 - use map
New_list = map(update, old_lst)
It will return a map generator object you could use it in for loop. for other purposes use list(New_list) .
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Python Training classes
2
Course Duration provided
1-3 months
Seeker background catered to
Individual
Certification provided
Yes
Python applications taught
Automation with Python , Data Analysis with Python , Help in assignment, Data Visualization with Python, Web Scraping with Python , Networking with Python , Scipy Stack with Python , Testing with Python, GUI (Graphical User Interfaces) with Python , Regular Expressions with Python
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in C Language Classes
1
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in C++ Language Classes
1
Proficiency level taught
Basic C++
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Data Science Classes
1
Data science techniques
Python
Answered on 14/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Ask a Question
Answered on 03/05/2020
Ask a Question
Hi anurag, first you could do this using list comprehension. But i will show you how you could achieve a more readable result using map
1 - you need to create a lambda function.
update = lambda x,y : (x,y+10) if y<100 else (x,y)
2 - use map
New_list = map(update, old_lst)
It will return a map generator object you could use it in for loop. for other purposes use list(New_list) .
Ask a Question
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.