- The Python Workshop
- Andrew Bird Dr Lau Cher Han Mario Corchero Jiménez Graham Lee Corey Wade
- 255字
- 2021-06-11 12:51:30
Introduction
Our experience with computers is a machine with a huge volume of carefully organized logic. No one piece of this logic is necessarily complex or can capture what drives the result. Rather, the entire system is organized such that it comes together to provide the output you expect.
In previous chapters, you focused on the basic Python idioms and data types. In this chapter, you will begin exploring more abstract concepts regarding how knowledge is formalized through logic in Python. You will explore a few fundamental algorithms that are used for solving typical problems in computer science, along with some simple logic.
For example, consider the problem of sorting a list of integers. Supermarkets use sorting techniques to sort through their customers to get an insight into the sales an individual customer provides. You may be surprised at the theoretical complexity behind writing such an algorithm in an efficient manner.
In this chapter, you will also learn about a few of the paradigms in Python for expressing our code in a concise but readable way. You will discuss the habits of a good programmer, and how to make sure you write code that is maintainable and does not repeat itself. In doing so, you can ensure yourself against needing to rework your code unnecessarily, as requirements change constantly in the IT world.
This chapter begins by moving away from running code in the Python shell and toward Python scripts and modules. This will allow us more flexibility to write clear, reusable, and powerful code.
- 現代測控電子技術
- Dreamweaver CS3+Flash CS3+Fireworks CS3創意網站構建實例詳解
- Seven NoSQL Databases in a Week
- 大數據專業英語
- Spark編程基礎(Scala版)
- 80x86/Pentium微型計算機原理及應用
- Android游戲開發案例與關鍵技術
- Implementing Splunk 7(Third Edition)
- SAP Business Intelligence Quick Start Guide
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- INSTANT Munin Plugin Starter
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Serverless Design Patterns and Best Practices
- 企業級Web開發實戰
- 天才與算法:人腦與AI的數學思維