This is for the documents leaving history for studying python referred to the book called “Do it 점프 투 파이썬”
Python
Python is the interpreter language made by Guido Van Rossum from Amsterdam in 1990. Guido brought the name “Python” from the comedy show he likes, “Monty Python’s Flying Circus.”
Interpreter language decodes code each line at a time and print the result right away after
The dictionary definition of Python is “A giant serpent that lived in a cave on Mountain Parnassus in ancient mythology,” and it is said that Apollo slew the serpent Python. Which is why a snake appears on many Python book covers and icons.
Python is used not only in computer programming education but also in real-world business applications. One notable example is Google, it's said that more than 50% of Google's software is written in Python. In addition, many well-known tech companies such as Instagram, Netflix, and Amazon also use Python extensively.
Moreover, Python makes collaboration and maintenance much easier. For this reason, many programs originally written in other languages are being rewritten in Python. In Korea as well, Python's value is increasingly recognized, and the number of users and companies developing software with Python continues to grow.