Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brucamps/curso_python_udemy


https://github.com/brucamps/curso_python_udemy

Last synced: about 1 month ago
JSON representation

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) |