UrbanPro
Find Best Programming Languages Classes in Indirapuram, Ghaziabad

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 Indirapuram, Ghaziabad

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

1
Indirapuram, Ghaziabad
Verified
5 yrs of Exp
700per hour
Classes: Programming Languages, Computer and more.

Sr consultant for Startups and IBM with Technology experience of over 7 years. I believe folks who teach full time without any work experience,...

2
Indirapuram, Ghaziabad
8 yrs of Exp
500per hour
Classes: Programming Languages, Coding for Kids and more.

I am an experienced , qualified teacher and tutor with over 8 year experience in teaching computer science esp languages C and C++ across different...

3
Indirapuram, Ghaziabad
Verified
4 yrs of Exp
Classes: Programming Languages, C Language and more.

Skills- Much focused on student studies Dedicated Motivated Take responsibility to provide better teaching Regular tests for each subjects Specialized...

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

Post your requirement now
4
Indirapuram, Ghaziabad
2 yrs of Exp
Classes: Programming Languages, Class I-V Tuition and more.

Around 3 years of working experience of teaching graduation students.

5
Indirapuram, Ghaziabad
3 yrs of Exp
Classes: Programming Languages, HTML and more.

I am a certified PHP developer working in an IT Company, I have 3 year of experience in PHP, LARAVEL, CI, HTML, CSS, JAVASCRIPT, AJAX, MYSQL, LINUX...

6
Indirapuram, Ghaziabad
6 yrs of Exp
Classes: Programming Languages, BCom Tuition and more.

I have an experience of 6 years in the field of teaching.

7
Indirapuram, Ghaziabad
6 yrs of Exp
Classes: Programming Languages, BCA Tuition

Skills: C++, Linux, Windows based programming, Data Structure and Algorithms Qt and QML, Python Experienced software developer from last 6 years...

8
Indirapuram, Ghaziabad
4 yrs of Exp
Classes: Programming Languages, Class 10 Tuition and more.

I am a home tutor with 4 years of teaching experience and take classes for all subjects up-to XIIth std(All board) and B.tech(electronics). Quality...

9
Indirapuram, Ghaziabad
2 yrs of Exp
Classes: Programming Languages, PL/SQL and more.

Technically competent Oracle Certified Associate, offering 6+ years of extensive & fruitful experience with a strong background in Oracle 11g Dat...

10
Indirapuram, Ghaziabad
Classes: Programming Languages, C++ Language and more.

I am a Btech degree holder from government autonomous institute and carrying more than 7 years of corporate experience. To the best of my knowledge...

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 : 59
    ✅ Class format : Online or Offline classes

    FAQ

    How do I find the best Programming Languages Classes in Indirapuram, Ghaziabad 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 Indirapuram, Ghaziabad?

    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 Indirapuram, Ghaziabad, 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.8)

    8 Reviews

    • S
      review star review star review star review star review star
      02 Aug, 2019

      Akhil attended C++ Language

      "Language was not as easy to me before joining you, thanks a lot Ma'am making this..."

      V
      review star review star review star review star review star
      15 Apr, 2019

      Honey attended C Language

      "Satisfying and fulfilling experience. Best place for tuition. Thanks to the brilliant..."

      R
      review star review star review star review star review star
      01 Jul, 2018

      Ankita attended C++ Language

      "Really awesome trainer ever. He has vast knowledge of different different methods..."

      A
      review star review star review star review star review star
      13 Aug, 2017

      Vaibhav attended C++ Language

      "Took classes in July for basic c++ and data structures. Sir explained each topic..."

    • K
      review star review star review star review star review star
      01 Jun, 2014

      Vandita attended C++ Language

      "The teacher and the teaching techniques are amazing. She emphasizes on concept based..."

      K
      review star review star review star review star review star
      09 Aug, 2013

      Abhishek attended C Language

      "Thank you sir for clearing my doubts."

    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 should I do after learning Python?

    After learning the Basics and Intermediate level of programming with Python, you should pursue the next...

    Is there anything you can do in C++ that you cannot do in C?

    There are several things . Most important is the implementation of object oriented concept , which is in C++ but not in c.

    What can't the Python language do?

    Python doesn’t work for device drivers. Device drivers have to be super-fast and ultra-responsive....

    Which is the best way to master C programming?

    if you want learn C language from beginning then you can gothrough websites ..... its best way to learn or...

    Programming Languages Lessons

    File Handling in Python - Basic Concept

    File (Flat) Handling in Python Types of files in python: 1: Text file: Stores data in the form of characters. Customarily used to store text/string data. 2:...

    Pointers Concept

    Every variable has a memory location and every memory location has its address defined which can be accessed using ampersand (&) operator, which denotes...

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

    Assignment operators

    Operation Syntax Comment Assignment = Control flow right to left Add AND += Incremental Subtract AND -= Decremental Multiply...

    Do You Know How Is Size Of Structure Defined?

    Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short...

    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