UrbanPro
Find Best Programming Languages Classes in Laxmi Nagar Block D, 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 Laxmi Nagar Block D, Delhi

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

1
Lakshmi Nagar, Delhi
Verified
5 yrs of Exp1 student
Classes: Programming Languages, MongoDB and more.

I have a 9 years of experience in Corporate Technical training in PHP, Python, Cisco technologies. Presently, I am associated with he "New York Academy...

2
Lakshmi Nagar, Delhi
Verified
Classes: Programming Languages, C Language and more.

I have done Masters in VLSI from CDAC in 2013. Had qualified GATE in EC with 99.3 percentile in 2012. Also qualified UGC NET exam for lecturership...

3
Lakshmi Nagar, Delhi
10 yrs of Exp
50per hour
Classes: Programming Languages, BSc Tuition and more.

i am working as java developer and visted trainer from 2011.I am completed my master degree with three subjects (IT, CS, MATH) and also completed...

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

POST YOUR REQUIREMENT NOW
4
Laxmi Nagar Block D, Delhi
15 yrs of Exp
400per hour
Classes: Programming Languages, C Language and more.

I am qualified in computer science and engineering and working as web developer in Delhi. I have 14+ years experience academic and company. Passionate...

5
Laxmi Nagar Block D, Delhi
Verified
Classes: Programming Languages, CLAT Coaching and more.

We can teach every topic very easily and make it stronger for the students.

6
Laxmi Nagar Block D, Delhi
714per hour
Classes: Programming Languages, RPA Training

I am a RPA developer and master certified in Automation anywhere . I have 7 year of it experience in RPA as well in .Net technologies.

7
Laxmi Nagar Block D, Delhi
18 yrs of Exp
11per hour
Classes: Programming Languages, C Language and more.

I have 15 year exp on teaching and 10 year industrial exp electronics field just like electronics hardware pcb design and embedded coding for industrial...

8
Lakshmi Nagar, Delhi
6 yrs of Exp
Classes: Programming Languages, HTML and more.

I have 8 years of experience in Web Development and Training. I started my career as a Web Developer which mainly consisted of PHP, Laravel and WordPress...

9
Laxmi Nagar Block D, Delhi
2 yrs of Exp
Classes: Programming Languages, Class 12 Tuition and more.

I have more than 2 years of teaching experience , currently I started teaching online tutions. I have done M.Sc in Physics .

10
Laxmi Nagar Block D, Delhi
Verified
10 yrs of Exp
Classes: Programming Languages, Data Modeling and more.

I have 10 year of experience in IT industry.I have worked in TCS for 8 year.Currently I am working as a senior Data Scientists in HCL. I have 4 year...

Verified

Find more Programming Languages Classes

Selected Location

    Key highlights about Programming Languages Classes

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

    FAQ

    How do I find the best Programming Languages Classes in Laxmi Nagar Block D, 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. Visit UrbanPro to find the best Tutor for Programming Languages Classes

    What is the typical Fee charged for Programming Languages Classes in Laxmi Nagar Block D, 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. Check Fees for various classes on UrbanPro

    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 Laxmi Nagar Block D, 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. To explore options: Programming Languages Classes in Laxmi Nagar Block D, Delhi

    Where can I find Programming Languages Classes near me?

    UrbanPro has a list of best Programming Languages Classes To see the entire list see: Programming Languages Classes in Laxmi Nagar Block D, Delhi.

    Reviews for top Programming Languages Classes

    Average Rating
    (1.0)

    1 Reviews

    • V
      review star review star review star review star review star
      15 Jan, 2020

      Vishal attended C Sharp

      "Great atmosphere and well trained faculty .totally loved it the way I improved...."

      S
      review star review star review star review star review star
      23 Aug, 2017

      Shalini attended PHP

      "I was looking for advanced PHP training course in Delhi then found iClass training..."

      R
      review star review star review star review star review star
      05 Aug, 2017

      Sweetie attended C++ Language

      "Red Pixels is best and expert in java technology classes. They do not only provide..."

      D
      review star review star review star review star review star
      16 Feb, 2017

      Deepak attended C++ Language

      "Durgesh sir is good teacher, they have technical experience and good knowledge on..."

    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

    Is PhP still a good programming language to learn?

    Yes, PHP remains a relevant and valuable programming language to learn, especially for web development....

    How do I make my own chatbot using Python?

    Creating general-purpose chatbot which would be unbiased would still be not possible. Considerable research...

    what do you mean scope resulation

    According to me Scope resolution operator(::) is used to define a function outside a class or when we...

    I completed my graduation in 2017, now working as an HR Executive in a Consultancy. I want to move to...

    Dear Kumar, My suggestion is to - become good in one programming language - preferably Java and one O/S...

    Can I use Facebook’s API in PHP to send messages from the web to a user's Facebook ID?

    Yes, You can do. Facebook provide PHP SDK to access the apis and do the needful.

    Programming Languages Lessons

    Learn Python : Formatting with the .format () method

    A good way to format objects into your strings for print statements is with the string.format() method. The syntax is :'String here {} then also {}'.format('something1','something2')Example...

    Set 0 To Kth Bit In A Variable

    The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6));...

    SQL Tips (1 to 3)

    SQL tip 1: Instead of Full Outer Join, you can use Union All. Difference is, Full Outer Join provides results side by side. Union All provides result...

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

    What Is PHP?

    PHP stands for PHP: Hypertext Preprocessor PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP is free...

    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