What are some things I need to know about Switzerland?

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

Was this solution helpful to you?

Other answers

The computer always does exactly what you tell it to do, not what you meant for it to do.

Daniel Kao

Just Added Q & A:

Find solution

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.