Basic Python programming assignment tutors in Durga Coral Apartment, Kadubeesanahalli, Bengaluru

803 Basic Python programming assignment tutors in Durga Coral Apartment, Kadubeesanahalli, Bengaluru found

I have 14 years of experience in IT especially in Functional and Automation QA. I have worked with many real time project with giant clients and automated so many web applications for the domains like Banking, telecom,devops,payments, automobile etc.

I do interview support, job support and tutoring as well
********************
I have handled...

  • Whitefield
  • 8002,000/hour
  • 15.0 yr.
  • 15.0 yr.

Prince is currently working as a genai Data science consultant at Deloitte. He's having 6+ year of industry experience and 10 year of teaching experience with area of expertise like Genai, Python for data science, Machine learning, SQL, Data Analysis, Deep learning etc. His professional experience has equipped him with an understanding of Data...

  • Whitefield
  • 1,0002,000/hour
  • 7.0 yr.
  • 7.0 yr.

Hi,I'm a working professional currently working in IT sector.I can assist you with coding technologies like python,java,MySQL and data structures and algorithms.Additionally I can help you with the career opportunities in IT sector and what kind of preparation we need to do In order to place in top big mnc's with high packages.And also I'll help...

  • Whitefield
  • 1,0005,000/hour
  • 2.0 yr.
  • 2.0 yr.

I teach students based on their current understanding level which i divide them into beginner, intermediate, expert. For beginers i teach them from scratch, while making them understand as a compiler and build the code instead of just writing it. I mostly concentrate on Memory Management and allocation techniques along with time complexities and...

  • Whitefield
  • 4001,000/hour
  • 1.0 yr.
  • 2.0 yr.
  • 15 km

I am a lifelong learner myself and I have had many good teachers including people, youtube videos and articles. Each learning moment has left an impact on me which I always remember. So I want to give back whatever I can as per my knowledge. Teaching or Learning doesn’t seem like a chore, it’s about taking satisfaction in that one memorable moment...

  • Whitefield
  • 1,500/hour
  • 8.0 yr.
  • 8.0 yr.

Coding is a subject which entirely depends on logic building. Once you have good control over the syntax all you need is logic and debugging skills, a good coder is the one who has both these skills. So my approach would be to teach students these 2 important skills. Firstly, I'll make them comfortable with the language, thereafter, I will push...

  • Whitefield
  • 1,0003,000/hour
  • 6.0 yr.
  • 6.0 yr.

Hi,
I am working as an technical mentor for more than 4.5 years. I having good knowledge with experience in C programming, Embedded C, Microcontrollers, Microcontroller Programming, Linux internals, Data Structures. Also I am having 3 years of online teaching experience. I know how to deliver session from students point of you. My teaching style...

  • Whitefield
  • 100500/hour
  • 3.0 yr.
  • 5.0 yr.

Hello all, I'm an Azure Data Engineer. I have 4+ years of experience in SQL, Python, Azure data factory, Azure databricks, Pyspark, Azure synapse analytics. I teach the students from basic level to advanced level based on students requirement. I can teach in multiple languages like English, Hindi, Telugu. So you can gain more knowledge of you...

  • Whitefield
  • 5001,600/hour
  • 4.0 yr.
  • 4.0 yr.
  • 20 km

Hi, I am Smrutee Sagar Maharana.

I am a Databricks Certified Data Engineer with over 3 years of industry experience, including a tenure at Capgemini (2022–2025). My expertise lies in the intersection of Python, SQL, and Cloud Technologies (AWS & Azure).

Unlike standard academic tutors, I teach Python for the Real World. My goal is to bridge...

  • Whitefield
  • 4001,000/hour
  • 2.0 yr.
  • 2.0 yr.
  • 8 km

Hi! I’m Surya — a tutor who believes that if you can’t explain it simply, you don’t understand it well enough.

My teaching style is inspired by Richard Feynman’s approach — breaking complex ideas into simple, intuitive pieces that actually make sense. I focus on building real understanding, not rote memorization.

I teach Programming (Python,...

  • Whitefield
  • 7001,200/hour
  • 2.0 yr.
  • 4.0 yr.
  • 10 km

Hi, I’m Rahul, a SQL Tutor & Database Professional with strong expertise in SQL, Database Management, and Data Analysis.
I specialize in helping students, beginners, and professionals learn SQL step by step from basics to advanced concepts using real-world examples and practical problem solving

What I Offer:

SQL Basics for Beginners –...

  • Whitefield
  • 20,00050,000/month
  • 1.0 yr.
  • 1.0 yr.

Hi,

Teaching has always been my passion. I believe if we set the right methodology to help the student we will get the best results.

I have been working in Analytics domain since the past 5 years. I have assisted my students in acquiring proficiency in different programming languages by employing interactive modules and engaging them in...

  • Whitefield
  • 1,5002,000/hour
  • 5.0 yr.
  • 5.0 yr.

I am a B.Tech graduate with strong skills in Python, coding fundamentals, and academic subjects. I teach concepts in a simple, clear, and beginner-friendly way so that students can understand easily without any confusion.

As an individual online tutor, I focus on building a strong foundation, explaining every topic with real-life examples, and...

  • Whitefield
  • 200300/hour
  • 0.0 yr.
  • 0.0 yr.

I am an expert in Mathematics (Probability Topics)
- Permutations and Combinations
- Probability
- Random Variables
- Probability Distribution

Hi, I am Harshavardhan. I have completed my Undergraduate and IT working professional. Looking for online part time teaching options. I will teach and help in assignments and helps in preparing for...

  • Whitefield
  • 8003,000/hour
  • 1.0 yr.
  • 1.0 yr.

💡 About Me
I’m a Senior Software Engineer with over 5 years of experience in Robotics, Automation, and the Automotive sector. I specialize in C, C++, and Python programming, and I have a strong passion for teaching robotics programming in a simple and engaging way.

🚀 My Teaching Style
Learning with me is never just theory — it’s hands-on...

  • Hsr Bda Complex
  • 5001,500/hour
  • 2.0 yr.
  • 2.0 yr.
  • 15 km

First of all the most important factor of a good teacher is patience. Secondly when I teach I try to make it more interactive as I have done both academic teaching and professional work. When teaching Machine Learning, I don't only believe in the applications but also the inside depth of the algorithm so that the student gets a more clear idea of...

  • Indiranagar
  • 9502,500/hour
  • 5.0 yr.
  • 10.0 yr.

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

  • Lumbini Residency
  • 1,0002,000/hour
  • 0.0 yr.
  • 0.5 yr.

I have 1 year experience in teaching maths and AI ML and im a good tutor and im good at teaching and my teaching skills ate also good and even i can explain the difficult problems and i have one year experience in college,encompasses practical knowledge gained from working with students to facilitate their learning, which helps in developing a...

  • Vijay Nagar
  • 500700/week
  • 1.0 yr.
  • 1.0 yr.

I am well versed with fundamental intuition of mathematics, physics and astronomy. This makes me good at teaching them in an easy and understandable approach. I teach students at their own pace giving real time examples and making every complicated topic easy. If you are someone who wants to learn the subject the way it should be learnt, then...

  • 251
  • 3001,000/hour
  • 5.0 yr.
  • 5.0 yr.

I have a great passion for teaching and problem solving. I have around 5+ years of teaching experience and can help you crack interviews in top companies.
I mostly teach LeetCode, Algorithms and other ML topics. If you are looking for a tutor, contact me.
I am currently working as a Software Engineer at Amazon. Also, I am a paid problem setter...

  • RMZ Infinity
  • 1,5003,000/hour
  • 4.0 yr.
  • 4.0 yr.

Locations

Online