Hey my dear students and parents,
I'm Thisal Rasindu. I would like to help you in your academics with my best of knowledge. I'm very good at Mathematics and related subjects to teach you in different problem solving methods and calculations in an easy manner. I can provide you syllabus related lecture slides and you can understand the syllabus...
Hello there! I'm just like you—a computer science student with a CGPA of 3.8. I've always had this burning passion for teaching. It's not about just standing in front of a classroom and lecturing; it's about having a genuine conversation. See, I'm the type who believes in the power of discussion. Learning should be a dialogue, not a monologue. I'm...
Hello,
As an experienced teacher, my goal is not just to help students pass exams but to inspire them to reach their full potential. I believe that teaching is about more than just sharing knowledge; it's about instilling confidence, motivating students, and providing them with the tools to succeed in life. With a strong background in teaching...
My name is Abdul Badi-e Abdul Majeed. I memorized the Qur’an in 2017 in Ghana, at the Institute of Mahd Imam Abdul Wadud Litahfizul Qur’an wa Dirasatil Islamiya, located in the city of Kumasi. I was awarded the grade of “جيد جداً” (Very Good) on my certificate.
After completing my memorization, I began teaching others. I believe a student's...
Hello! I'm an enthusiastic and patient tutor with a deep passion for helping beginners understand the world of web development and programming.
I specialize in teaching HTML5, CSS, and Python (Basics) in a clear, step-by-step way—perfect for school/college students, job seekers, or complete beginners who want to build a strong foundation in...
Hey students,
I am a friendly, young teacher, currently working as an Online English Tutor. I have got many good feedbacks from my previous students and their parents. For me, student and parent satisfaction is more important than the fees. I believe that if I am taking a class and getting paid for it, I should give my best for every penny the...
Hello! I’m Gargi, currently pursuing a PhD in Artificial Intelligence, with a strong passion for teaching and guiding students in the world of programming and intelligent systems.
With a solid foundation in Computer Science and AI, I help students not just learn to code, but think like problem-solvers. My classes are structured to bridge the...
I first build a good bond with my student and understand his level with care. I start teaching from where he is and make sure he learns something new every day. No matter how many times he struggles or fails, I teach him again until he fully understands. I maintain a friendly, brotherly relationship so that learning feels comfortable, supportive,...
Hi there!
Let’s be honest—Math and Coding can feel really difficult and scary sometimes. Whether it’s a complex Algebra equation or a Python code that just won’t run, we have all been stuck there.
That is where I come in.
My name is Akhilesh Ray, and I am a tutor who believes that no student is "weak" in studies—they just need a better...
I am a Computer Science undergraduate with a strong interest in teaching and mentoring beginners. I have a solid foundation in programming using C, C++, and Python, along with core subjects such as Data Structures, Algorithms, and Operating Systems. I specialize in breaking down complex concepts into simple, easy-to-understand explanations and...
I am a scientist by training and a teacher by passion. With over 15 years of experience in academia and a PhD in bioinformatics, I’ve worked extensively with fungal and microbial genomics, handling real biological data and answering real scientific questions.
My teaching style is to make difficult concepts easy to understand through practical,...
I am an Assistant Professor in the Department of Computer Applications at St. Teresa’s College, Mala. I offer online tutoring with a focus on clear explanations and strong fundamentals.
My teaching style is simple, patient, and student-friendly. I explain concepts step by step and help students gain confidence in the subject. I provide...
I am a result-oriented tutor for students up to Class 10, specializing in strong concept building and board-exam preparation. My teaching focuses on clarity, exam-oriented practice, and effective answer-writing strategies aligned with the latest syllabus and question patterns.
Through personalized teaching, structured revision, and regular...
I am a patient tutor who teaches concepts clearly from the basics. I explain the topics again if needed until the student understands them well. I am also flexible with time and can continue a little longer if required to make sure the student is comfortable with the lesson. I start with basic concepts and gradually move to advanced topics. I use...
Hi, I am a BSC Physics Honours student studying in Miranda house in Delhi.
I completed 12th with science stream ( marks 69.79%) and 92.2% in 10th class from CBSE board .
I love teaching children . I can teach mathmatics upto class 12 and science and hindi upto class 10th.
I am fresher currently looking for second money. I understand a student...
Passionate Software Engineer & Dedicated Coding Mentor for Young Creators!
Hello! My name is Mostafa Mohamed, and I am a professional Software Engineer with over 3 years of experience in online tutoring. I don't just teach kids how to write code; I teach them how to think logically, solve problems creatively, and turn their wildest ideas into...
I am a Computer Science student with hands-on experience in backend development, Python, and data-driven applications. I focus on teaching concepts in a clear and practical way so learners understand not just the “how” but also the “why”.
My teaching approach is structured and result-oriented. I begin with fundamentals, explain concepts using...
graph = {
"Me": ["DP"],
"DP": ["More DP"],
"More DP": ["Hard DP"],
"Hard DP": ["Existential Crisis"],
"Existential Crisis": []
}
visited = set()
def dfs(node):
if node in visited:
return
visited.add(node)
print(f"Visiting: {node}")
for nei in graph[node]:
dfs(nei)
dfs("Me")
I am an Android developer with...
I am a passionate tutor with 1 year of experience teaching Python, Data Structures & Algorithms (DSA), and Mathematics. My teaching approach is different from traditional methods — instead of directly jumping into theory, I first build understanding through real-life examples, practical scenarios, and intuitive problem-solving. Once the student...
Hello! 👋
I’m Aadhith, a B.Tech student in Artificial Intelligence and Data Science, passionate about helping others learn Python programming and MySQL from the basics to practical, real-world applications.
I believe learning to code should be simple, logical, and fun — not confusing! I focus on explaining every concept clearly with examples,...