- 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.
- 構(gòu)建高質(zhì)量的C#代碼
- 走入IBM小型機(jī)世界
- 自動(dòng)控制原理
- Mastering D3.js
- Mastering Machine Learning Algorithms
- RPA(機(jī)器人流程自動(dòng)化)快速入門:基于Blue Prism
- 構(gòu)建高性能Web站點(diǎn)
- 工業(yè)機(jī)器人運(yùn)動(dòng)仿真編程實(shí)踐:基于Android和OpenGL
- Hands-On Reactive Programming with Reactor
- Hands-On Dashboard Development with QlikView
- Apache Spark Quick Start Guide
- 中老年人學(xué)電腦與上網(wǎng)
- 玩轉(zhuǎn)PowerPoint
- 軟件質(zhì)量管理實(shí)踐
- Modern Big Data Processing with Hadoop