Mark Lutz,是一位獨立Python講師、作家和軟件開發(fā)者,并且是Python社區(qū)的先驅(qū)之一。Mark從1992年開始接觸Python,從1997年開始講授Python,并且指導了超過250個Python培訓班。此外,他獲得了威斯康星大學的計算機科學學士和碩士學位。在過去的二十多年中,他的工作領域包括編譯器、編程工具、腳本程序以及分類客戶端/服務器系統(tǒng)。
圖書目錄
Python編程:上冊 Foreword Preface PartⅠ The Beginning 1. Introducing Python "And Now for Something Completely Different" Python Philosophy 101 The Life of Python Signs of the Python Times The Compulsory Features List What's Python Good For? What's Python Not Good For? Truth in Advertising 2. A Sneak Preview "Programming Python: The Short Story" The Task Step 1: Representing Records Step 2: Storing Records Persistently Step 3: Stepping Up to OOP Step 4: Adding Console Interaction Step 5: Adding a GUI Step 6: Adding a Web Interface The End of the Demo PartⅡ System Programming 3. System Tools "The os. path to Knowledge" System Scripting Overview Introducing the sys Module Introducing the os Module Script Execution Context Current Working Directory Command-Line Arguments Shel Environment Variables Standard Steams 4. File and Directory Tools "Erase Your Hard Drive in Five Easy Steps!" File Tools Directory Tools …… 5. Parallel System Tools 6. System Examples:Utilities 7. System Examples:Directories PartⅢ GUI Programming 8. Graphical User Interfaces 9. A Tkinter Tour,Part 1 10. A Tkinter Tour,Part 2 11. GUI Coding Techniques 12. Complete GUI Programs Python編程:下冊