HISTORY OF PYTHON Python was developed by Guido van Rossum in 1989 at the National Research Institute for Mathematics and Computer Science in Netherlands . Python got its name from a BBC comedy series from seventies- “ Monty Python’s Flying Circus ”. FEATURES OF PYTHON EASY TO READ AND WRITE : Python is easy to read and write. It is developer-friendly. Reading a good Python program feels almost like reading English (but very strict English!). This pseudo-code nature of Python makes it easy to learn and use. SUPPORTS DIFFERENT PROGRAMMING PARADIGMS: Python supports procedure-oriented programming as well as object-oriented programming. EASILY EXTENSIBLE : It is easily extensible. It implies that other languages such as C/C++ can be used to compile the code and which can be used further in our python code. HIGH LEVEL PROGRAMMING LANGUAGE : When we write programs in Python, we never need to bother about low-level details such as managing the memory us
We are building a knowledge place for new programmers. We focused on providing relevant information in a way that helps and grow knowledge of the reader’s