Python

  

The Python version is 3.8 using the built in editor Idle.

Ctrl+S to Save. F5 to Run.

1. The standard first Python program.

Idle Editor

Output

2. Python has many unique characteristics including algebra.

Idle Editor

Output

3. In other languages scripts are indented for neatness. Python indentation is much more powerful.

Idle Editor

Output

4. Text files can be created and information stored.

Idle Editor

Results are shown in Idle shell and text file is created

Output


5. Arrays are useful when using loops.

Idle Editor

Output

6. Python uses function calls like other programming languages. Values, called arguments, can be passed to functions.

Idle Editor

Output



Read more Python Operators

Library Files

Some library files come with Python and others have to be installed. If library file is missing an error message is shown.

Graphs

1. Use MatPlot Library

Idle Editor

Output

Command Line

Idle Editor

Output

2. Add Numpy Library.

Idle Editor

Output

3. Draw a Parabola based on Coefficients.

Idle Editor

Idle Shell

Output

4. Draw a Polygon.

Idle Editor



Outside Range

Inside Range



Activity

Draw a 5 Pointed Star.

Audio

1. Text to Audio.

2. Audio to Text

Activity

Create audio files and text for each sentence.