Programming Tips


navin007

Active Member
Disciple
Sir and Friends I am working on helpdesk support and qualifications 12 th pass and want to learn programming where do I start
Additional details
Age 30
Job timing monday to saturday 9-7 pm helpdesk it support Engineer
Location Mumbai

Thanks in Advance
 

mathrisk

.: deleted :.
Adept
It's great that you want to learn programming. But could you please also tell - what is your goal?

If it's only to learn programming, one can start with C or C++.
But if you have specific goal in mind, learning specific programming language would help.
Example, want to develop Android app - Java, web application - Python + JavaScript, Desktop application - C#, IoT - C or C++.

To start learning any programming language, I would recommend watching few video tutorials at first to get some basic idea.
And then get a decent book and start following it trying out codes/exercises in the book.
 
Last edited:

navin007

Active Member
Disciple
Thanks u have come like a wonder I don't know programming so what will be the basic where I can move ahead
 

navin007

Active Member
Disciple
But the question still is arising in me that where do I start from .
 

navin007

Active Member
Disciple
That's nice will go through it
 

navin007

Active Member
Disciple
Any book or any thing to start
 

vishalrao

Global Moral Police
Veteran
Why C or C++ in this day and age? Try Java or "Go" instead. You want a really crazy one, then try "Scala" :D
 

vivek.krishnan

If you cant see the green dot, I'm offline :P
Veteran
Having learnt C and C++, I still think you should do C and C++, gives you an idea. You can easily complete the courses with a week each.

With that done, then proceed to what you want next.
 

navin007

Active Member
Disciple
OK C and C++ will finish in a week and any classes in Mumbai.
 

vivek.krishnan

If you cant see the green dot, I'm offline :P
Veteran
OK C and C++ will finish in a week and any classes in Mumbai.

Not needed, just download this book on learn C in 7 days. Follow it to a T, you will have an understanding + youtube.

You can also look at help from first year BSC CompSci or IT chaps. I think you should also look at free classes from Khan Academy or something on those lines.
 

rohinsuri

New Member
Disciple
You should try the Headfirst books. I studied the Javascript edition. Its an excellent book to learn any language.
 

booo

BA BA BA BABANANA
Veteran
My suggestion would be to start working on a small project. that would help you learn a lot of concepts very quickly.
 

navin007

Active Member
Disciple
ok i was going through udemy they too have some good courses.

but waiting for some coupan code or discount
 

RaviKumar007

New Member
Disciple
Great you want to learn programming. I would suggest you to start with OOPs or C basic concepts. It majorly depends which programming stack your organization is using, it basically gives basic idea what to learn first. In addition to this, you can start learning with any programming language because every programming language have the same concept and they perform almost same sequence of operation it's just their syntax which differ.