Python: Practical Programming
Gebundenes Buch

Python: Practical Programming

Versandkostenfrei!
Versandfertig in über 4 Wochen
136,99 €
inkl. MwSt.
PAYBACK Punkte
68 °P sammeln!
Python is a general purpose high level language which focuses on code readability with its use of significant indentation. Python is an interpreted and multi-paradigm language. It fully supports structured programming, object oriented programming, functional programming and aspect-oriented programming. Due to its comprehensive standard library, it is often referred to as 'batteries included' language. For memory management, python uses dynamic typing and a combination of cycle detecting garbage collector and reference counting. It also offers support for functional programming in lisp traditio...