Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brucamps/curso_python_udemy
https://github.com/brucamps/curso_python_udemy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brucamps/curso_python_udemy
- Owner: BruCamps
- Created: 2024-08-15T15:43:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T01:11:29.000Z (4 months ago)
- Last Synced: 2024-08-24T02:26:49.057Z (4 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curso Python
### Seção 3 - Lógica de Programação Básica
| Note | Content |
| --- | --- |
| 01 | [Nomeando Pastas e Arquivos](./Notes/1-NomeandoPastaseArqvs.md) |
| 02 | [Comentários de Código](./Notes/2-ComentariosdeCodigo.md) |
| 03 | [Função print()](./Notes/3-Funcaoprint.md) |
| 04 | [Tipos de Dados](./Notes/4-TiposdeDados.md) |
| 05 | [Coerção de Tipos](./Notes/5-CoercaodeTipos.md) |
| 06 | [Introdução a Variáveis](./Notes/6-IntroducaoaVariaveis.md) |
| 07 | [Introdução a Operadores](./Notes/7-IntroducaoaOperadores.md) |
| 08 | [Introdução às F-Strings](./Notes/8-IntroducaoasFStrings.md) |
| 09 | [Método format](./Notes/9-Metodoformat.md) |
| 10 | [Função input](./Notes/10-Funcaoinput.md) |