UrbanPro
Find Best Computer Software Classes near East Centre Mall, Delhi

What are you looking for in Computer Software?

x

No options found matching

What is your location?

Select Country

search

India

Please enter your locality

Back

Computer Software Classes near me in East Centre Mall, Delhi

Select from 339 Online & Offline Computer Software Classes in your city

1
Gagan Vihar, Delhi
Classes: Computer Software, iPhone Programming and more.

We are Known as CodesRoom , A e-learning platform for users around the world to get help for free in the topics listed in our directory and an only...

2
Laxmi Nagar Block D, Delhi
Classes: Computer Software, Computer and more.

A result oriented professional with overall experience of 10+ years of which about 6+ years of experience in Indian Banking Operations. Demonstrated...

3
Laxmi Nagar Block D, Delhi
5 yrs of Exp
Classes: Computer Software, BCA Tuition and more.

Computer Programming , web programming, Technical skills like DAA, Data Structure, computer ogranization, networking, operating system , compiler...

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

Post your requirement now
4
Preet Vihar, Delhi
Classes: Computer Software, Fashion Designing and more.

Ever since its inception way back in 1998, IWP has been tirelessly working towards addressing diversity and inclusiveness, in sync with the policy...

5
Laxmi Nagar Block D, Delhi
Classes: Computer Software, Linux and more.

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

6
Patpar Ganj, Delhi
Classes: Computer Software, Electronics Repair Training and more.

Established in 2005. Having 12 Years experience. We have track record of 90% students selection in different company . More then 5000 students...

7
Mandawali, Delhi
5 yrs of Exp
Classes: Computer Software, Computer

Proficient in teaching programming language like C, c++, java , dbms .

8
Patpar Ganj, Delhi
Classes: Computer Software, Mobile App Development and more.

I have 1.5 years experience in iOS app development and I have worked on 10 applications of which 2 are live on App Store.

9
Laxmi Nagar Block D, Delhi
2 yrs of Exp
Classes: Computer Software, Adobe Soundbooth and more.

Graphic Designer having 2 years of experience

10
Patpar Ganj, Delhi
7 yrs of Exp
Classes: Computer Software, Java Training and more.

I have 7+ years of professional working experience in java (as of June 2015). I plan to start a career in teaching java and java related technolo...

11
Vinod Nagar, Delhi
4 yrs of Exp
Classes: Computer Software, Class 11 Tuition and more.

I am Experienced Teacher In Java, C, c++, Data Structure, Android

12
Lakshmi Nagar, Delhi
Classes: Computer Software

Brain Skills, providing computer training classes for the students.

13
Mandawali, Delhi
Classes: Computer Software

Soham Institute Of Para Medical and Technology, providing computer training classes for the students.

14
Laxmi Nagar Block D, Delhi
7 yrs of Exp
Classes: Computer Software, Class I-V Tuition and more.

Verified

Find more Computer Software Classes

Key highlights about Computer Software Classes

✅ Free Demo Class : Available
✅ Average price : INR 525/hr
✅ Tutors available : 339
✅ Class format : Online or Offline classes

FAQ

How do I find the best Computer Software Classes near me in East Centre Mall, Delhi near me?

You can browse the list of best Computer Software 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 Computer Software Classes near me in East Centre Mall, 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.

Monthly Fee for 1-1 Classes

INR 5,400 - ₹ 7,200 for 12 classes per month

Hourly Fee for 1-1 Classes

INR 450 - ₹ 600

Monthly Fee for Group Classes

INR 4,320 - ₹ 5,760 for 12 classes per month

Hourly Fee for Group Classes

INR 360 - ₹ 480

Monthly Fee for Computer Software Classes at home

INR 3,600 - ₹ 7,200 for 12 classes per month

Hourly Fee for Computer Software Classes at home

INR 300 - ₹ 600

Monthly Fee for Online Computer Software Classes

INR 3,600 - ₹ 7,200 for 12 classes per month

Hourly Fee for Online Computer Software Classes

INR 300 - ₹ 600

Does joining Computer Software Classes help?

It definitely helps to join Computer Software Classes near me in East Centre Mall, 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.

Where can I find Computer Software Classes near me?

UrbanPro has a list of best Computer Software Classes

Reviews for top Computer Software Classes

Average Rating
(4.8)

85 Reviews

  • M
    review star review star review star review star review star
    25 Oct, 2015

    Urvashi attended DBA

    "He has good knowledge of MS SQL Server and I have cleared all my doubts regarding..."

    S
    review star review star review star review star review star
    09 Jul, 2014

    Swati attended Computer Software

    "He is an excellent teacher who goes into minute details and takes great pains to..."

    V
    review star review star review star review star review star
    03 Apr, 2013

    Vibhor attended Computer Software

    "Consummate skills of trainer make tough things very easy. Trainer covers all part..."

    V
    review star review star review star review star review star
    04 Apr, 2013

    Vibhor attended Computer Software,Microsoft Excel Training

    "One day Training session on Expertising Excel is a great learning experience. This..."

  • G
    review star review star review star review star review star
    25 May, 2013

    Balaguru attended Computer Software

    "Excellent tutor. Very patient. I recommend him whole heartedly for online classes."

    V
    review star review star review star review star review star
    10 Jun, 2013

    Avinash attended Computer Software

    "Hello Sir, It was pleaasure being your student and having your guidance on MIS...."

    V
    review star review star review star review star review star
    11 Jun, 2013

    Shivkant attended Computer Software

    "Vivekananda is an excellent knowledge of MS Office tools. His way of teaching is..."

    V
    review star review star review star review star review star
    29 Jun, 2013

    Anant attended Computer Software

    "The method of teaching is excellent. Very supportive and helpful in teaching. Its..."

Get connected

Tags:

  • Computer Software Classes in New Delhi
  • Computer Software Classes in Delhi

Looking for Computer Software Classes?

Find Online or Offline Computer Software Classes on UrbanPro.

Do you offer Computer Software Classes?

Create Free Profile »

Computer Software Questions

On 13th of this month. Will finish it up in 1 or 2 sessions (sat and sunday). Let me know owhen do you prefer it

Hi, I currently work in mainframe technology. i want to learn something new so planning to learn a different...

My advise is get expertise in BW and later go for BO and HANA Courses Thanks Madhukar

fees is Rs 15000/- , duration is 50 hours..for more details call on 9867700095

void main ( ){int a ;int *p;P=a;*P=10;P++;*P=20;P=&a;*P=30for (int i=0; i<3; i++)cout <<a <<" , " , Write output

Code does not compile as there is no uppercase P declared in the code. If ignored this mistake output is 10, 20 & 30

As far as I have heard, ITSpark is a good institute for learning.

Computer Software Lessons

Easy way to remember Java keyword.

ACCESS MODIFIER ACCESS SPECIFIER abstract, assert, const, final, native, static, strictfp, super, synchronized, this, transient, void, volatile public,...

History of SQL server

In 1988, Microsoft released its first version of SQL Server. It was designed for the OS/2 platform and was developed jointly by Microsoft and Sybase. During...

C and C++ programming with memory level debugging

Understanding C and C++ programming by using memory level debugging. Step 1: Understand the Memory map of C executable Step 2: Start memory level debugging...

10 Study Tips to Achieve your Goals

This is particularly true of students that are looking to make the most of their study time and get better grades at Organization. 1. Set Study Goals: There...

How Motivation Affects Learning and Behavior

Motivation directs behavior toward particular goals. Motivation leads to increased effort and energy. Motivation increases the amount of effort and energy...

Looking for best Computer Software Classes?

POST YOUR REQUIREMENT

Find Best Computer Software 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