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

https://github.com/fscheidt/oo2

Orientação a objetos II
https://github.com/fscheidt/oo2

2025 ifpr tads

Last synced: 2 months ago
JSON representation

Orientação a objetos II

Awesome Lists containing this project

README

        

# Orientação a objetos II

- **[AVA](https://ava.ifpr.edu.br/course/view.php?id=13096)**
- Curso: TADS
- Período: 3°
- Horário: quarta, 19:00 às 22:20 (Lab 2)
- Período letivo: 2025/1
- Período aulas: 12/03/25 à jul/25
- **[Repositório](https://github.com/fscheidt/oo2)**

## Aula 1

## Configuração do vscode

- instalar a extensão: ms-python

- usuário windows, download do python: https://www.python.org/downloads/

**Conferir:** se o python está instalado e qual versão:
```console

python3 --version

# >> Python 3.13.2
# versão do lab: 3.10
```