Python For Kids For Dummies
Book image
Explore Book Buy On Amazon

After you've downloaded Python, it's a good idea to pin it to your Start menu. That way you can find it more easily for the rest of this book.

Type Python in the Start menu's search bar, or click All Programs. In the folder Python 2.7, you should find the following entries (see Figure 1):

  • IDLE (Python GUI)

  • Module Docs

  • Python (command line)

  • Python Manuals

  • Uninstall Python

    <b>Figure 1</b><b>:</b> Python entries in Start menu.
    Figure 1: Python entries in Start menu.

Of these, you'll use:

  • IDLE (Python GUI)

  • Python (command line)

To make IDLE and the command line easier to find, pin them to your Start menu:

  1. Open your Start menu.

  2. Choose All Programs→Python 2.7.

  3. Right-click IDLE (Python GUI). See Figure 2.

  4. Select Pin to Start Menu.

  5. Right-click Python (command line).

  6. Select Pin to Start Menu.

    You should see the entries at the top of your Start menu. If you prefer, you can pin them to your taskbar.

    <b>Figure 2</b><b>:</b> Right-click to pin Python to your Start menu.
    Figure 2: Right-click to pin Python to your Start menu.

About This Article

This article is from the book:

About the book author:

Brendan Scott is a dad who loves Python and wants kids to get some of its magic too. He started pythonforkids.brendanscott.com to help teach his oldest child to code. He maintains it to help other young people learn Python.

This article can be found in the category: