Marathahalli Colony, Bangalore, India - 560037.
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.
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 (video chat via skype, google hangout etc)
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
Help in assignment, Data Extraction with Python , Regular Expressions with Python , Data Visualization with Python, Text Processing with Python, Machine Learning with Python, Data Analysis with Python , Data Science with Python, Automation with Python , Web Scraping with Python , Web Development with Python
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 Learn IT Courses
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 Learn Tuition/BTech Tuition
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 Learn Tuition/BTech Tuition
Answered on 25/05/2020 Learn Tuition/BTech Tuition
Class Location
Online (video chat via skype, google hangout etc)
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
Help in assignment, Data Extraction with Python , Regular Expressions with Python , Data Visualization with Python, Text Processing with Python, Machine Learning with Python, Data Analysis with Python , Data Science with Python, Automation with Python , Web Scraping with Python , Web Development with Python
Answered on 26/05/2020 Learn Tuition/Engineering Diploma Tuition/Computer Engineering Diploma
Answered on 25/05/2020 Learn IT Courses
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 Learn Tuition/BTech Tuition
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 Learn Tuition/BTech Tuition
Answered on 25/05/2020 Learn Tuition/BTech Tuition
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.