https://github.com/the-akira/pynumeros
Projeto que visa estabelecer um estudo sobre Números, Sistemas de Numeração e Bases Numéricas
https://github.com/the-akira/pynumeros
artigo binary guide learning mathematics portuguese-brazilian
Last synced: 2 months ago
JSON representation
Projeto que visa estabelecer um estudo sobre Números, Sistemas de Numeração e Bases Numéricas
- Host: GitHub
- URL: https://github.com/the-akira/pynumeros
- Owner: the-akira
- Created: 2019-01-31T21:06:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T20:43:19.000Z (over 3 years ago)
- Last Synced: 2025-06-29T21:41:36.360Z (4 months ago)
- Topics: artigo, binary, guide, learning, mathematics, portuguese-brazilian
- Language: Jupyter Notebook
- Homepage:
- Size: 2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python Números
![]()
Projeto que visa estabelecer um estudo sobre Números, Sistemas de Numeração e Bases Numéricas.## Fundamentos Teóricos
01. [Introdução](https://github.com/the-akira/Binarios-Computacao/blob/master/Capitulos/01.Introdu%C3%A7%C3%A3o.md)
02. [Sistemas Numéricos](https://github.com/the-akira/Binarios-Computacao/blob/master/Capitulos/02.Sistemas%20Num%C3%A9ricos.md)
03. [Conversões](https://github.com/the-akira/Binarios-Computacao/blob/master/Capitulos/03.Convers%C3%B5es.md)
04. [Aritmética](https://github.com/the-akira/Binarios-Computacao/blob/master/Capitulos/04.Aritm%C3%A9tica.md)
05. [Números Negativos](https://github.com/the-akira/Binarios-Computacao/blob/master/Capitulos/05.N%C3%BAmeros%20Negativos.md)
06. [Frações e Pontos Flutuantes](https://github.com/the-akira/Binarios-Computacao/blob/master/Capitulos/06.Fra%C3%A7%C3%B5es%20e%20Pontos%20Flutuantes.md)## Programação Python
01. [Sistemas de Números](https://nbviewer.jupyter.org/github/the-akira/PyNumeros/blob/master/Notebooks/N%C3%BAmeros.ipynb)
02. [Formatando Números](https://nbviewer.jupyter.org/github/the-akira/PyNumeros/blob/master/Notebooks/Formatando-N%C3%BAmeros.ipynb)
03. [Gerando Números Aleatórios com NumPy](https://nbviewer.jupyter.org/github/the-akira/PyNumeros/blob/master/Notebooks/Gerando%20N%C3%BAmeros%20Aleat%C3%B3rios%20com%20NumPy.ipynb)
04. [Notação Científica como Ponto Flutuante](https://nbviewer.jupyter.org/github/the-akira/PyNumeros/blob/master/Notebooks/Nota%C3%A7%C3%A3o%20Cient%C3%ADfica%20como%20Ponto%20Flutuante.ipynb)
05. [Frações - Números Racionais](https://nbviewer.jupyter.org/github/the-akira/PyNumeros/blob/master/Notebooks/Fra%C3%A7%C3%B5es%20-%20N%C3%BAmeros%20Racionais.ipynb)
06. [Decimal - Matemática de ponto Fixo e Flutuante](https://nbviewer.jupyter.org/github/the-akira/PyNumeros/blob/master/Notebooks/Decimal%20-%20Matem%C3%A1tica%20de%20ponto%20Fixo%20e%20Flutuante.ipynb)