Mudanças entre as edições de "Programação em Python"
De Aulas
(→Links) |
(→Links) |
||
Linha 1: | Linha 1: | ||
+ | |||
= Conteúdo = | = Conteúdo = | ||
Linha 25: | Linha 26: | ||
* [https://abav.lugaralgum.com/material-aulas/ Aulas de introdução à programação com Python em um contexto visual] - por Alexandre B A Villares. | * [https://abav.lugaralgum.com/material-aulas/ Aulas de introdução à programação com Python em um contexto visual] - por Alexandre B A Villares. | ||
* [https://www.theyurig.com/blog/javascript-python-syntax Syntax Cheatsheet for Javascript/Python developers] | * [https://www.theyurig.com/blog/javascript-python-syntax Syntax Cheatsheet for Javascript/Python developers] | ||
+ | * [https://slama.dev/ Algoritmos de Python] |
Edição atual tal como às 17h23min de 18 de julho de 2023
Conteúdo
- Python - Apresentação
- Python - Instalação no Ubuntu
- Python - Introdução ao Turtle
- Python - Variáveis e Parâmetros
- Python - Condicional
- Python - Revisão
- Python - Gráficos
- Python - Listas
- Python - Exercícios
- Python - Multi Tartaruga
- Python - Strings
- Python - Passagem de parâmetros na linha de comando
- Python - Alterando as imagens
- Python - Arquivos texto
Links
- TkInter - Interface do Usuário em Python
- TkInter Course - Create Graphic User Interfaces in Python Tutorial (Youtube)
- How to Draw Lines and Shapes With Canvas - Python Tkinter GUI Tutorial (Youtube)
- Aulas de introdução à programação com Python em um contexto visual - por Alexandre B A Villares.
- Syntax Cheatsheet for Javascript/Python developers
- Algoritmos de Python