Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusadada/ipo-udesc

Introduction to Object-Oriented Programming course in the second semester of the Bachelor's Degree in Information Systems at UDESC
https://github.com/mateusadada/ipo-udesc

exercises list object-oriented python python-3 python-exercises python-modules python3 tuple udesc

Last synced: 21 days ago
JSON representation

Introduction to Object-Oriented Programming course in the second semester of the Bachelor's Degree in Information Systems at UDESC

Awesome Lists containing this project

README

        

Introduction to Object-Oriented Programming - UDESC



A complete list of solved exercises and the final project


Stars Badge
Forks Badge
Pull Requests Badge
Issues Badge
Views count Badge


GitHub contributors
License Badge

## 📜 Table of contents

- [Starting](#-starting)
- [Features](#-features)
- [Prerequisites](#-prerequisites)
- [Built with](#️-built-with)
- [Author](#️-author)
- [License](#-license)

## 🚀 Starting

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 and the final project:

- Tuples.
- Lists.
- Functions.
- Basic concepts: classes, objects, inheritance, polymorphism, dynamic linking, methods, messages, abstraction, encapsulation and reuse.
- Generalization and specialization.
- Project design, notions and implementation.

## 📋 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. For example:

* [IDE PyCharm](https://www.jetbrains.com/pycharm/)
* [IDE Visual Studio Code](https://code.visualstudio.com/)
* [Website Replit](https://replit.com/)
* [Website PythonAnywhere](https://www.pythonanywhere.com/)
* [Website Codecademy](https://www.codecademy.com/)

## 🛠️ Built with

* [Python 3](https://www.python.org/) - The programming language used.

## ✒️ Author

* **Mateus Adada** - *Developer and documentation* - [mateusadada](https://github.com/mateusadada)

You can also see the list of all [collaborators](https://github.com/mateusadada/ipo-udesc/graphs/contributors) who participated in this project.

## 📄 License

This project is under the license MIT. See the [LICENSE.md](https://github.com/mateusadada/ipo-udesc/blob/main/LICENSE) file for more details.


Developed with ❤️ in Brazil 🇧🇷