Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added the README final code
  • Loading branch information
mateusadada committed Dec 11, 2023
1 parent 7733e5f commit 7d6897c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Introduction to Object-Oriented Programming</h1>
<h1 align="center">Introduction to Object-Oriented Programming - UDESC</h1>
<div align="center"><i>A complete list of solved exercises</i><br><br>
<a href="https://github.com/mateusadada/IPO-UDESC/stargazers"><img src="https://img.shields.io/github/stars/mateusadada/IPO-UDESC" alt="Stars Badge"/></a>
<a href="https://github.com/mateusadada/IPO-UDESC/network/members"><img src="https://img.shields.io/github/forks/mateusadada/IPO-UDESC" alt="Forks Badge"/></a>
Expand All @@ -21,11 +21,13 @@

## 🚀 Starting

This repository contains all the solved exercises from Introduction to Object-Oriented Programming course of second semester. The exercises have more complex and challenging concepts, as well as the use of classes. It was fundamental to improve my knowledge in this language and it also helped with my Bachelor's Degree in Information Systems at [UDESC](https://www.udesc.br/).
This repository contains all [the solved exercises](https://github.com/mateusadada/IPO-UDESC/tree/main/solved_exercises) from Introduction to Object-Oriented Programming course of second semester. The exercises have more complex and challenging concepts, as well as the use of classes. It was fundamental to improve my knowledge in this language and it also helped with my Bachelor's Degree in Information Systems at [UDESC](https://www.udesc.br/).

[The final project](https://github.com/mateusadada/IPO-UDESC/tree/main/final_project) was a presentation of a calculator developed by me in Python. I created basic functions, and graphical style was not used due to my lack of knowledge at the time. I separated each function into a different file to facilitate maintenance and make the code more readable. I also performed various validations to prevent typing errors. To use it, you should run the [main.py](https://github.com/mateusadada/IPO-UDESC/blob/main/final_project/main.py) code.

## 📚 Features

Used during the evolution of exercises:
Used during the evolution of exercises and final project:

- Tuples

Expand All @@ -41,7 +43,7 @@ Used during the evolution of exercises:

## 📋 Prerequisites

You need to have the Python language on your machine along with an IDE (Integrated Development Environment) or a website that can run the codes.
You need to have the Python language on your machine along with an IDE (Integrated Development Environment) or a website that can run the codes. For example:

* [IDE PyCharm](https://www.jetbrains.com/pycharm/)
* [IDE Visual Studio Code](https://code.visualstudio.com/)
Expand Down

0 comments on commit 7d6897c

Please sign in to comment.