Changes

Jump to: navigation, search

OPS435 Python Lab 6

157 bytes removed, 13:35, 4 March 2019
LAB OBJECTIVES
= LAB OBJECTIVES =
* Create new type of objects using the Class construct and investigate different ways in using them.
 
:Python is an object oriented programming language. Python uses the concept of "object" to store data(attributes) and code(methods) efficiently for later use. By using objects, programming languages gain the advantage of making large/complex programs into smaller and modular codes, which can be used or shared with other users/programs. In Python, almost everything that we have used is actually an object with a specific purpose, however starting in this lab we will create our own objects, and investigate different ways to use them.
| style="border: 2px solid black;" | Category
| style="border: 2px solid black;" | Resource Link
 
|- style="background-color:white;border:none;"
| style="border: 2px solid black;" valign="top"|
:Handling Errors & Exceptions
| style="border: 2px solid black;" valign="top"|
:[https://docs.python.org/3/tutorial/errors.html Errors & Exceptions]
|- style="background-color:white;border:none;"
1,760
edits

Navigation menu