UrbanPro
Find Best Programming Languages Classes in Karve Nagar, Pune

What are you looking for in Programming Languages?

x

No options found matching

What is your location?

Select Country

search

India

Please enter your locality

Back

Programming Languages Classes in Karve Nagar, Pune

Select from 61 Online & Offline Programming Languages Classes in your locality

1
Karve Nagar, Pune
Verified
18 yrs of Exp
200per hour
Classes: Programming Languages C Language

Education: M. Tech in Embedded Systems Experience: 18 years of industrial experience Domain: Industrial Automation, Embedded Systems Training skills:...

2
Karve Nagar, Pune
1 yrs of Exp13 students
Classes: Programming Languages, Class 10 Tuition and more.

Worked as Mechanical Engineering, Mathematics and Science Subject Matter Expert at Chegg.com, Testbook, Byjus & NCR Edu services. 6 years of teaching...

3
Jyotsna V. Programming Languages trainer in Pune
Karve Nagar, Pune
9 yrs of Exp
Classes: Programming Languages, Class 9 Tuition and more.

Very experienced in coaching school and college students as well as professionals. Expert coaching has been given to professionals wanting to settle/practice...

Do you need help in finding the best teacher matching your requirements?

Post your requirement now
4
Karve Nagar, Pune
1 yrs of Exp
Classes: Programming Languages, Data Science

Hi, I am Prathamesh Kulkarni and I can teach Python from scratch to the production level and Data Science from concepts to projects. Please contact...

5
Polyscript Technologies Programming Languages institute in Pune
Karve Nagar, Pune
400per hour
Classes: Programming Languages, Mean stack and more.

We are one of the leading institutes in Pune. Any student or professionals who want to learn or build their career can be able to join us. We have...

6
Karve Nagar, Pune
400per hour
Classes: Programming Languages, Python Training and more.

Institute with the aim to be a global leader in the areas of IT training, staffing, software development and consulting has proven its remarkable...

7
Karve Nagar, Pune
3 yrs of Exp
Classes: Programming Languages, Engineering Diploma Tuition and more.

B.E. Electrical | Microcontroller based engineering projects | IEEE based projects - Embedded systems development | Microcontroller programming in...

8
Karve Nagar, Pune
3 yrs of Exp
Classes: Programming Languages, Java Training and more.

I can teach each and every topics very easily and make it stronger for the students.

9
Karve Nagar, Pune
1 yrs of Exp
Classes: Programming Languages, BTech Tuition and more.

B.Tech graduate, in Computer Science and Engineering.

10
Karve Nagar, Pune
Classes: Programming Languages, C Language and more.

TSMind Technology is a Leading Training Provider for Software Development Courses since 2015. We provide high Quality Industry Level Training with...

Verified

Find more Programming Languages Classes

Selected Location

    Key highlights about Programming Languages Classes

    ✅ Free Demo Class : Available
    ✅ Average price : INR 400/hr
    ✅ Tutors available : 61
    ✅ Class format : Online or Offline classes

    FAQ

    How do I find the best Programming Languages Classes in Karve Nagar, Pune near me?

    You can browse the list of best Programming Languages tutors on UrbanPro.com. You can even book a free demo class to decide which Tutor to start classes with.

    What is the typical Fee charged for Programming Languages Classes in Karve Nagar, Pune?

    The fee charged varies between online and offline classes. Generally you get the best quality at the lowest cost in the online classes, as the best tutors don’t like to travel to the Student’s location.

    Monthly Fee for 1-1 Classes

    INR 3,600 - ₹ 6,000 for 12 classes per month

    Hourly Fee for 1-1 Classes

    INR 300 - ₹ 500

    Monthly Fee for Group Classes

    INR 2,880 - ₹ 4,800 for 12 classes per month

    Hourly Fee for Group Classes

    INR 240 - ₹ 400

    Monthly Fee for Programming Languages Classes at home

    INR 3,600 - ₹ 6,000 for 12 classes per month

    Hourly Fee for Programming Languages Classes at home

    INR 300 - ₹ 500

    Monthly Fee for Online Programming Languages Classes

    INR 3,600 - ₹ 6,000 for 12 classes per month

    Hourly Fee for Online Programming Languages Classes

    INR 300 - ₹ 500

    Does joining Programming Languages Classes help?

    It definitely helps to join Programming Languages Classes in Karve Nagar, Pune, as you get the desired motivation from a Teacher to learn. If you need personal attention and if your budget allows, select 1-1 Class. If you need peer interaction or have budget constraints, select a Group Class.

    Where can I find Programming Languages Classes near me?

    UrbanPro has a list of best Programming Languages Classes

    Reviews for top Programming Languages Classes

    Average Rating
    (4.7)

    10 Reviews

    • S
      review star review star review star review star review star
      27 Dec, 2018

      Abhijit attended Visual Basic Training

      "Advance excel and vba is taught very deeply with practicals. Trainer is very co-operative..."

      L
      review star review star review star review star no review stars
      10 Oct, 2018

      Pragati attended C Language

      "Sir teaches us nicely almost all concepts get clear in class itself only. Every concept..."

      S
      review star review star review star review star review star
      17 Aug, 2018

      Amol attended C Language

      "Trainers are well experienced, always ready to help, apart from technical skills,..."

      S
      review star review star review star review star review star
      04 Sep, 2018

      Ankita attended C++ Language

      "I have done the C and C++ classes at "LEEWAY IT SERVICES".And at the end i didn't..."

    • S
      review star review star review star review star review star
      11 Mar, 2021

      Vaibhav attended C Language

      "I learned lot of things from Shridhar sir. Sir teaching style is very good. Understand..."

      R
      review star review star review star review star review star
      26 Jan, 2022

      Pallavi attended C Language

      "Your class is great help to clear my basics and your teaching methods are good also..."

      R
      review star review star review star review star review star
      26 Jan, 2022

      Samruddhi attended C Language

      "Teaching technique is very nice. Very easy to understand. Revati mam is also teaching..."

      R
      review star review star review star review star review star
      27 Jan, 2022

      Pranali attended C Language

      "Nicely teaching all concept. I loved it . Having a good lectures from mam. She can..."

    Get connected

    Looking for Programming Languages Classes?

    Find Online or Offline Programming Languages Classes on UrbanPro.

    Do you offer Programming Languages Classes?

    Create Free Profile »

    Programming Languages Questions

    What is a macro, and how do you use it?

    Macro is used where we want to use a value many times in a code. Also there is a possibility that the...

    Where are the PHP jobs?

    anywhere in the World.

    Why should I learn Python programming?

    Python Code is short, Simple , readable, powerful and thus it is effective for computing and problem...

    What array element is considered a pointer?

    the name of the array is actually a pointer as it points to 0th index

    How can I write without the use of printf in C language?

    puts() can be used instead of printf() for printing a string. puts() moves the cursor to next line.

    Programming Languages Lessons

    C++ Program-Single Dimension Array

    /* WAP to print sum and largest value in a single dimension array*/ //Header files #include<iostream.h>#include<conio.h> //Main function void...

    Be prepared to get trained--init

    Before starting the training,students must be mentally prepared for acceptance of new knowledge. Students must attend training with open minded forgetting...

    Decorator Advanced ( Passing Parameter )

    Hope you read our previous note about the basic concept of python-decorators, if not, please read first Let see what are the possible ways to utilise...

    Python - Solving Ordinary Differential Equations - Predator Prey Model aka Lotka Volterra Equations

    This is an assignment in Python, I contributed to a numerical Python MOOC from George Washington University. The link to this assignment on github...

    History Of Programming Languages

    1800: Joseph Marie Jacquard teaches a loom to read punch cards, creating the first heavily multi-threaded processing unit. His invention was fiercely...

    Looking for best Programming Languages Classes?

    POST YOUR REQUIREMENT

    Find Best Programming Languages Classes?

    Find Now »

    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