UrbanPro
true
Divya Swaroop Pandey BTech Tuition trainer in Pune

Divya Swaroop Pandey

Lets grow togther to change the world....

Wakad, Pune, India - 411027.

1 Student

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Divya Swaroop Pandey

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

Divya Swaroop Pandey describes himself as Lets grow togther to change the world..... He conducts classes in BTech Tuition, Class I-V Tuition and Engineering Entrance Coaching. Divya Swaroop is located in Wakad, Pune. Divya Swaroop takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 2 years of teaching experience . Divya Swaroop has completed Bachelor of Technology (B.Tech.) from NIT DURGAPUR in 2014. HeĀ is well versed in Hindi and English.

Languages Spoken

Hindi

English

Education

NIT DURGAPUR 2014

Bachelor of Technology (B.Tech.)

Address

Wakad, Pune, India - 411027

Verified Info

ID 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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

BTech Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

2

BTech Mechanical subjects

Turbomachines, Fluid Mechanics, Thermodynamics, Mechanical Behavior of Engineering Materials, Design Engineering, Engineering Drawing & Graphics, Refrigeration & Air Conditioning Systems, Material Science and Metallurgy, CAD-CAM, Manufacturing Technology, Tribology, Kinematics of Machinery, Mechanics of Machines, Machine Design, Steam & Gas Turbines, Product Design and Manufacturing, Analysis and Design of Machine Components, Heat Treatment of Metals and Alloys, Heat & Mass Transfer, Strength of Materials, Welding Technology, Internal Combustion Engines and Emissions, Metrology, Mechanical Measurements and Instrumentation

BTech Branch

BTech Mechanical Engineering

BTech Metallurgical & Materials subjects

Mechanics of Materials

Experience in School or College

Use to teach batchmates before exams.

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BTech 1st Year subjects

Mechanics Of Solids, Basic Mechanical Engineering

Teaching Experience in detail in BTech Tuition

Teaching and clearing doubts of thousands of students on online portal like Chegg And Transtutor.

Engineering Entrance Coaching classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Reviews

No Reviews yet!

FAQs

1. Which BTech branches do you tutor for?

BTech Mechanical Engineering

2. Do you have any prior teaching experience?

Yes

3. Which classes do you teach?

I teach BTech Tuition, Class I-V Tuition and Engineering Entrance Coaching Classes.

4. Do you provide a demo class?

Yes, I provide a free demo class.

5. How many years of experience do you have?

I have been teaching for 2 years.

Answers by Divya Swaroop Pandey (2)

Answered on 08/04/2020 Learn Tuition/BTech Tuition +3 IT Courses/Programming Languages/Python IT Courses/Programming Languages/Python/Python Anaconda IT Courses/Programming Languages/Python/Python Advanced

# Python code to sort a list of tuples # according to given key. # get the last key. def last(n): return n # function to sort the tuple def sort(tuples): # We pass used defined function last # as a parameter. return sorted(tuples, key = last) # driver code a = m = 2print("Sorted:"), print(sort(a))... ...more

# Python code to sort a list of tuples
# according to given key.

# get the last key.
def last(n):
return n[m]

# function to sort the tuple
def sort(tuples):

# We pass used defined function last
# as a parameter.
return sorted(tuples, key = last)

# driver code
a = [(23, 45, 20), (25, 44, 39), (89, 40, 23)]
m = 2
print("Sorted:"),
print(sort(a))

Answers 26 Comments
Dislike Bookmark

Answered on 07/04/2020 Learn Tuition

Living beings are all those that can respire. The prominent examples are: human beings, plants, animals (all terrestrial, aquatic, and aerial.) Living beings may not necessarily locomote or make their food, but they necessarily respire. ...more

Living beings are all those that can respire. The prominent examples are: human beings, plants, animals (all terrestrial, aquatic, and aerial.) Living beings may not necessarily locomote or make their food, but they necessarily respire.

Answers 795 Comments
Dislike Bookmark

Teaches

BTech Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

2

BTech Mechanical subjects

Turbomachines, Fluid Mechanics, Thermodynamics, Mechanical Behavior of Engineering Materials, Design Engineering, Engineering Drawing & Graphics, Refrigeration & Air Conditioning Systems, Material Science and Metallurgy, CAD-CAM, Manufacturing Technology, Tribology, Kinematics of Machinery, Mechanics of Machines, Machine Design, Steam & Gas Turbines, Product Design and Manufacturing, Analysis and Design of Machine Components, Heat Treatment of Metals and Alloys, Heat & Mass Transfer, Strength of Materials, Welding Technology, Internal Combustion Engines and Emissions, Metrology, Mechanical Measurements and Instrumentation

BTech Branch

BTech Mechanical Engineering

BTech Metallurgical & Materials subjects

Mechanics of Materials

Experience in School or College

Use to teach batchmates before exams.

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions

Taught in School or College

Yes

BTech 1st Year subjects

Mechanics Of Solids, Basic Mechanical Engineering

Teaching Experience in detail in BTech Tuition

Teaching and clearing doubts of thousands of students on online portal like Chegg And Transtutor.

Engineering Entrance Coaching classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

No Reviews yet!

Answers by Divya Swaroop Pandey (2)

Answered on 08/04/2020 Learn Tuition/BTech Tuition +3 IT Courses/Programming Languages/Python IT Courses/Programming Languages/Python/Python Anaconda IT Courses/Programming Languages/Python/Python Advanced

# Python code to sort a list of tuples # according to given key. # get the last key. def last(n): return n # function to sort the tuple def sort(tuples): # We pass used defined function last # as a parameter. return sorted(tuples, key = last) # driver code a = m = 2print("Sorted:"), print(sort(a))... ...more

# Python code to sort a list of tuples
# according to given key.

# get the last key.
def last(n):
return n[m]

# function to sort the tuple
def sort(tuples):

# We pass used defined function last
# as a parameter.
return sorted(tuples, key = last)

# driver code
a = [(23, 45, 20), (25, 44, 39), (89, 40, 23)]
m = 2
print("Sorted:"),
print(sort(a))

Answers 26 Comments
Dislike Bookmark

Answered on 07/04/2020 Learn Tuition

Living beings are all those that can respire. The prominent examples are: human beings, plants, animals (all terrestrial, aquatic, and aerial.) Living beings may not necessarily locomote or make their food, but they necessarily respire. ...more

Living beings are all those that can respire. The prominent examples are: human beings, plants, animals (all terrestrial, aquatic, and aerial.) Living beings may not necessarily locomote or make their food, but they necessarily respire.

Answers 795 Comments
Dislike Bookmark

Divya Swaroop Pandey describes himself as Lets grow togther to change the world..... He conducts classes in BTech Tuition, Class I-V Tuition and Engineering Entrance Coaching. Divya Swaroop is located in Wakad, Pune. Divya Swaroop takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 2 years of teaching experience . Divya Swaroop has completed Bachelor of Technology (B.Tech.) from NIT DURGAPUR in 2014. HeĀ is well versed in Hindi and English.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more