"《The Pragmatic Bookshelf開發叢書-編程實踐》(Practical Programming: An Introduction to Computer Science Using Python)更新源代碼[PDF]"介紹
中文名: The Pragmatic Bookshelf開發叢書-編程實踐
原名: Practical Programming: An Introduction to Computer Science Using Python
作者: Jennifer Campbell
Paul Gries
Jason Montojo
Greg Wilson
圖書分類: 軟件
資源格式: PDF
版本: 更新源代碼
出版社: The Pragmatic Bookshelf
書號: 978-1-93435-627-2
發行時間: 2009年5月6日
地區: 美國
語言: 英文
簡介:
內容介紹:Welcome to computer science in the 21st century. Did you ever wonder how computers represent DNA? How they can download a web page containing population data and analyze it to spot trends? Or how they can change the colors in a color photograph? If so, this book is for you. By the time you’re done, you’ll know how to do all of that and a lot more. And Python makes it easy and fun.
作者介紹:Jennifer Campbell is a senior lecturer in Computer Science at the University of Toronto who created the course this book is based on. Paul Gries, also a senior lecturer, has won numerous teaching awards and authored other introductory computer science texts. Jason Montojo was a student of theirs who has since worked on the Eclipse programming platform at IBM; he is also a professional photographer and digital artist, and created all of the diagrams for this book. Greg Wilson worked in industry for many years before returning to academia; he has been using Python for over a decade, and has written several other programming books.
內容截圖:
目錄:
Introduction
Hello, Python excerpt
Strings
Modules excerpt
Lists excerpt
Making Choices
Repetition
File Processing
Sets and Dictionaries
Algorithms
Searching and Sorting
Construction
Object-Oriented Programming
Graphical User Interfaces
Databases