Programming Language Exploration Assignment: Python

Part #A: Variables and operators (3 Points)

1)    Download and install Python 3.4 on your own computer. Open up the Python IDLE.

2)    Read the sections on Python Programming/Variables and Strings and Python Programming/Basic Math in the online Python Programming Wikibook.

3)    Do Python Programming Experiment #1.

 

Part #B: Control flow and conditional statemsnts (3 Points)

1)    Read the sections on Python Programming/Decision Control and Python Programming/Conditional Statements in the online Python Programming Wikibook.

2)    Do Python Programming Experiment #2

 

Part #C: Functions (3 Points)

1)    Read the sections on Python Programming/Loops and Python Programming/Functions in the online Python Programming Wikibook.

2)    Do Python Programming Experiment #3.

 

 

Part #D: Basics of Object-Oriented Programming: classes and objects (3 Points)

1)    Read the sections on Python Programming/Object-Oriented Programming in the online Python Programming Wikibook.

2)    Do Python Programming Experiment #4.

 

 

Submission:  Fill out and upload under Canvas (i) the self-evaluation report (no need for a peer review but you need to describe how well you are able to accomplish Part A, Part, Part C, and Part D respectively) together with (ii) the .py files containing your Python programs for Part A, Part, Part C, and Part D respectively.