 
   loading="eager" fetchpriority="high" decoding="sync" />
 loading="eager" fetchpriority="high" decoding="sync" /> Marathahalli Colony, Bangalore, India - 560037.
3 yrs of Exp
Details verified of Nimmi S.✕
  Identity
Identity 
  Education
Education 
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Proficient
  Rajasthan University  2016
Rajasthan University  2016  
Integrated B.Tech-M.Tech in Information Technologies
Marathahalli Colony, Bangalore, India - 560037
  Phone Verified
 Phone Verified 
  Email 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 Classes (Video Call via UrbanPro LIVE)
  Online Classes (Video Call via UrbanPro LIVE) 
   Student's Home
  Student's Home 
   Tutor's Home
  Tutor's Home 
Years of Experience in Python Training classes
3
Course Duration provided
3-6 months, 1-3 months
Seeker background catered to
Individual
Certification provided
No
Python applications taught
Data Science with Python, Data Visualization with Python, Machine Learning with Python, Data Extraction with Python , Text Processing with Python, Automation with Python , Help in assignment, Web Development with Python , Data Analysis with Python , Regular Expressions with Python , Web Scraping with Python
Upcoming Live Classes
1. Which classes do you teach?
I teach Python Training Class.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 3 years.
Answered on 26/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Answered on 25/05/2020
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
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
Answered on 25/05/2020
Class Location
   Online Classes (Video Call via UrbanPro LIVE)
  Online Classes (Video Call via UrbanPro LIVE) 
   Student's Home
  Student's Home 
   Tutor's Home
  Tutor's Home 
Years of Experience in Python Training classes
3
Course Duration provided
3-6 months, 1-3 months
Seeker background catered to
Individual
Certification provided
No
Python applications taught
Data Science with Python, Data Visualization with Python, Machine Learning with Python, Data Extraction with Python , Text Processing with Python, Automation with Python , Help in assignment, Web Development with Python , Data Analysis with Python , Regular Expressions with Python , Web Scraping with Python
Answered on 26/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Answered on 25/05/2020
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
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
Answered on 25/05/2020
 
 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.