https://github.com/ioott/backend-python-pytest-job-insights
Primeiro projeto de Python - Desenvolver e testar soluções de análises de dados reais sobre empregos
https://github.com/ioott/backend-python-pytest-job-insights
backend pytest python
Last synced: over 1 year ago
JSON representation
Primeiro projeto de Python - Desenvolver e testar soluções de análises de dados reais sobre empregos
- Host: GitHub
- URL: https://github.com/ioott/backend-python-pytest-job-insights
- Owner: ioott
- Created: 2023-02-11T23:20:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T19:13:15.000Z (over 3 years ago)
- Last Synced: 2025-01-21T22:33:56.197Z (over 1 year ago)
- Topics: backend, pytest, python
- Language: Python
- Homepage:
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Projeto BackEnd, utilizando Python e Pytest.

Primeiro projeto de Python, para implementar análises a partir de um conjunto de dados sobre empregos. Implementa funções que fazem leitura e escrita de arquivos JSON e CSV.
Mostra habilidade de :
* Utilizar o terminal interativo do Python;
* Utilizar estruturas condicionais e de repetição;
* Utilizar funções built-in do Python;
* Utilizar tratamento de exceções;
* Realizar a manipulação de arquivos;
* Escrever funções em Python;
* Escrever testes com Pytest;
* Escrever meus próprios módulos e importá-los em outros códigos.