Python

  1. Home
  2. Computing & Technology
  3. Python

How a Computer Reads a Program

From Al Lukaszewski, for About.com

8 of 8

Summary

In summary, you should keep the following points in mind when you write your programs:
  • A computer does only what you tell it to do.
  • A computer program consists of data and code.
  • There are three kinds of statements: assignment, control, and operation.
  • The computer is the subject of every command in a program.
  • It reads your program looking for coherent statements made up of reserved words and arguments.
  • It then does what you tell it to do with the data.

Explore Python

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Python

  1. Home
  2. Computing & Technology
  3. Python
  4. Beginning Python
  5. Python Programming - Before Programming Python - Summary

©2009 About.com, a part of The New York Times Company.

All rights reserved.