QtGui − Componentes gráficos da interface do usuário
O FOCO DO NOSSO SITE É MATEMÁTICA E PROGRAMAÇÃO DE SOFTWERE
QtGui − Componentes gráficos da interface do usuário
QtCore − Núcleo de classes não-GUI usadas por outros módulos
Palavra-chave no JavaScript:
abstract arguments boolean break
byte case catch char
const continue debugger default
delete do double else
eval false final finally
float for function goto
if implements in instanceof
int interface let long
native new null package
private protected public return
short static switch synchronized
this throw throws transient
true try typeof var
void volatile while with
yield
Algumas keywords da linguagem Python:
['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
OBS: Podemos usar o código abaixo para gerar essa ista:
import keyword
keyword.kwlist
print(keyword.kwlist)
len(keyword.kwlist)
PARA REMOVER UM DIRETORIO COMPLETO NO GIT
git rm -r myFolder