- Tkinter GUI Programming by Example
- David Love
- 75字
- 2021-08-27 18:49:05
To get the most out of this book
This book assumes that you have:
- A basic understanding of the Python language and its syntax, including functions, if statements, while and for loops, and file handling
- A computer (desktop or laptop) running Windows, Linux, or macOS, which has Python version 3.6 (or higher) installed
- Pip and Virtualenv installed along with Python
- An internet connection to download any external dependencies, which will be needed for our projects
推薦閱讀
- Visual C++程序設計教程
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Python編程完全入門教程
- 深入理解Java7:核心技術與最佳實踐
- JS全書:JavaScript Web前端開發指南
- GameMaker Programming By Example
- 精通MATLAB(第3版)
- 數據結構案例教程(C/C++版)
- Mastering JavaScript Design Patterns(Second Edition)
- C#實踐教程(第2版)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Extreme C
- Java7程序設計入門經典
- MySQL數據庫應用實戰教程(慕課版)
- Java 7 Concurrency Cookbook