Introduction to the tkinter tutorial Series

Source: Internet
Author: User
Tags tkinter tutorial

This series of tutorials are fully written in the form of code. The goal is that readers can understand the meaning of the Code by reading the code and comments.

However, readers need to possess the following skills:

  1. Familiar with the basics of Python language, if not, first look at the python tutorial, the English official (http://docs.python.org/tut/tut.html );
  2. Have a certain understanding of Interface Programming, and know the basic concepts;
  3. If you are interested in TK, don't think she is an outdated technology. If you lose your interest in learning, you will be unable to complete it;
  4. Do not use this tutorial using Ctrl + C/Ctrl + V (although it can be run directly in this way). If you enter it yourself, you will find that you will also make such an error;
  5. Install python2.5 and confirm that the tkinter module is installed (installed by default, if you do not force remove it), download python2.5 (http://www.python.org/download );
  6. If you do not understand the content in the tutorial, do not force yourself to jump over and continue to the next content.

Features of the tkinter tutorial series:

  1. He is not a text polishing article, it is all code, and the author uses annotations to explain it when necessary;
  2. This section describes components. Each component is divided into different examples. Each example can be used separately, with serial numbers;
  3. Each example uses the "comment + Serial Number" format to indicate the start. The start of the next example is the end of the previous example;
  4. All use structured programming (SP), without the concept of object-oriented (OO );
  5. Basically, all tkinter controls are included. According to the usage of each control, the attributes and methods are selectively introduced, but not all of them are described, for more information, see tkinter's official reference (http://www.pythonware.com/library/tkinter/introduction );
  6. The example is not perfect, and some examples are not completed according to the tkinter reference, because the author does not understand :(
    Reference books: http://www.pythonware.com/library/tkinter/introduction/. if a conflict exists, refer to tkinterreference.

Finally, I wish you a happy TK!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.