1. Fundamentals of Python
Overview
This chapter reviews the basic Python data structures and tools that will be used in future discussions. These concepts will allow us to refresh our memory regarding Python's most fundamental and important features, while simultaneously preparing us for advanced topics in later chapters.
By the end of this chapter, you will be able to use control flow methods to design your Python programs and initialize common Python data structures, as well as manipulate their content. You will solidify your understanding of functions and recursion in Python algorithm design. You will also be able to facilitate debugging, testing, and version control for Python programs. Finally, in the activity at the end of this chapter, you will create a Sudoku solver.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- PHP 從入門到項目實踐(超值版)
- LabVIEW入門與實戰開發100例
- C++面向對象程序設計(微課版)
- FreeSWITCH 1.6 Cookbook
- 深入淺出RxJS
- 劍指Java:核心原理與應用實踐
- JavaScript程序設計:基礎·PHP·XML
- Everyday Data Structures
- QGIS 2 Cookbook
- PhoneGap 4 Mobile Application Development Cookbook
- 透視C#核心技術:系統架構及移動端開發
- 輕松學Scratch 3.0 少兒編程(全彩)
- 編程風格:程序設計與系統構建的藝術(原書第2版)
- PHP程序設計經典300例