本文主要是介绍Learning Python, 3rd Edition,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvpPortable, powerful, and a breeze to use, Python is ideal for both standalone programs and scripting applications. With this hands-on book, you can master the fundamentals of the core Python language quickly and efficiently, whether you're new to programming or just new to Python. Once you finish, you will know enough about the language to use it in any application domain you choose.
Learning Python is based on material from author Mark Lutz's popular training courses, which he's taught over the past decade. Each chapter is a self-contained lesson that helps you thoroughly understand a key component of Python before you continue. Along with plenty of annotated examples, illustrations, and chapter summaries, every chapter also contains Brain Builder, a unique section with practical exercises and review quizzes that let you practice new skills and test your understanding as you go.
This book covers:*Types and Operations -- Python's major built-in object types in depth: numbers, lists, dictionaries, and more
*Statements and Syntax -- the code you type to create and process objects in Python, along with Python's general syntax model
*Functions -- Python's basic procedural tool for structuring and reusing code
*Modules -- packages of statements, functions, and other tools organized into larger components
*Classes and OOP -- Python's optional object-oriented programming tool for structuring code for customization and reuse
*Exceptions and Tools -- exception handling model and statements, plus a look at development tools for writing larger programs
http://rapidshare.com/files/87468107/0596513984.zip
http://depositfiles.com/files/3284960
这篇关于Learning Python, 3rd Edition的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!