UrbanPro
true
Sandeep Gandham SQL Programming trainer in Rangareddy

Sandeep Gandham

Former Software Engineer and Microsoft Student Partner

Bolarum, Rangareddy, India - 500010.

1 Student

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

Details verified of Sandeep Gandham

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

I take online coding classes for my juniors and I used to take coding classes when I was in college. I have worked in a company where I got my hands dirty working on SQL and other Data Visualization tools.

Languages Spoken

English Proficient

Education

Jawaharlal Nehru Technological University 2020

Bachelor of Technology (B.Tech.)

Address

Bolarum, Rangareddy, India - 500010

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

SQL Programming Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SQL Programming Training

1

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

1

Course Duration provided

3-6 months, 1-3 months

Seeker background catered to

Individual, Educational Institution

Certification provided

No

Python applications taught

Help in assignment, Data Visualization with Python, Web Development with Python

Web Development Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Web Development Classes

1

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

1

Microsoft Power BI

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Microsoft Power BI

1

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

1

PHP Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

1

Teaches

Php MySQL, PHP Web 2.0

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach C Language, HTML, Microsoft Power BI, PHP, Python Training, SQL Programming and Web Development Classes.

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 1 year.

Answers by Sandeep Gandham (3)

Answered on 02/05/2023 Learn IT Courses/Programming Languages/Python

' and status='approved'
Answers 3 Comments
Dislike Bookmark

Answered on 02/05/2023 Learn IT Courses/Programming Languages/Python

In Python, empty brackets represent an empty list. A list is a collection of values that can be of any data type, such as numbers, strings, or other objects. An empty list is a list with no elements. It can be created by simply assigning to a variable. For example: You can also create an empty list... ...more

In Python, empty brackets [] represent an empty list. A list is a collection of values that can be of any data type, such as numbers, strings, or other objects.

An empty list is a list with no elements. It can be created by simply assigning [] to a variable. For example:

You can also create an empty list using the list() constructor:

 

Once you have an empty list, you can add elements to it using the append() method or by concatenating it with another list.

Empty brackets can also be used to access elements of a list by their index. For example, my_list[0] would access the first element of the list (assuming it exists). If the list is empty, trying to access an index will result in an IndexError being raised.

Note that empty brackets have other meanings in Python as well. For example, when used with a dictionary, empty brackets {} represent an empty dictionary. When used with a set, empty brackets set() represent an empty set.

Answers 3 Comments
Dislike Bookmark

Answered on 31/07/2020 Learn IT Courses/Programming Languages/Python/Python Advanced

When you create a column name in Dataframe, it may throw you a type error if you name the column name as a number. The column name must be converted to a string before naming it as a column.
Answers 47 Comments
Dislike Bookmark

Teaches

SQL Programming Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SQL Programming Training

1

Python Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

1

Course Duration provided

3-6 months, 1-3 months

Seeker background catered to

Individual, Educational Institution

Certification provided

No

Python applications taught

Help in assignment, Data Visualization with Python, Web Development with Python

Web Development Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Web Development Classes

1

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

1

Microsoft Power BI

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Microsoft Power BI

1

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

1

PHP Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in PHP Classes

1

Teaches

Php MySQL, PHP Web 2.0

No Reviews yet!

Answers by Sandeep Gandham (3)

Answered on 02/05/2023 Learn IT Courses/Programming Languages/Python

' and status='approved'
Answers 3 Comments
Dislike Bookmark

Answered on 02/05/2023 Learn IT Courses/Programming Languages/Python

In Python, empty brackets represent an empty list. A list is a collection of values that can be of any data type, such as numbers, strings, or other objects. An empty list is a list with no elements. It can be created by simply assigning to a variable. For example: You can also create an empty list... ...more

In Python, empty brackets [] represent an empty list. A list is a collection of values that can be of any data type, such as numbers, strings, or other objects.

An empty list is a list with no elements. It can be created by simply assigning [] to a variable. For example:

You can also create an empty list using the list() constructor:

 

Once you have an empty list, you can add elements to it using the append() method or by concatenating it with another list.

Empty brackets can also be used to access elements of a list by their index. For example, my_list[0] would access the first element of the list (assuming it exists). If the list is empty, trying to access an index will result in an IndexError being raised.

Note that empty brackets have other meanings in Python as well. For example, when used with a dictionary, empty brackets {} represent an empty dictionary. When used with a set, empty brackets set() represent an empty set.

Answers 3 Comments
Dislike Bookmark

Answered on 31/07/2020 Learn IT Courses/Programming Languages/Python/Python Advanced

When you create a column name in Dataframe, it may throw you a type error if you name the column name as a number. The column name must be converted to a string before naming it as a column.
Answers 47 Comments
Dislike Bookmark

Sandeep Gandham describes himself as Former Software Engineer and Microsoft Student Partner. He conducts classes in C Language, HTML and Microsoft Power BI. Sandeep is located in Bolarum, Rangareddy. Sandeep takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 1 years of teaching experience . Sandeep has completed Bachelor of Technology (B.Tech.) from Jawaharlal Nehru Technological University in 2020. HeĀ is well versed in English.

X

Share this Profile

Recommended Profiles

S RAMCHANDRA REDDY

S RAMCHANDRA REDDY photo Huda Colony, Hyderabad

Abdul Khader Shaik

Abdul Khader Shaik photo Dilsukhnagar Colony, Hyderabad

Sonica B.

Sonica B. photo Abids, Hyderabad

The Knowledge Hub India

The Knowledge Hub India photo Toli Chowki, Hyderabad

Prabhat Singh

Prabhat Singh photo Sector 22, Gurgaon

Prashant Mishra

Prashant Mishra photo Ejipuran, Bangalore

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