Learn Python Programming Language
INTRODUCTION What is Python? Python is a common language for programming and scripting. It was created by Guido van Rossum and released in 1991. Why Python? What makes Python so special? How does it happen that programmers, young and old, experienced and novice, want to use it? How did it happen that large companies adopted Python and implemented their flagship products using it? There are many reasons – we’ve listed some of them already, but let’s enumerate them again in a more practical manner: it’s easy to learn – the time needed to learn Python is shorter than for many other languages; this means that it’s possible to start the actual programming faster; it’s easy to teach – the teaching workload is smaller than that needed by other languages; this means that the teacher can put more emphasis on general (language-independent) programming techniques, not wasting energy on exotic tricks, strange exceptions and incomprehensible rules; it’s easy to us...