Samizdat, 2016. - 88 p.
Python is awidelyusedhigh-level, general-purpose, interpreted, dynamicprogramming language. Its designphilosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code thanwould be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.
Python supportsmultiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type systemand automaticmemorymanagement and has a large and comprehensive standard library.
In this ebook, we provide a compilation of Python examples that will help you kick-start your own projects. We cover a wide rangeof topics, from multi-threaded programming to web development with Django. Withour straightforward tutorials, youwill be able toget your own projects up and running in minimum time.