How To Learn A Programming Language

518 Words3 Pages
How to Learn A Programming Language Programming is a complex skill that can take years of learning and actual experience to master. There is not a definite method that works well universally for everyone, but there are some steps that a person can follow to learn a programming language in a relatively efficient way. Below are those steps. * Know what you want to accomplish and choose an appropriate programming language Before you start, you need to know what you want to accomplish with the programming language. For some examples, do you want to do scientific computations, do you want to do web applications, do you want to do database management, or do you want to do something else. A particular programming language may be more suitable for a particular application than other programming languages. For an example, for scientific computations, Fortran may be more suitable than .NET. Choosing an appropriate programming language is the very first and important step. If you don’t know what programming languages are suitable for what types of applications, consult with some experts to obtain professional opinions. * Find learning resources There are a lot of resources for learning programming languages. If you can afford, you may buy relevant books. There are also a lot of relevant books in local libraries and you can borrow those books for free. Another important resource is the Internet. You can even search for free materials on the Internet. Anyway, it’s important that you get good resources for your learning. * Start from small stuff Don’t expect that you can become a programming expert overnight. Good programming takes a lot of years of learning and experience. Start from small stuff. Usually, the very first example in a programming text book is simply printing the greeting “Hello, world!”. You can learn a lot of basic stuff even from
Open Document