Learning Python
作者: Mark Lutz
语言: English
评分: ★★★★☆ (4/5)1000
出版商: O'Reilly Media
Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages.
Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You’ll also learn some advanced language features that recently have become more common in Python code.
Explore Python’s major built-in object types such as numbers, lists, and dictionaries
Create and process objects with Python statements, and learn Python’s general syntax model
Use functions to avoid code redundancy and package code for reuse
Organize statements, functions, and other tools into larger components with modules
Dive into classes: Python’s object-oriented programming tool for structuring code
Write large programs with Python’s exception-handling model and development tools
Learn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing
猜你喜欢:
- A Byte of Python-Swaroop C H
- Beginning IOS Programming_ Building and Deploying IOS Applications-Nick Harris
- Dive Into Python 3-Mark Pilgrim
- Machine Learning Projects_ Python-Lisa Tagliaferri
- Python高手之路-Julien Danjou
- The Art of UNIX Programming-Eric S. Raymond
- 从Python开始学编程-Vamei
- 现代操作系统-Andrew S. Tanenbaum
- 算法技术手册-海涅曼
- 精通Scrapy网络爬虫-刘硕
- 高效程序员的45个习惯-Venkat Subramaniam & Andy Hunt