https://github.com/mateusadada/pro3-udesc
Programming 3 course in the fifth semester of the Bachelor's Degree in Information Systems at UDESC
https://github.com/mateusadada/pro3-udesc
exercises python python-3 python-exercises udesc
Last synced: 2 months ago
JSON representation
Programming 3 course in the fifth semester of the Bachelor's Degree in Information Systems at UDESC
- Host: GitHub
- URL: https://github.com/mateusadada/pro3-udesc
- Owner: mateusadada
- License: mit
- Created: 2024-07-25T18:29:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T22:56:25.000Z (9 months ago)
- Last Synced: 2024-10-18T13:15:01.185Z (8 months ago)
- Topics: exercises, python, python-3, python-exercises, udesc
- Language: Python
- Homepage: https://mateusadada.github.io/pro3-udesc/
- Size: 424 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Programming 3 - UDESC
## 📜 Table of contents
- [Starting](#-starting)
- [Features](#-features)
- [Prerequisites](#-prerequisites)
- [Built with](#️-built-with)
- [Author](#️-author)
- [License](#-license)## 🚀 Starting
This repository contains the solved exercises from Programming 3 course in the fifth semester.
The exercises were solved within the [VPL](https://vpl.dis.ulpgc.es/) because of the college. It is a platform that offers a virtual environment for teaching and practicing programming, allowing users to develop and execute code in various languages directly in the browser. 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/).
## 📚 Features
Used during the evolution of exercises:
- Introduction to the course and teaching methodologies.
- MVC architectural pattern and layered development.
- Database basics, SQL, and connection via drivers and ORM.
- Web server development with HTML, CSS, JavaScript, and frameworks.
- React Native: graphical interface, event handling, layered development (MVC), exception handling, and image manipulation.
- Data persistence on mobile devices with text, binary files, JSON, XML, and web server integration.## 📋 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/pro3-udesc/graphs/contributors) who participated in this project.
## 📄 License
This project is under the license MIT. See the [LICENSE.md](https://github.com/mateusadada/pro3-udesc/blob/main/LICENSE) file for more details.
Developed with ❤️ in Brazil 🇧🇷