Skip to content

Commit

Permalink
feat(python): ✨ pequenas correcoes
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Nov 28, 2023
1 parent 4d73184 commit dbc1780
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/trilhas/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Essa linguagem de programação foi lançada por Guido van Rossum em 1991.

`Materiais de Referência`:

- [Introdução a Programação Python - IFSP]([https://www.codingame.com/playgrounds/34774/introducao-a-programacao-python---prof--marco-vaz/apresentacao](http://antigo.scl.ifsp.edu.br/portal/arquivos/2016.05.04_Apostila_Python_-_PET_ADS_S%C3%A3o_Carlos.pdf))
- [Introdução a Programação Python - IFSP](http://antigo.scl.ifsp.edu.br/portal/arquivos/2016.05.04_Apostila_Python_-_PET_ADS_S%C3%A3o_Carlos.pdf)

- [WikiPython Brasil - Apresentação](https://wiki.python.org.br/PythonApresentacao)

Expand Down Expand Up @@ -281,7 +281,7 @@ O Python disponibiliza nativamente a biblioteca [urllib](https://docs.python.org
- [Como usar Urllib - Ciksiti](https://ciksiti.com/pt/chapters/5031-how-to-use-urllib-in-python--linux-hint)
- [Consumindo a API do Github - Alura](https://www.alura.com.br/artigos/consumindo-a-api-do-github-em-python)

## 25 - Compiladores
## 25 - Ambiente de Desenvolvimento Local

Aqui é fornecido guias para a instalação de compiladores de Python.

Expand Down Expand Up @@ -334,6 +334,14 @@ Vamos conhecer a versão 3.10 no Python. A nova versão apresenta novas funciona

- [What’s new in Python 3.10](https://www.infoworld.com/article/3617460/whats-new-in-python-310.html)

### Novidades do Python 3.11

[Em Desenvolvimento]

### Novidades do Python 3.12

[Em Desenvolvimento]

# Discussões

- [Atualização 1 - PR#6](https://github.com/codaqui/institucional-trilhas-estudos/pull/6)
Expand Down

0 comments on commit dbc1780

Please sign in to comment.