Olá, este vídeo você irá entender como funciona a execução de um código em Python utilizando Thread.
O vídeo será explicado utilizando a biblioteca TKinter, onde que a ação da Thread será destruir uma
janela para assim iniciar outra. Um conceito muito utilizado em programa que utiliza splash.
### Ambiente de desenvolvimento ###
Python Versão: 3.7
OS: Linux
OS Distribuição: Arch Linux
OS Ambiente Gráfico: Gnome
Gnome Extensões: Dash to Dock, TopIcons Plus
IDE: Visual Studio Code
IDE Tema: Material Theme Darker High Contrast
IDE Fonte: Fire Code
IDE Plugins: Python, Python for VSCode
IDE Linter: Flake8
Terminal: Terminator
Terminal Fonte: Fire Code
Shell: zsh
Shell Plugins: zsh-autosuggestions, zsh-syntax-highlighting, python
Shell Framework: oh-my-zsh
### Documentação Python para esse vídeo ###
Funções:
https://docs.python.org/3/tutorial/controlflow.html#defining-functions
https://docs.python.org/3/library/2to3.html?highlight=input#2to3fixer-input
Classes:
https://docs.python.org/3/tutorial/classes.html
https://docs.python.org/3/tutorial/classes.html#instance-objects
https://docs.python.org/3/tutorial/classes.html#method-objects
Import:
https://docs.python.org/3/reference/import.html
Built-In tipos:
https://docs.python.org/3/library/stdtypes.html#boolean-operations-and-or-not
Tkinter:
https://docs.python.org/3/library/tkinter.html?highlight=tkinter#module-tkinter
https://docs.python.org/3/library/tk.html