UrbanPro
Find Best Programming Languages Classes in Rajarajeshwari Nagar, Bangalore

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 Rajarajeshwari Nagar, Bangalore

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

1
Rajarajeshwari Nagar, Bangalore
Verified
11 yrs of Exp23 students
Classes: Programming Languages, Data Science and more.

Data science consultant with top notch companies and currently associated with an mnc. Learn the art of Data Science with R and Python with real...

2
Rajarajeshwari Nagar, Bangalore
Verified
8 yrs of Exp
556per hour
Classes: Programming Languages, Python Training and more.

I am a teacher by profession and trader by passion. I am trading in the stock market fro 2002. I am an intraday as well as a positional trader. I...

3
Rajarajeshwari Nagar, Bangalore
Verified
Classes: Programming Languages, Class I-V Tuition and more.

Completed my bachelor's degree in Electronics and instrumentation. I am an avid reader n my passion is to teach kids. I love teaching so I m here...

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

Post your requirement now
4
Rajarajeshwari Nagar, Bangalore
Verified
18 yrs of Exp
Classes: Programming Languages, Memory Techniques Coaching and more.

SHAMIT GIRI hails from the City of Joy, Kolkata; but has been brought up across India and understands the culture and demographics of almost cities...

5
Rajarajeshwari Nagar, Bangalore
Verified
1 yrs of Exp
Classes: Programming Languages, Computer Course and more.

I am a working professional in Mindtree limited as a Dotnet full stack developer. I deal with web applications. I have worked on, SQL, javascript...

6
Rajarajeshwari Nagar, Bangalore
3 yrs of Exp
Classes: Programming Languages, Java Training and more.

--> Worked as a project assistant in Tata Institute of Fundamental Research, Mumbai. Responsibilities handled: - Researching different subjects...

7
Rajarajeshwari Nagar, Bangalore
10 yrs of Exp1 student
Classes: Programming Languages, BCA Tuition and more.

Total 13 years of programming experience and development in .net platform. Worked on c++, COM, Win32, Java. Working on RPA platform from last 2...

8
Rajarajeshwari Nagar, Bangalore
Classes: Programming Languages, C++ Language and more.

Optimism IT Solutions is the first Bangalore Based Multi National Research and Development company we are into chip designing and Management from...

9
Rajarajeshwari Nagar, Bangalore
8 yrs of Exp4 students
Classes: Programming Languages, Magento eCommerce and more.

I am a Software Developer with over 8 years of IT experience. I had good experience on teaching C language, HTML, Magento(ecommerce), , Photoshop,...

10
Rajarajeshwari Nagar, Bangalore
5 yrs of Exp
Classes: Programming Languages, Engineering Diploma Tuition

Having 5years of teaching experience for diploma students. Handled many subjects and always got above 90% results..

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

    FAQ

    How do I find the best Programming Languages Classes in Rajarajeshwari 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 Rajarajeshwari 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

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

    • T
      review star review star review star review star review star
      24 Jan, 2018

      Hita attended C Language

      "Great teacher. She is regular with the classes, explains everything very nicely and..."

      T
      review star review star review star review star review star
      22 Aug, 2016

      Monish attended C Language

      "Easy , simple and best way of teaching. Thanks UrbanPro and thank you sir . I have..."

      H
      review star review star review star review star review star
      13 Aug, 2016

      Swati attended C Language

      "My son Ravi joined private tuition with Mr. Harikishan sir for language and found..."

      T
      review star review star review star review star review star
      13 Nov, 2014

      Namrata attended C Language

      "She is an amazing teacher She carefully prepares her lessons with engaging learning..."

    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 is memory leaking in c++?

    A memory leak occurs when a piece (or pieces) of memory that was previously allocated by a programmer...

    What is the difference between n=1 and n==1 in the C language?

    '=' is ASSIGNMENT operator , where as '==' is COMPARISON operator. int a=7; assigns the variable a an...

    Why is the C language important?

    C is important because it provides low-level access to memory, is highly efficient, and serves as the...

    Why doesn't PHP provide final members in class?

    In PHP, the final keyword is used to prevent inheritance or method overriding. However, PHP does not...

    How do you connect to a database in Python?

    Python Training: Connecting to a Database in Python Introduction: If you're seeking Python Training or...

    Programming Languages Lessons

    For All The New Developers

    Language to use: Any language that you are learning. Interface: Web or Desktop Function: Simple calculator (9 digits + symbol) with 1 Memory storage...

    What Is the Identifier and Data Types in Python?

    It is used for identification purpose like- x=10; where x is variable, and it can be store int type value in the x variable. Rules of identifier:- It...

    Python Concurrent v/s Parallel Programming

    Concurrent means, more than one task happening at a time in interleaved fashion, (ie.,)Task 'A' starts, and Task 'B' starts before task 'A' finish, after...

    How do i get best Campus / Off Campus Placement?

    Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- ...

    HTML(Hypertext Markup Language) for creating web pages by Kris, konrad, andy

    Html stands for Hypertext Markup Language. It's the computer language at the heart of World Wide Web. When creating a website, html is used to put...

    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