Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valmir-unicap/nivel-1-python
Nível básico
https://github.com/valmir-unicap/nivel-1-python
pycharm python vscode
Last synced: about 6 hours ago
JSON representation
Nível básico
- Host: GitHub
- URL: https://github.com/valmir-unicap/nivel-1-python
- Owner: Valmir-unicap
- Created: 2022-03-07T04:25:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T22:37:23.000Z (over 2 years ago)
- Last Synced: 2023-03-10T09:52:04.838Z (almost 2 years ago)
- Topics: pycharm, python, vscode
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *Estudo de Python*
### *Conteúdo aprendido em Python:* ###
- Condicionais: if, elif & else
- Operadores lógicos
- Estrutura de repetidção com while
- Operadores aritméticos
- Tipos de dados Numéricos
- Tipos de variáveis
- Operador de módulo (resto da divisão e quociente)
- Funções matemáticas — math
- Uso de string
- Funções
- Métodos
- Biblioteca Random### *Materias auxiliar* ###
- Link de auxílio: https://www.devmedia.com.br/artigos/python.
- Link de auxílio: http://curso.grupysanca.com.br/pt/latest/controle.html
- Link de auxílio: https://www.inf.pucrs.br/pinho/PCB/ComandosDeDecisao/Decisao.htm
- Link de auxílio: https://docs.python.org/pt-br/3/library/math.html#module-math
- Link de auxílio: https://panda.ime.usp.br/pensepy/static/pensepy/index.html### *Palavras reservadas em Python:* ###
![palavras reservadas](https://user-images.githubusercontent.com/61609240/158027932-84e905f6-cca9-48c4-8834-168904451eaa.png)### *Livro de guia em Python* ###
[Python, escreva seus primeiros programas - Casa do Código.pdf](https://github.com/Valmir-unicap/Estudando-Python/files/8238039/Python.escreva.seus.primeiros.programas.-.Casa.do.Codigo.pdf)