UrbanPro
Find Best Programming Languages Classes in Malviya Nagar, Delhi

What are you looking for in Programming Languages?

x

No options found matching

What is your location?

Please enter your locality

Are you outside India?

Back

Programming Languages Classes in Malviya Nagar, Delhi

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

1
Malviya Nagar, Delhi
9 yrs of Exp
Classes: Programming Languages, MS Office Software Training and more.

I have spent over a decade working with the IT industry in multiple roles. As a trainer, I have covered the following subject areas: - IBM Mainframe...

2
Malviya Nagar, Delhi
6 yrs of Exp
Classes: Programming Languages, Visual Basic Training and more.

I have been working from the past 8.5 years and have extensive knowledge of programming and reporting using SAS, SQL and VBA.

3
Malviya Nagar, Delhi
2 yrs of Exp
Classes: Programming Languages, C Language and more.

I believe in providing education on a conceptual level rather than a mark-based system for deep and thorough understanding of the subject.

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

Post your requirement now
4
Malviya Nagar, Delhi
4 yrs of Exp2 students
Classes: Programming Languages, CodeIgniter and more.

I have ability to make understand in very easy way of any tutorial with different - different explanation.

5
Malviya Nagar, Delhi
7 yrs of Exp
Classes: Programming Languages, C Sharp and more.

I have 7 years experience in Microsoft technology. I am also doing consultancy in asp.net MVC. who's don't have the confidence to break interviews...

6
Malviya Nagar, Delhi
4 yrs of Exp
Classes: Programming Languages, Class 11 Tuition and more.

I am currently preparing for phd (computer science). Have an experience of more than 4 years in teaching school students and around 1 year experience...

7
Malviya Nagar, Delhi
Verified
4 yrs of Exp
Classes: Programming Languages, Class 11 Tuition and more.

I am a teacher... I am giving home tution since 4 year's. I am certified in bachelor of engineering. My key skills are mathematics, physics, chem...

8
Malviya Nagar, Delhi
Verified
5 yrs of Exp
400per hour
Classes: Programming Languages, C++ Language and more.

I am working as research and development electronics engineer in department of science & technology (dst) project , university of delhi (du) india....

9
Malviya Nagar, Delhi
Verified
5 yrs of Exp5 students
Classes: Programming Languages, BTech Tuition and more.

I am an experienced, qualified teacher and tutor with over 10 years of experience in teaching Maths(9th, 10th, 11th, 12th, BCA, MCA), Computer Science(python,...

10
Malviya Nagar, Delhi
Verified
2 yrs of Exp
500per hour
Classes: Programming Languages, Data Analysis and more.

i am machine learning engineer . in part time i teach to students and any one who want to shift to machine learning core job . as every one know the...

Verified

Find more Programming Languages Classes

Selected Location

    Key highlights about Programming Languages Classes

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

    FAQ

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

    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

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

    Hourly Fee for 1-1 Classes

    ₹300 - ₹500

    Monthly Fee for Group Classes

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

    Hourly Fee for Group Classes

    ₹240 - ₹400

    Monthly Fee for Programming Languages Classes at home

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

    Hourly Fee for Programming Languages Classes at home

    ₹300 - ₹500

    Monthly Fee for Online Programming Languages Classes

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

    Hourly Fee for Online Programming Languages Classes

    ₹300 - ₹500

    Does joining Programming Languages Classes help?

    It definitely helps to join Programming Languages Classes in Malviya Nagar, Delhi, 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

    • M
      review star review star review star review star review star
      03 Aug, 2019

      Rohit attended Python Training

      "Best python faculty in Malviya Nagar in python I have many doubts in but now I am..."

      G
      review star review star review star review star review star
      10 Oct, 2017

      Deep attended PHP

      "One of the best teacher of core and advance PHP with great explanation. "

      T
      review star review star review star review star review star
      24 Apr, 2017

      SACHIN attended C Language

      "He simply explain explains topics with practical examples. Connects every topics..."

      J
      review star review star review star review star review star
      01 Apr, 2017

      Ron attended PHP

      "Great place to learn new technologies. Joined as a PHP internee, The entire learning..."

    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 kind of project can we do in C language except developing games in C code?

    C language can be used to execute many different Projects like below http://www.amfastech.com/2014/09/10-miniprojects-inc-with-source-code.html 1.....

    How do you make HTTP requests in Python?

    To send an HTTP request with the Python Requests Library, you need to use the request.get(url, params)...

    How can you protect against common security vulnerabilities?

    Ensuring Python Code Security - Best Practices Introduction: As a seasoned Python Training tutor with...

    How do I learn C programming effectively?

    Learn basic concepts of c .implement reguraly

    Programming Languages Lessons

    Web Technology Tutorial

    Web Technology has 2 category Front End (HTML,CSS,JS Etc) Back End/Server Side (PHP,JSP,ASP,ROR Etc) Front End technologies are - HTML, CSS, Bootstrap,...

    Benefits of Design Patterns in Application Development

    Application developments is a tedious job. Programmers write code and test it again and again to make sure their software works fine. So designing complex...

    What is M.S.Project ?

    MICROSOFT PROJECT contains project work and project groups, schedules and finances.Microsoft Project permits its users to line realistic goals for project...

    What is the difference between PHP and PYTHON

    Let's start with PHP: - Ideal for standard web development- Easy integration with MySQL- $_GET and $_POST built into the language- C-Esque syntax Primarily...

    Tress And Its Traversal

    Depth First Traversals:(a) Inorder (Left, Root, Right) : 4 2 5 1 3(b) Preorder (Root, Left, Right) : 1 2 4 5 3(c) Postorder (Left, Right, Root) :...

    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