- Tkinter GUI Application Development Blueprints(Second Edition)
- Bhaskar Chaudhary
- 82字
- 2021-06-24 18:35:07
Further reading
It would be a good idea to modify the examples from this chapter to lay out the widgets in different ways or to tweak the code to function in other ways to get your feet wet.
We recommend that you take a look at the documentation for all three geometry managers in your Python shell using the following commands:
>>> import tkinter
>>> help(tkinter.Pack)
>>> help(tkinter.Grid)
>>> help(tkinter.Place)
You can also find an excellent documentation of Tkinter at http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html.
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Hyper-V 2016 Best Practices
- JavaFX Essentials
- Hands-On Microservices with Kotlin
- Multithreading in C# 5.0 Cookbook
- Python入門很輕松(微課超值版)
- ExtJS Web應用程序開發指南第2版
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Learning Concurrency in Python
- XML程序設計(第二版)
- MongoDB Cookbook
- Python高性能編程(第2版)
- Visual C#(學習筆記)
- Backbone.js Patterns and Best Practices
- C#程序開發參考手冊