What are the most basic things i need to know about programming?
-
I have zero knowledge about programming and languages. What are the most basics things i need to know before exploring it any further. I am super bored and want to learn programming. Please help me. Thanks :)
-
Answer:
1. First, get a beginner programming book that teaches you about basic programming essentials like conditional statements, loops, primitive data structures, string manipulation and good programming habits. Of course you need to pick a programming language to start with, it seems the most popular ones to begin with are C++, Java, Python. Just dig in, google these languages and find out which community of a certain programming language appeals to you the most. It's not really very important which of these languages you choose - when you master the programming basics, you can quickly branch out to other languages. 2. The most important stuff: Actually writing programs. Without this, you won't really know how to program. Do the examples from the book and make your own variations. Ask yourself: "How could I...", "What if I..."... and DO IT. 3. Educate yourself about objective oriented programming and it's main principles (classes, objects, encapsulation, abstraction, inheritance,...). That's something you need to know very well if you want to be a developer. 4. Learn about various data structures and algorithms. This is not so important if you make simple software / webpages but is essential if you want to know what is happening behind the scenes and if you don't want to give up as soon you face a real problem. 5. Practice. Always improve yourself.
Matic JurgliÄ at Quora Visit the source
Other answers
The computer always does exactly what you tell it to do, not what you meant for it to do.
Daniel Kao
Related Q & A:
- What do I need to know about Servers?Best solution by Programmers
- What I need to know about Treo 650?Best solution by the-gadgeteer.com
- What do i need to know to become a Graphic designer?Best solution by Yahoo! Answers
- What are some basic things I should know (hands on stuff) going into my last semester in nursing clinicals?Best solution by Yahoo! Answers
- What are some things I need to know about living in Germany before I go there for a year?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.