Naučte se Python
- 339 stránek
- 12 hodin čtení
Mark Lutz je světově uznávaný lídr v oblasti školení Pythonu, autor prvních a nejprodávanějších textů o Pythonu a průkopník komunity Pythonu. Jeho práce zásadně přispěly k tomu, aby se Python stal jedním z nejpoužívanějších programovacích jazyků na světě. Lutz se již od roku 1992 aktivně podílí na vývoji a propagaci Pythonu, počínaje psaním knih a výukou v polovině 90. let. Díky svým rozsáhlým zkušenostem s výukou a psaním knih se stal klíčovou postavou v oblasti softwarového vývoje, kde se věnuje kompilátorům, skriptovacím aplikacím a systémům klient-server.






Updated for both Python 3.4 and 2.7, this guide provides concise information on Python types and statements, special method names, built-in functions and exceptions, commonly used standard library modules, and other prominent Python tools.--From back cover.
If you want to write efficient, high-quality code that s easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly. Learning Python, Fifth Edition, is an easy-to-follow, self-paced tutorial based on author and Python expert Mark Lutz s popular training course.§You ll find lots of annotated examples and illustrations to help you get started with Python 2.7 and 3.3. Each chapter contains a standalone lesson on a key component of the language.§Learn about Python s major built-in object types such as numbers, lists, and dictionaries§Create and process objects using Python statements, and learn Python s general syntax model§Structure and reuse code with Python s basic procedural tool§Learn about Python modules: packages of statements, functions, and other tools organized into larger components§Discover Python s object-oriented programming tool for structuring code§Learn about the exception-handling model and development tools for writing larger programs§Explore advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing
Google and YouTube use Python because it's highly adaptable, easy to maintain, and allows for rapid development. If you want to write high-quality, efficient code that's easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly -- whether you're new to programming or just new to Python. It's an easy-to-follow self-paced tutorial, based on author and Python expert Mark Lutz's popular training course. Each chapter contains a stand-alone lesson on a key component of the language, and includes a unique Test Your Knowledge section with practical exercises and quizzes, so you can practice new skills and test your understanding as you go. You'll find lots of annotated examples and illustrations to help you get started with Python 3.0. Learn about Python's major built-in object types, such as numbers, lists, and dictionaries Create and process objects using Python statements, and learn Python's general syntax model Structure and reuse code using functions, Python's basic procedural tool Learn about Python modules: packages of statements, functions, and other tools, organized into larger components Discover Python's object-oriented programming tool for structuring code Learn about the exception-handling model, and development tools for writing larger programs Explore advanced Python tools including decorators, descriptors, metaclasses, and Unicode processing
Карманный справочник