Basic Python programming assignment tutors in PASHMINA WATERFRONT BLOCK-1, Sannatammanahalli, Battarahalli, Bengaluru

787 Basic Python programming assignment tutors in PASHMINA WATERFRONT BLOCK-1, Sannatammanahalli, Battarahalli, Bengaluru found

Experienced AI, Machine Learning & Python Trainer | 5+ Years of Teaching Excellence

Are you a student or college looking to master Python, Artificial Intelligence, Machine Learning, or Data Science? You're in the right place!

I'm Vishal, a passionate freelance trainer with over 4 years of experience in teaching college students across India....

  • Koramangala
  • 1,0003,000/hour
  • 5.0 yr.
  • 5.0 yr.
  • 15 km

I myself want to introduce you as a constant learner who always believe that there is no end to learning. I completed my BE in 2001, MTech in 2008, Data Science diploma in 2024 and PhD in 2025. I am always fond of Teaching and hence, I joined this profession very early in my career. I believe in making the concepts clear while teaching because...

  • Koramangala
  • 4001,000/hour
  • 2.0 yr.
  • 25.0 yr.

I am currently working in one of the Top 5 software organisation. I want to share my knowledge which I learned so for, which would be helpful for someone to get a job. Teaching is the passion for me. I always used to teach with practical examples. I have trained students in such a way that they can clear any kind of interview and most of them are...

  • Koramangala
  • 1,1501,500/hour
  • 3.5 yr.
  • 3.5 yr.

Dear Students,

I'm a IT Business analyst by profession, I have extensive experience in teaching field and i have been teaching many students In my entire career, many of my students describe me as a best friend more than a teacher and they appriciate my kindness, practical way of teaching etc, my experties are MS Excel, all the BA related...

  • Koramangala
  • 1,0001,500/hour
  • 3.0 yr.
  • 3.0 yr.

I am an engineer working for an aerospace industry. I will be able to teach subjects like Thermodynamics, Fluid Mechanics, Heat Transfer,Gas Dynamics and Aircraft propulsion in way that students understand the fundamental concepts better. I try to give practical example as much as possible and also encourage students relate their learnings in...

  • Koramangala
  • 500/hour
  • 2.0 yr.
  • 2.0 yr.

Welcome to my profile!
I'm Kushagra Bansal, a passionate mathematics postgraduate with a knack for teaching and a strong foundation in software engineering. With a gold medal (summa cum laude) from NIT Patna and valuable teaching experience, I am excited to offer my expertise in coding, Python, mathematics, data structures, and algorithms.

My...

  • Koramangala
  • 8002,500/hour
  • 4.0 yr.
  • 4.0 yr.

Contact Me for Computer Science and Mathamatics, Subject areas are listed below.

> Computer Science Subjects
> Coding and Programing
> Programing in Core Java, Python, C
> Data Structures and Algorithms
> Web Application Making
> Database System
> Computer Science Project Related help
> Problem Solving Question in Coding
> Relational...

  • Koramangala
  • 100500/hour
  • 1.0 yr.
  • 4.0 yr.
  • 5 km

Planning lessons and activities that facilitate students' acquisition of basic and advanced computer skills. Instructing in a manner that develops students' confidence in their abilities. Observing and managing classroom dynamics. Invigilating and grading projects, quizzes, and examinations. I take the pace of class depending upon students'...

  • Koramangala
  • 8001,000/week
  • 2.0 yr.
  • 6.0 yr.
  • 10 km

Data Engineering | AI & Machine Learning | Google Cloud | AWS | Python | Spark | SQL
About Me

Hello! I'm a Google Cloud Certified Professional Cloud Architect and Professional Data Engineer with 8+ years of industry experience in Data Engineering, Cloud Computing, Analytics, and AI-driven solutions.

I have worked extensively with...

  • Koramangala
  • 1,5003,000/hour
  • 2.0 yr.
  • 3.5 yr.

1.I did my degree from IIT Kharagpur in computer science major mathematics .As part of job I am data scientist so work range from data cleaning to predictions and all standard analytics .You can find me motivational, open minded and hard working teacher.
2. Subjects of My Expertise:
a) IIT JEE ->Maths(Mains+Advanced) "NO CBSE/ICSE board...

  • Koramangala
  • 8002,000/hour
  • 10.0 yr.
  • 10.0 yr.

I am a Senior Data Scientist with 6+ years of experience solving complex, high-impact business problems in the banking and financial services industry. My work has involved developing credit risk models, fraud detection frameworks, regulatory analytics, and advanced machine learning solutions that directly influence lending decisions, portfolio...

  • Hosa Road
  • 600900/hour
  • 3.0 yr.
  • 3.0 yr.

Name: kodidela Dinesh Naidu
Title: Full-Stack Developer | Real-Time Systems Architect | Tech Mentor
Specialization: Fast-Paced Development | Backend Engineering | Scalable Systems
Availability: Open for Teaching, Mentoring, & Career Coaching

👋 About Me
I’m a passionate full-stack developer and mentor with a focus on building real-world...

  • UB City
  • 5001,500/hour
  • 1.0 yr.
  • 1.0 yr.

I can teach nicely by giving examples of each topic and realtime examples giving in the python.
I was having laptop and penpad for examplain the topic and also I was having good wifi connection in my home so I can explain nicely in online classes
In offline I can travel to the student place and also I can teach the topic.
With in 5 km from my...

  • Halanayakanahalli
  • 400600/hour
  • 3.0 yr.
  • 3.0 yr.
  • 5 km

I am a passionate individual tutor, worked as software engineer in past. Responsible for helping students learn new concepts and complete assignments. Develop lesson plan, Weekly oral and written test, provide regular feedback to parents. Assist students one to one or setting a small group. Friendly and approachable environment for...

  • Sahakar Nagar
  • 250550/hour
  • 1.0 yr.
  • 1.0 yr.

I am a passionate, patient, and dedicated tutor with experience teaching Mathematics and Physics for Class 12 students as well as programming subjects such as Java, Python, and SQL for beginners and college students. I strongly believe that every student can excel with the right guidance and clear understanding of concepts. My teaching methodology...

  • Wilson Garden
  • 100300/hour
  • 2.0 yr.
  • 2.0 yr.

I’m passionate about teaching and helping students build strong, practical skills in programming and data-related technologies. I specialize in Python, SQL, JavaScript, and AI/ML, and I focus on making complex concepts simple and easy to understand.

In Python, I help students learn everything from basics to real-world applications like data...

  • HSR Layout
  • 1,0005,000/hour
  • 3.0 yr.
  • 3.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 am a computer science tutor with a background from IIT Bombay and a passion for making programming accessible to everyone. With years of hands-on coding experience and practical teaching methods, I focus on real-world applications that bring concepts to life.

Whether you're a beginner or looking to deepen your skills, my personalized...

  • HSR Layout
  • 1,500/hour
  • 7.0 yr.
  • 7.0 yr.

I am a backend engineer with 6+ years of industry experience building scalable systems for real-world products. Over the years, I have worked with diverse teams, designed software from scratch, and delivered projects used by thousands of users daily. Teaching and mentoring have always been a natural part of my work — from onboarding new developers...

  • HSR Layout
  • 1,50010,000/hour
  • 5.0 yr.
  • 5.0 yr.
  • 5 km

I am a Software Engineer with a strong passion for teaching and mentoring students in coding and technology. Along with my industry experience in software development, I have worked as a coding instructor at WhiteHat Jr, where I taught international students and helped them build a solid foundation in programming, logical thinking, and...

  • HSR Layout
  • 250400/hour
  • 3.0 yr.
  • 3.0 yr.

Locations

Online