The History Of Python: A Computer Programming Language

1913 Words4 Pages

History of Python: “Python is an experiment in how much freedom programmers need. Too much freedom and nobody can read another's code; too little, and expressiveness is endangered.” These were the words of Guido Van Rossum ( the Creator of Python) when The idea of Python was conceived in the 1980s of the 20th century and brought to life in the 90s. Guido Van Rossum was wanting to make a change in the way computer programming was at the time, Naming the Program after Monty Python, a comedy group that performed in the late 1960s and early 70s. Today, Python is a very widely known computer programming language that shares similarities with some of the more earlier models of computer programs, Python was designed to be easy to understand and can …show more content…

However, Python has its ways of showing these newcomers or experienced users a path to guide them correctly using many types of errors in which the program holds instock, these errors are known as the syntax, run-time, and logical errors. In Python, a Syntax error is a used to detect mistakes in the program, and terminate the programs execution until resolved. Some common Syntax error examples are typographical errors like mismatched parentheses or string quotes or faulty indentation etc.. and like syntax errors, The run time error is a bit harder to detect, mostly remaining unseen until the program is actually launched revealing it to the user and making the code faulty and unable to be executed, making the run time error the most troublesome of the three errors.The logical error in Python is used similar to as the Syntax and the run time errors, it is the easiest of the three because it detects the errors during the translation phase in which that means that the interpreter reads the Python source code and translates it into executable machine code however, if a mistake is located during the source code, it will show the user the exact spot on where the error was located, making the logical error the easiest to repair out of all of the other

More about The History Of Python: A Computer Programming Language

Open Document