Featured
Kaikondrahalli, Bangalore, India - 560035.
Verified Certified 75
Details verified of Sachidananda 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 Proficient
English Proficient
BPUT 2012
Bachelor of Technology (B.Tech.)
Kaikondrahalli, Bangalore, India - 560035
ID Verified
Education Verified
Phone Verified
Email Verified
U
University of Hyderabad Campus School
Gachibowli, Hyderabad
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Excellence Award Winner 2023
1st Jan - 30th Jun
C Language
UrbanPro Certified Tutor
For C Language
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
8
Teaching Experience in detail in C Language Classes
I am currently working as Software Engineer. I also love to teach programming. Learning programming is easy if we learn in a practical and fun way. I teach C, C++, Data Structure and Algorithms. For me it doesn't matter you know anything or not now, but if you start giving effort with me, I am confident that you will be learning well and feel happy about yourself. Let's learn programming :-)
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
5
BTech Electrical & Electronics subjects
Data Structures & Algorithms
BTech Computer Science subjects
Data Structures and Algorithms
BTech Branch
BTech 1st Year Engineering, BTech Computer Science Engineering, BTech Information Science Engineering
BTech Information Science subjects
Data Structures and Algorithms, Object Oriented Programming
Experience in School or College
I teach data structure and programming in a fun and practical way.
Type of class
Crash Course, Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
BTech 1st Year subjects
Computer science
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
10
Experience in School or College
I love to teach programming, Let's learn programming in a fun way.
BCA Subject
C Language Programming, Object Oriented Technologies, IT
Type of class
Crash Course, Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
4.8 out of 5 25 reviews
Aditya Singh
C Language
"I enrolled in the C language and Data Structures course with the aim of gaining a strong foundation in the subject and developing the skills to solve complex problem statements. Upon completing the course, I have acquired the ability to analyze problems, break them down into subparts, and effectively find the solutions. The teaching style of the instructor is exceptional. His primary focus is on ensuring that his students thoroughly grasp each topic. He possesses a keen understanding of when to provide assistance and when to encourage students to solve problems independently. Overall, I am highly satisfied with the course and grateful for the instructor's effective teaching methods, which have significantly enhanced my understanding of data structures. I feel well-prepared to tackle challenging problem statements confidently. "
Reply by Sachidananda
Thanks Aditya for your detailed review, All the best for your career.
Saishobanasri
C Language
"Classes with Sir have been so Worthwhile! and Interactive :) Sir have an amazing way of teaching with real-life examples so that they are much more understandable. Sir is very patient, calm, and supportive and helps to clear all our doubts at any time. "
Reply by Sachidananda
Thanks, Sai for your detailed review, Hope you are doing well in your coding practice and semester exam.
Priyajit Kundu
C Language
"Sir is very appreciable teacher. I learned c language from sir, he clears all the doubts I have. I think now I would be able to clear all types of c language problems"
Reply by Sachidananda
Thanks, Priyajit for your review, I am really surprised they way way you picked the course and did all assignments being in 8th-class. Keep learning, Keep coding.
Kashish Hussain
C Language
"Sir is extremely dedicated and adjusting towards his students. Along with teaching his subject, he makes the subject interesting and ensures that the student builds confidence in the subject. Sir provides help at any time of the day. I am indebted to sir for making the subject easy and interesting for me. Thank you sir. "
Reply by Sachidananda
Thanks Kashish, All the best for your semester exam.
1. Which classes do you teach?
I teach BCA Tuition, BTech Tuition and C Language 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 8 years.
Answered on 17/05/2023 Learn IT Courses/Programming Languages/Python
In mathematics if you have to add 2 numbers you just assign two number in to variables and add them.
In math:
x= 5 y = 10
x+y gives the sum.
In python:
Do the similar thing and print it to the screen.
x = 5
y =10
print(x+y) #this line should print the sum of x and y.
Answered on 12/05/2023 Learn IT Courses/Programming Languages/Python
There is nothing like bad programming langauage, Based on requirement and features of programming language it's get selected for the project. Even sometimes a project consist of many porogramming languages in different module. Python may not be suitablle for one project it may be suitable for different project.
Answered on 12/05/2023 Learn IT Courses/Programming Languages/Python
There is nothing like top programming languuage, Every programming langauge has it's own importance. Based on the features of a programming language it's selected for a software project.
Python is one of popular programming language as it is easy to learn and syntax is clear, not much complexity in managing memory for user.
Answered on 04/05/2023 Learn IT Courses/Programming Languages/Python
Answered on 04/05/2023 Learn IT Courses/Programming Languages/Python
Excellence Award Winner 2023
1st Jan - 30th Jun
C Language
UrbanPro Certified Tutor
For C Language
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in C Language Classes
8
Teaching Experience in detail in C Language Classes
I am currently working as Software Engineer. I also love to teach programming. Learning programming is easy if we learn in a practical and fun way. I teach C, C++, Data Structure and Algorithms. For me it doesn't matter you know anything or not now, but if you start giving effort with me, I am confident that you will be learning well and feel happy about yourself. Let's learn programming :-)
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
5
BTech Electrical & Electronics subjects
Data Structures & Algorithms
BTech Computer Science subjects
Data Structures and Algorithms
BTech Branch
BTech 1st Year Engineering, BTech Computer Science Engineering, BTech Information Science Engineering
BTech Information Science subjects
Data Structures and Algorithms, Object Oriented Programming
Experience in School or College
I teach data structure and programming in a fun and practical way.
Type of class
Crash Course, Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
BTech 1st Year subjects
Computer science
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
10
Experience in School or College
I love to teach programming, Let's learn programming in a fun way.
BCA Subject
C Language Programming, Object Oriented Technologies, IT
Type of class
Crash Course, Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Answered on 17/05/2023 Learn IT Courses/Programming Languages/Python
In mathematics if you have to add 2 numbers you just assign two number in to variables and add them.
In math:
x= 5 y = 10
x+y gives the sum.
In python:
Do the similar thing and print it to the screen.
x = 5
y =10
print(x+y) #this line should print the sum of x and y.
Answered on 12/05/2023 Learn IT Courses/Programming Languages/Python
There is nothing like bad programming langauage, Based on requirement and features of programming language it's get selected for the project. Even sometimes a project consist of many porogramming languages in different module. Python may not be suitablle for one project it may be suitable for different project.
Answered on 12/05/2023 Learn IT Courses/Programming Languages/Python
There is nothing like top programming languuage, Every programming langauge has it's own importance. Based on the features of a programming language it's selected for a software project.
Python is one of popular programming language as it is easy to learn and syntax is clear, not much complexity in managing memory for user.
Answered on 04/05/2023 Learn IT Courses/Programming Languages/Python
Answered on 04/05/2023 Learn IT Courses/Programming Languages/Python
Share this Profile
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.