../wingware-header-qt.png

This tutorial introduces Wing IDE by taking you through its feature set with a small coding example.

If you are new to programming, you may want to check out the book Python Programming Fundamentals and accompanying screen casts, which use Wing IDE 101 to teach programming with Python.

To get started, press the Next (down arrow) icon in the toolbar immediately above this page: next_page

When using this tutorial with products other than Wing IDE Professional, please note that the screen shots include tools and features only available in Wing IDE Professional. These can safely be ignored and, when working with the tutorial within Wing IDE's help viewer, those tools will not be discussed in the content that follows.

Sub-sections:

    1.0. Tutorial: Getting Started
    1.1. Tutorial: Getting Around Wing IDE
    1.2. Tutorial: Check your Python Integration
    1.3. Tutorial: Setting Python Path
    1.4. Tutorial: Introduction to the Editor
    1.5. Tutorial: Debugging
      1.5.0. Tutorial: Debug I/O
      1.5.1. Tutorial: Debug Process Exception Reporting
    1.6. Tutorial: Indentation Features
    1.7. Tutorial: Other Editor Features
    1.8. Tutorial: Searching
    1.9. Tutorial: Further Reading