登入
選單
返回
Google圖書搜尋
Python for Everyone
Cay S. Horstmann
Rance D. Necaise
出版
John Wiley & Sons
, 2019
主題
Computers / Computer Science
Mathematics / General
ISBN
1119638291
9781119638292
URL
http://books.google.com.hk/books?id=YcjVEAAAQBAJ&hl=&source=gbs_api
EBook
SAMPLE
註釋
The core material of the book is Chapters 1-8. Chapters 9 and 10 cover objectoriented programming, and Chapters 11 and 12 support a course that goes more deeply into algorithm design and analysis. Appendices Six appendices provide a handy reference for students on operator precedence, reserved words, Unicode, the Python standard library, and more. Graphics and Image Processing Writing programs that create drawings or process images can provide students with effective visualizations of complex topics. Chapter 2 introduces the EzGraphics open-source library and how to use it to create basic graphical drawings. The library, which students find easier to use than Python's standard Tkinter library, also supports simple image processing. Chapter 5 contains an optional Toolbox on turtle graphics. Graphics Worked Examples and exercises are provided throughout the text, all of which are optional.