Mudanças entre as edições de "Programação em Python"
De Aulas
(Criou página com ' = Conteúdo = * DAS5334 Python - Apresentação * DAS5334 Python - Instalação no Ubuntu * DAS5334 Python - Introdução ao Turtle * DAS5334 Python - Variáve...') |
(→Links) |
||
(5 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
+ | |||
= Conteúdo = | = 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]] |
Linha 22: | Linha 23: | ||
* [https://wiki.python.org/moin/TkInter TkInter] - Interface do Usuário em Python | * [https://wiki.python.org/moin/TkInter TkInter] - Interface do Usuário em Python | ||
* [https://youtu.be/YXPyB4XeYLA TkInter Course] - Create Graphic User Interfaces in Python Tutorial (Youtube) | * [https://youtu.be/YXPyB4XeYLA TkInter Course] - Create Graphic User Interfaces in Python 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://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