Computer programming is a process to instruct the computer to do a specific task. The instructions to tell a computer to do something are written in a language called as a Programming Language. Only one instruction is not enough for a computer to do something substantial, a set of instructions needs to be passed to it to complete a task. These sets of instructions are called as Programs
There are many different programming languages that programmers use to write programs, like C++, C#, Java and Visual Basic. The choice of language depends on the type of program that needs to be written and the expertise of the programmer in a particular language. Each language has its advantages depending on the type of program that needs to be written.
Programming languages are more for human understanding and make no sense to a computer. A computer understands only one language that is called as the Machine Code or Machine Language. To fill this gap all programming languages have a Compiler to convert their programs into machine code. Once a program is converted into machine code a file is created called as the application file. The set of instructions or program is called the Source Code and the complied file is called the Application
Python 3.0 (a.k.a. "Python 3000" or "Py3k") is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.
Recent comments
29 weeks 4 days ago
44 weeks 11 hours ago
44 weeks 11 hours ago
44 weeks 11 hours ago
44 weeks 11 hours ago
47 weeks 4 days ago
47 weeks 4 days ago
47 weeks 4 days ago
48 weeks 2 days ago
48 weeks 2 days ago