Learning a computer language can be a daunting task. Whether you hope to pursue a career in programming or just enjoy tinkering with your home PC, knowing computer languages can be useful.
As a beginner, remember to be patient and start small. Do not try to tackle overwhelming projects and complicated languages initially. This is not your best approach. For example, it is better to acquire knowledge about a simpler computer language rather than heading straight for C and C++. Both of these languages require previous experience with other languages to really understand them. Start with something like Python, Perl or Java. These are simpler to learn and meet a broader range of programming purposes.
Start yourself off by writing a program with a dozen to two dozen lines. This may seem small, but will allow you to truly figure out if you understand the concepts. Programming can be abstract and too many factors at play too fast will only be confusing.
It may be helpful to get a tutorial or a resource book to build a firm basic foundation of a computer language. To really become an expert in programming, reading resources will not be sufficient. Consider taking a class or finding someone with similar interest. Having a personal mentor really is the most effective way to learn in this case. It will allow you to get answers to needed questions and see first-hand how the programming process works. You also can get good advice on how to practice your newly-acquired skills.
Remember that learning one computer language is helpful. The more languages you know though, the more various types of programming you will be able to do. Different types of programs require different types of languages. For example, C++ is a powerful language for programming games, but HTML and Java Script are sufficient for creating a simple informational website.











