tdd_exercicios/ ├── pyproject.toml ├── README.md ├── exercicio1/ │ ├── triangulo.py # Classificador de triângulo │ └── teste_triangulo.py # 19 casos de teste ├── exercicio2/ │ ├── pessoa_dao.py # ...
Backend project - API used for phone recharges. The user can buy telephone credits for his phone by informing his phone number. Created utilizing Python, Flask, TDD, Clean Architecture, etc.
This updated version of the respected beginner's guide to Python gives newcomers a whirlwind tour of Python 3.9—from object-oriented programming basics to examples involving data analysis, web ...