- Tkinter GUI Programming by Example
- David Love
- 102字
- 2021-08-27 18:49:05
Who this book is for
Do you have a great Python script, which runs via the command line that you wish could have a nice user interface? Or, do you know of a problem which could be resolved with a program containing a graphical interface? If so, this book is for you. All you need is some basic Python knowledge—things such as function declarations, if statements, for loops, and writing to files via the with statement. Everything else, including the use of Python's class system, will be covered in as much detail as you should need to complete each chapter.
推薦閱讀
- Mastering NetBeans
- Web Development with Django Cookbook
- Visual Basic程序設計實驗指導(第4版)
- 信息技術應用基礎
- Linux操作系統基礎案例教程
- JavaScript入門經典
- Python時間序列預測
- Orchestrating Docker
- Python網絡爬蟲技術與應用
- TypeScript 2.x By Example
- 并行編程方法與優化實踐
- OpenCV Android Programming By Example
- Building Business Websites with Squarespace 7(Second Edition)
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- 秒懂算法:用常識解讀數據結構與算法