Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elisaborba/job-insights
https://github.com/elisaborba/job-insights
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elisaborba/job-insights
- Owner: ElisaBorba
- Created: 2024-04-29T00:43:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T00:53:00.000Z (8 months ago)
- Last Synced: 2024-04-29T01:37:50.156Z (8 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Insights 💼
### 👩🏻💻 Habilidades exercitadas
* Utilizar o terminal interativo do Python;
* Utilizar estruturas condicionais e de repetição;
* Utilizar funções built-in do Python;
* Tratamento de exceções;
* Realizar a manipulação de arquivos;
* Escrever funções;
* Escrever testes com `Pytest`### Como Executar
1️⃣ Crie o ambiente virtual:
```
python3 -m venv .venv && source .venv/bin/activate
```
2️⃣ Instale as dependências:
```
python3 -m pip install -r dev-requirements.txt
```