- Mastering Python
- Rick van Hattem
- 237字
- 2021-07-16 11:10:30
Preface
Python is a language that is easy to learn and both powerful and convenient from the start. Mastering Python, however, is a completely different question.
Every programming problem you will encounter has at least several possible solutions and/or paradigms to apply within the vast possibilities of Python. This book will not only illustrate a range of different and new techniques but also explain where and when a method should be applied.
This book is not a beginner's guide to Python 3. It is a book that can teach you about the more advanced techniques possible within Python. Specifically targeting Python 3.5 and up, it also demonstrates several Python 3.5-only features such as async def and await statements.
As a Python programmer with many years of experience, I will attempt to rationalize the choices made in this book with relevant background information. These rationalizations are in no way strict guidelines, however. Several of these cases boil down to personal style in the end. Just know that they stem from experience and are, in many cases, the solutions recommended by the Python community.
Some of the references in this book might not be obvious to you if you are not a fan of Monty Python. This book extensively uses spam and eggs instead of foo and bar in code samples. To provide some background information, I recommend watching the "Spam" sketch by Monty Python. It is positively silly!
- 大學(xué)計算機(jī)基礎(chǔ)(第二版)
- Apache Oozie Essentials
- INSTANT OpenCV Starter
- SQL for Data Analytics
- Backbone.js Blueprints
- C語言程序設(shè)計學(xué)習(xí)指導(dǎo)與習(xí)題解答
- TradeStation交易應(yīng)用實踐:量化方法構(gòu)建贏家策略(原書第2版)
- C語言程序設(shè)計同步訓(xùn)練與上機(jī)指導(dǎo)(第三版)
- Mastering Web Application Development with AngularJS
- Learning Node.js for .NET Developers
- Learning iOS Security
- 計算機(jī)應(yīng)用技能實訓(xùn)教程
- 零基礎(chǔ)學(xué)C++(升級版)
- Xamarin Cross-Platform Development Cookbook
- Swift High Performance