Using Python for Prototyping

This is a detailed and comprehensive lesson for Beginner Python Programmers which shows how to build Prototype Applications using the Python Programming language.

If you are a Beginner Programmer then make sure that you have completed our previous lesson:
"Algorithms and How to Program in Python for Beginners".

In this lesson we will be building Prototype Applications for Electrical Power Calculations and Cost Comparisons.

We show how to do Prototyping with  Console Programs using "Python Room".

Although we use the online "Python Room" emulator throughout this lesson; the code and ideas presented here should be okay to use in any installation of Python.

We work through things gradually and in detail with beginners in mind, and build up to the level where we produce a full blown Prototype Cost Comparison Application.


LESSON OVERVIEW

This lesson consists of a Video Presentation where we cover the following:

- Introduction and Overview
- What is Rapid Prototyping?
- Programming Conventions
- Python Room Emulator
- Python Syntax Review
- Power Calculator Inputs
- Python if Statements
- Python Room Dividing Problems
- Python Subroutines
- Global Variables
- Prototyping in Python
- Power Cost Calculator
- Refridgerator Example
- Room Heater Example
- Power Calculator Algorithm Pseudocode
- Converting Pseudocode to Python Code
- Building the Calculator in Python Room
- Notepad ++ Free Editor
- Power Cost Comparison Calculator
- One Company Comparison
- Building in some Artificial Intelligence
- Full Power Comparison Calculator
- Full Comparison Program Code Listing

Python is a great beginner's programming language which can easily be used for developing prototype applications.

 

Watch the following YouTube Tutorial Video of the Full Lesson

If you would like to get a FREE copy of the Presentation Slides covered in this video, then click the link below.

Click Here to Download the Presentation

 

Click here to Return to the Programming Course Page