Mudanças entre as edições de "Programação em Python"
De Aulas
(→Links) |
(→Links) |
||
Linha 24: | Linha 24: | ||
* [https://youtu.be/HrK9Kmz3_9A How to Draw Lines and Shapes With Canvas - Python Tkinter GUI Tutorial] (Youtube) | * [https://youtu.be/HrK9Kmz3_9A How to Draw Lines and Shapes With Canvas - Python Tkinter GUI Tutorial] (Youtube) | ||
* [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] |
Edição das 10h19min de 16 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