An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Python Números


Python


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)