Naučte se Python
- 339 stránok
- 12 hodin čítania
Mark Lutz je svetový líder v tréningu Pythonu, autor najstarších a najpredávanejších textov o Pythone a priekopník v komunite Pythonu. Jeho práca zásadne prispela k tomu, že sa Python stal jedným z najrozšírenejších programovacích jazykov na svete. Lutz sa aktívne venuje vývoju a propagácii Pythonu od roku 1992, začal písať knihy a učiť v polovici 90. rokov. Vďaka rozsiahlym skúsenostiam s výučbou a písaním kníh sa stal kľúčovou postavou v oblasti softvérového vývoja, kde sa zameriava na kompilátory, skriptovacie aplikácie a klientsko-serverové systémy.






Exploring the complexities of human behavior, this book addresses the frustrations felt by those witnessing outrageous actions and the struggles of individuals trying to help others. It identifies four specific conditions that contribute to these issues, steering clear of oversimplification or unnecessary complexity. Readers will discover remedies for each condition, offering a path to empowerment and understanding. The insights provided aim to foster a sense of freedom and clarity regarding the challenges of human interactions.
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've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python's many roles in practical, real-world programming. You'll learn language syntax and programming techniques in a clear and co
Python is optimized for quality, productivity, portability, and integration. Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, and product customization. Available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS X, Python is portable, powerful and remarkable easy to use.With its convenient, quick-reference format, Python Pocket Reference , 3rd Edition is the perfect on-the-job reference. More importantly, it's now been refreshed to cover the language's latest release, Python 2.4. For experienced Python developers, this book is a compact toolbox that delivers need-to-know information at the flip of a page. This third edition also includes an easy-lookup index to help developers find answers fast!Python 2.4 is more than just optimization and library enhancements; it's also chock full of bug fixes and upgrades. And these changes are addressed in the Python Pocket Reference , 3rd Edition. New language features, new and upgraded built-ins, and new and upgraded modules and packages--they're all clarified in detail.The Python Pocket Reference , 3rd Edition serves as the perfect companion to Learning Python and Programming Python .
This third edition has been updated to reflect current best practices and the abundance of changes introduced by the latest version of the language, Python 2.5. Whether you're a novice or an advanced practitioner, you'll find this refreshed book more than lives up to its reputation. Programming Python, 3rd Edition, teaches you the right way to code. It explains Python language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. By reading this comprehensive guide, you'll learn how to apply Python in real-world problem domains such as: GUI programming, Internet scripting, parallel processing, database management, networked applications. You'll also learn how to use the Python language in realistically scaled programs--concepts such as Object-Oriented Programming (OOP) and code reuse are recurring side themes throughout this text
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
Describes the features of the Python 2.5 programming language, covering such topics as types and operations, statements and syntax, functions, modules, classes and OOP, and exceptions and tools.