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
C V Raman Nagar, Bangalore
Verified
5 yrs of Exp30 students
Classes: Programming Languages, XML Training 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
Jayant Vishnu Programming Languages trainer in Bangalore Featured
C V Raman Nagar, Bangalore
7 yrs of Exp
Classes: Programming Languages, Class 10 Tuition 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, Data Science 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 10 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.

    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.

    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.

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

    What does * mean when I use it in C language?

    * simply means pointer in C languageSo whatever variable you are declaring in C, if you write * before...

    How do l make a Christmas tree shape of asterisks in C programming using loops?

    #include<stdio.h>#include<conio.h> int main(){ for(int i=9; i>=1; i=i-2) { for(int k=10-i;...

    Hi, I am pursuing MBA 1st Year. I want to learn Digital Marketing. Is it right for career growth, or...

    Hi Sai, To find right career path you need to try things ( Which is long way). I would suggest you to...

    Programming Languages Lessons

    Bit wise operators in C

    Bit Wise Operators Bit Wise operators are manipulates of individual bits with in a word of memory. The bit wise operators can be divided in...

    How Machine Learning Predict things - A Short Video for absolute beginners

    Here is a short video for Machine Learning Beginners, who want to know how Machine Learning Algorithm predict things

    PEP (Python Enhancement Proposals)

    Python Enhancement Proposals(PEP) are suggestions for improvements to the language, made by experienced Python developers. PEP 8 is a style guide on the...

    A program to determine the molecular weight of a hydrocarbon based on the number of Hydrogen,Carbon and Oxygen atoms.

    import osimport math# A program to calculate Molecular Weight of a Hydrocarbon # These are the atomic weights(grams/mole) of Hydrogen,Carbon and OxygenatomicwtH...

    Data Structure: Searching

    Searching Searching means finding an element in an array. There are two type of searching techniques : Linear Search Binary Search In linear...

    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