Posts

PYTHON

PYTHON     From the basics:-    .....What is Language?    -In General: The method of human communication, either spoken or written, consisting of the use of words in a structured and conventional way.    -In programming: A programming language is a formal language that specifies a set of instructions that can be used to produce various kinds of output. Programming languages generally consist of instructions for a computer. Programming languages can be used to create programs that implement specific algorithms.    Types:- 1. High-level language:-                      HLLs are programming languages that look like natural language text.              They make programming easier and more abstract, i.e. the programmer does not need to come up with the detailed machine instructions.              HLL programs are machine independent. They can run on different hardware platforms (i.e. different computers with different instruction sets).         2. Low-level language:-