Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateusadada/ipo-udesc
- Owner: mateusadada
- License: mit
- Created: 2023-03-23T02:13:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T15:37:54.000Z (11 months ago)
- Last Synced: 2024-02-02T19:54:52.667Z (11 months ago)
- Topics: exercises, list, object-oriented, python, python-3, python-exercises, python-modules, python3, tuple, udesc
- Language: Python
- Homepage: https://mateusadada.github.io/ipo-udesc/
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Introduction to Object-Oriented Programming - UDESC
## 📜 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 🇧🇷