1 / 80

Guide to Programming with Python

Guide to Programming with Python. 2. Objectives. Introduce PythonDemonstrate how to install Python Explain how to print text to the screenDescribe comments and how to use themDemonstrate Python's development environment, IDLE, using it to write, edit, run, and save programs. Guide to Programming

derron
Télécharger la présentation

Guide to Programming with Python

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Guide to Programming with Python Chapter One Getting Started: The Game Over Program

    2. Guide to Programming with Python 2 Objectives Introduce Python Demonstrate how to install Python Explain how to print text to the screen Describe comments and how to use them Demonstrate Python’s development environment, IDLE, using it to write, edit, run, and save programs

    3. Guide to Programming with Python 3 Examining the Game Over Program Figure 1.1: Game Over Program Output The all-too familiar words from a computer game

More Related