UrbanPro

Programming Languages Classes near me in Saidabad, Hyderabad

How would you like to attend?

Recommended
Highly Rated Tutors Free Demo Class

Online and Offline Programming Languages Classes

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

Saidabad, Hyderabad
17 yrs of Exp
1000 per hour
Mathematics teacher with 17years of experience in schools as well as colleges
Online Classes Online Classes

I am post graduate in Mathematics. I have been teaching for 17 years in schools and colleges. I teach for high school as well as college students. My key skills are algebra, co-ordinate geometry, calculus, trigonometry and school mathematics.

Also teaches: Class 12 Tuition, Class I-V Tuition and more
Mathematics teacher with 17years of experience in schools as well as colleges
Online Classes Online Classes

I am post graduate in Mathematics. I have been teaching for 17 years in schools and colleges. I teach for high school as well as college students. My key skills are algebra, co-ordinate geometry, calculus, trigonometry and school mathematics.

Also teaches: Class 12 Tuition, Class I-V Tuition and more
Saidabad, Hyderabad
3 yrs of Exp
Game Developer
Student's Home
Tutor's home

I am game application developer for mobile platforms like android and ios and teach programming subject and gamming.

Also teaches: Engineering Diploma Tuition, Unity3d course and more
Game Developer
Student's Home
Tutor's home

I am game application developer for mobile platforms like android and ios and teach programming subject and gamming.

Also teaches: Engineering Diploma Tuition, Unity3d course and more
Saidabad, Hyderabad
3 yrs of Exp
online tutor
Online Classes Online Classes

Worked as a faculty in Matrusri engineering college for 3 years and Trainee Software Engineer for 8 months.

Also teaches: Java Training, C Language and more
online tutor
Online Classes Online Classes

Worked as a faculty in Matrusri engineering college for 3 years and Trainee Software Engineer for 8 months.

Also teaches: Java Training, C Language and more
Saidabad, Hyderabad
Math Tutor
Tutor's home
Also teaches: Class 9 Tuition, Class 6 Tuition and more
Math Tutor
Tutor's home
Also teaches: Class 9 Tuition, Class 6 Tuition and more
Saidabad, Hyderabad
Tutor
Student's Home
Tutor's home

C,C++ ,Data structures ,Algorithms.

Also teaches: BTech Tuition, Computer and more
Tutor
Student's Home
Tutor's home

C,C++ ,Data structures ,Algorithms.

Also teaches: BTech Tuition, Computer and more
Saidabad, Hyderabad
Tutor's home

Hetiksoft is the great platform to start the career in “IT” industry. Hetiksoft inspires & motivates the developer to take up new challenges and encourage to learn new technologies & implement in the project. JOB ENABLED TRAINING ON.. JAVA, .NET BIGDATA, E...show more

Also teaches: C++ Language, Computer Course and more
Tutor's home

Hetiksoft is the great platform to start the career in “IT” industry. Hetiksoft inspires & motivates the developer to take up new challenges and encourage to learn new technologies & implement in the project. JOB ENABLED TRAINING ON.. JAVA, .NET BIGDATA, E...show more

Also teaches: C++ Language, Computer Course and more
Saidabad, Hyderabad
7 yrs of Exp
Online Classes Online Classes

I am Microsoft Python certified and having looking to train on basic and advanced python courses. Apart this I am very much enthusiastic and teach concepts of probability statistics and stochastic processes.

Also teaches: Python Training
Online Classes Online Classes

I am Microsoft Python certified and having looking to train on basic and advanced python courses. Apart this I am very much enthusiastic and teach concepts of probability statistics and stochastic processes.

Also teaches: Python Training
Saidabad, Hyderabad
17 yrs of Exp
Tutor
Student's Home
Also teaches: C++ Language, Computer and more
Tutor
Student's Home
Also teaches: C++ Language, Computer and more
Saidabad, Hyderabad
1 yrs of Exp
Student's Home
Tutor's home
Also teaches: Python Training
Student's Home
Tutor's home
Also teaches: Python Training
Saidabad, Hyderabad
Tutor
Student's Home
Tutor's home
Also teaches: Class 6 Tuition, Class 8 Tuition and more
Tutor
Student's Home
Tutor's home
Also teaches: Class 6 Tuition, Class 8 Tuition and more

Find more Programming Languages Classes

Selected Location

    Do you offer Programming Languages Classes?

    Create Free Profile >>

    Key highlights about Programming Languages Classes

    Free Demo Class
    :
    Available
    Average Price
    :
    INR 400/hr
    Total Available
    :
    10
    Class Format
    :
    Online or Offline classes

    FAQ

    How do I find the best Programming Languages Classes near me in Saidabad, Hyderabad 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 near me in Saidabad, Hyderabad?

    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 near me in Saidabad, Hyderabad, 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

    Also see:

    Tags:

    • Programming Languages Classes in Secunderabad

    Programming Languages Questions

    I have done a course in NPTEL on programming in C. How is it useful to my career?

    It boosts your self-learning capability and gives you a confidence overhead to get started. "Something is always better than nothing" :) Keep going

    What should I do after C++?

    Complete embedded C++.

    Is learning Tally good or is learning Advanced Excel and Python good? Which one will be better for getting...

    As a beginner, you should go with Advance Excel and MIS reporting. After that, you can go for VBA, SQL,...

    Which is the best book for understanding concepts of c language?

    In India for a beginner balaguru swamy is most recommended. If you want some professional book , try c by Dennis Ritchie

    Provide an example of regex pattern matching.

    import re text = "Please contact supportexample.com for assistance or infocompany.com for more information." #...

    Programming Languages Lessons

    Why do pointers have a datatype?

    Before we start with pointers you must know what is a variable and a datatype. int a; This is the basic line in every program in 'C' . It means that...

    Why Python

    Python can be used in any futuristics technology A= Analytics Data Science Artificial Intelligence(AI) Neural Network(NN) Natural Language Processing(NLP) Computer...

    Lets know about far, near and huge pointers for fresher interview purpose

    All of these three candidates relate to 16 bit architecture where segmented memory architecture was there. They are not at all relevant for present days...

    PHP

    It is the base for many of the ecommerce websites. Many of the CMS develpoped in PHP platform.If programming cant done inititally try to think for logics...

    4 Things Every Tech Startup Needs to Know About The Coaching Industry

    Knowledge on any subject is widely available to those who wish to learn. However, just gathering knowledge from other people doesn’t guarantee results...

    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