Skip to main content

Pacote do Desafio de Projeto com base nos desafios de códigos do Bootcamp Cognizant Data Engineer 2

Project description

desafio_python_dio

Description. The package desafio_python_dio is used to: Desafio Inicial: - Desafio da Media - Desafio do Triangulo - Desafio da Conversao de Tempo Desafio Intermediario: - Desafio dos Numeros Positivos - Desafio Crescente e Decrescente - Desafio do Resto de divisao Desafio Final: - Desafio dos Numeros Primos - Desafio do Vetor - Desafio do Encaixa e Nao encaixa

Installation

Use the package manager pip to install desafio_python_dio

pip install desafio_python_dio

Usage

from desafio_python_dio.inicial import media
media.calc_media(5.1, 7.0)

from desafio_python_dio.inicial import triangulo
triangulo.perimetro_area([6.0, 4.0, 2.0])

from desafio_python_dio.inicial import conversao_tempo
conversao_tempo.tempo_horas(556)

from desafio_python_dio.intermediario import crescente_decrescente
crescente_decrescente.tipo_ordem()

from desafio_python_dio.intermediario import numeros_positivos
numeros_positivos.quantidade_positivos(3)

from desafio_python_dio.intermediario import resto_divisao
resto_divisao.umeros_intervalo(10, 18)

from desafio_python_dio.final import numero_primo
numero_primo.primo(3)

from desafio_python_dio.final import vetor
vetor.vetor_dobro(4, 10)

from desafio_python_dio.final import encaixa
encaixa.encaixa(3)

Author

Eric Cunha

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

desafio_python_dio-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

desafio_python_dio-0.0.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page