How to Create Python Programs

Your programs will be plain-text files, usually one file per assignment question. I suggest that you make one folder per assignment. You will need to know how to get a text editor, and how to see the file types.

Getting a text editor

Run a text editor to create your files. Don't use a program like Microsoft Word, unless you know how to save plain-text files. Instead, try these text editors:

Seeing file types

All of your programs must be in files of type .py . This means that each file name must end with .py . Here is how you can verify that you have created such a file: