/> Details verified of Nimmi S.✕
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 Hindi Mother Tongue (Native)
English Proficient
Rajasthan University 2016
Integrated B.Tech-M.Tech in Information Technologies
Marathahalli Colony, Bangalore, India - 560037
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
3
Course Duration provided
1-3 months, 3-6 months
Seeker background catered to
Individual
Certification provided
No
Python applications taught
Data Extraction with Python , Data Visualization with Python, Machine Learning with Python, Text Processing with Python, Web Development with Python , Help in assignment, Automation with Python , Data Analysis with Python , Regular Expressions with Python , Web Scraping with Python , Data Science with Python
Answered on 26/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Ask a Question
Answered on 25/05/2020
Ask a Question
I suggest switching to the data science field. This field is new and has the potential to boost your career both as a demanding developer as well as large scale paying jobs. For you, there is a plus point as you have domain knowledge in warehousing. Explore data science career if you're interested.
I hope this helps you find your path.
Answered on 25/05/2020
Ask a Question
list(map(lambda x: (x[0], float(x[1])+10.00) if x[1] < 100.001 else x, a))
This is just doing the same thing as:
where input list is a = [('34587',163.8), ('98762',284.0), ('77226',98.85), ('88112',74.97)]
def increment(product):
if product[1] < 100.00:
product = (product[0], float(product[1])+10.00)
return product
new_output = []
for i in a:
new_output.append(increment(i))
print(new_output)
Answered on 25/05/2020
Ask a Question
Answered on 25/05/2020
Ask a Question
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
3
Course Duration provided
1-3 months, 3-6 months
Seeker background catered to
Individual
Certification provided
No
Python applications taught
Data Extraction with Python , Data Visualization with Python, Machine Learning with Python, Text Processing with Python, Web Development with Python , Help in assignment, Automation with Python , Data Analysis with Python , Regular Expressions with Python , Web Scraping with Python , Data Science with Python
Answered on 26/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Ask a Question
Answered on 25/05/2020
Ask a Question
I suggest switching to the data science field. This field is new and has the potential to boost your career both as a demanding developer as well as large scale paying jobs. For you, there is a plus point as you have domain knowledge in warehousing. Explore data science career if you're interested.
I hope this helps you find your path.
Answered on 25/05/2020
Ask a Question
list(map(lambda x: (x[0], float(x[1])+10.00) if x[1] < 100.001 else x, a))
This is just doing the same thing as:
where input list is a = [('34587',163.8), ('98762',284.0), ('77226',98.85), ('88112',74.97)]
def increment(product):
if product[1] < 100.00:
product = (product[0], float(product[1])+10.00)
return product
new_output = []
for i in a:
new_output.append(increment(i))
print(new_output)
Answered on 25/05/2020
Ask a Question
Answered on 25/05/2020
Ask a Question
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.