UrbanPro
Find Best Programming Languages Classes in C V Raman Nagar, Bangalore

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 C V Raman Nagar, Bangalore

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

1
Vetrivel Samidurai Programming Languages trainer in Bangalore Featured
C V Raman Nagar, Bangalore
Verified
5 yrs of Exp
Classes: Programming Languages, Angular.JS and more.

I am a Professional Web technology (Html, Css, Javascript, Jquery, Css, Php, Mysql, Json, Angulajs) trainer from Bangalore (India), having 5+ years...

2
C V Raman Nagar, Bangalore
1 yrs of Exp
500per hour
Classes: Programming Languages, Python Training and more.

I work in an IT company with over 12 years of overall IT experience. I have done PGP in Artificial Intelligence and Machine Learning from Great Learning....

3
C V Raman Nagar, Bangalore
7 yrs of Exp
Classes: Programming Languages, C++ Language and more.

I have been teaching and training full time for last 4 years. I teach subjects/classes of (standards) 6, 7, 8, 9, 10, 11, 12 and BSc and B Tech students. Before...

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

POST YOUR REQUIREMENT NOW
4
C V Raman Nagar, Bangalore
20 yrs of Exp
1500per hour
Classes: Programming Languages, Class 11 Tuition and more.

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

5
C V Raman Nagar, Bangalore
7 yrs of Exp
Classes: Programming Languages, Python Training

IT Professional Trainer 7 Years of experience of Technical Classroom Training including corporate and individuals. 3 Years of classroom training...

6
C V Raman Nagar, Bangalore
4 yrs of Exp7 students
Classes: Programming Languages, Data Science and more.

Our team has experience in the field of Statistics, Machine learning, Data Analytics and Predictive Analytics. Expert in Python libraries - Numpy,...

7
C V Raman Nagar, Bangalore
3 yrs of Exp
Classes: Programming Languages, Computer and more.

8
C V Raman Nagar, Bangalore
Classes: Programming Languages, Class 9 Tuition and more.

I have completed my B.tech in computer Science in 2014 from NIT Allahabad. Currently I am working at leading MNC in Bangalore as a Software engineer....

9
C V Raman Nagar, Bangalore
4 yrs of Exp1 student
Classes: Programming Languages, Big Data and more.

I am an Experienced and Certified Tableau Dashboard Designer. I am from India. I Completed my Masters and Doctorate in Software Engineering from BTH,...

10
C V Raman Nagar, Bangalore
4 yrs of Exp
Classes: Programming Languages, Engineering Diploma Tuition and more.

I am graduate in EEE(Btech).I am doing an MS in Dig(ital Design and Embedded Systems.I have 15 years of experience in electronic design, programming,...

Verified

Find more Programming Languages Classes

Selected Location

    Key highlights about Programming Languages Classes

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

    FAQ

    How do I find the best Programming Languages Classes in C V Raman Nagar, Bangalore 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 C V Raman Nagar, Bangalore?

    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 C V Raman Nagar, Bangalore, 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 C V Raman Nagar, Bangalore

    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 C V Raman Nagar, Bangalore.

    Reviews for top Programming Languages Classes

    Average Rating
    (5.0)

    1 Reviews

    • V
      review star review star review star review star review star
      07 May, 2016

      Velmurugan attended PHP

      " First of all, I have to say thanks to Vetrivel, I liked very much his training &..."

      R
      review star review star review star review star review star
      08 Feb, 2016

      Sp attended Python Training

      "His depth of technical knowledge about the subject is really good. He gave me some..."

      R
      review star review star review star review star review star
      08 Oct, 2015

      Tresor attended C++ Language

      "Very good teacher and understanding has well explanation skulls."

      A
      review star review star review star review star review star
      27 Aug, 2015

      Keshav attended C Language

      "As it was the first time I was dealing with programming languages, the teaching was..."

    GET CONNECTED

    Tags:

    • Programming Languages Classes in Bengaluru
    • Programming Languages Classes in Bangalore Rural

    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

    Are Python and HTML similar?

    In no way are they similar. Python is a scripting language which is literally used nearly everywhere,...

    How do I display the start and end dates of the current week in PHP using a loop?

    date_default_timezone_set('Europe/Amsterdam'); $date = new DateTime(); $date->modify('this week'); $date->modify('this week +6 days');

    What are common bad practices beginners make with C++ header inclusions and file structures?

    This article is meant to address a common newbie problem regarding failure to understand #include, headers,...

    What are the disadvantages of MongoDB?

    Data size in MongoDB is typically higher due to e.g. each document has field names stored it less...

    Are there copyright restrictions on the use of Python?

    No, There is no copyright restriction on Python. Python is free to use at any platform.

    Programming Languages Lessons

    Definite book guides for C++

    This post attempts to collect the few pearls among the dozens of bad C++ books. Unlike many other programming languages, which are often picked up on...

    Lets learn why OOPS is popular?

    1. Supports reusability- It means that once a class is designed it works just like a template which can be inherited. 2. Provides better management- It...

    C++ Program Sample Application

    //Standard Library Functions(Headers Files Used in C++) #include<iostream.h> #include<conio.h> //Main function int main() { //function...

    Array vs Linked List

    Array Linked List Accessing element is easy. Accessing element is difficult compare to Array. Easy to use. Difficult to use. Memory...

    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