É comum conhecer a tag <img> para adicionar imagens em HTML, mas existe uma maneira mais...
Nesse artigo, daremos um exemplo de uma estrutura de HTML semântico. Não é uma fórmula pronta e...
Nesse artigo, vamos criar um campo de texto que pode ser editado pelo usuário no navegador. Além...
Adicionando Vídeos em HTML Daniel Nogueira ・ Dec 17 ...
Nesse artigo, vamos aprender qual tag usamos para criar um elemento de vídeo em HTML, bem como...
Nesse artigo, vamos aprender qual tag usamos para criar um elemento de som em HTML, bem como conhecer...
Nesse artigo, vamos explorar a anatomia de um elemento HTML, conhecer os atributos e saber reconhecer...
Short breaks can be fun and functional in some programs. Creating a waiting time before displaying a...
Pausas curtas podem ser divertidas e funcionais em alguns programas. Criar um tempo de espera antes...
We can get data and time information in Python using the datetime module. Let's import it: import...
Podemos obter informações de data e tempo em Python usando o módulo datetime. Vamos...
Converting a decimal number to its binary, octal or hexadecimal value is easier than it looks. A...
Shuffling can be an interesting function in a program, even more if we want to ensure more randomness...
Fazer a conversão de um número decimal para o seu valor em binário, octal ou hexadecimal é mais fácil...
Embaralhar pode ser uma função interessante em um programa, ainda mais se queremos garantir mais...
Let's calculate sine, cosine and tangent in Python. It is not a difficult task, but it requires...
We can check the integer part of a real number, and one of the ways to do that is using the trunc()...
We can find out the type of a variable using the type() function, that allows us to check what type...
A practical way of doing that's using the random library. Let's import it: import random ...
As soon as I started a course of Data Analysis with Python, I had the opportunity to use the Anaconda...
I adopted the multiple commands on a single line to push to GitHub. Instead of running: git add...
Vamos calcular o seno, cosseno e tangente em Python. Não é uma tarefa difícil, mas requer atenção...
Podemos verificar a parte inteira de um número real, uma das maneiras é usar o método trunc() que...
Podemos descobrir o tipo de uma variável usando a função type(), que nos permite então, verificar o...
Uma maneira prática de fazer isso é usando a biblioteca random. Vamos importá-la: import...
Assim que iniciei um curso de Análise de Dados com Python, tive a feliz oportunidade de conhecer e...
Adotei os múltiplos comandos em uma única linha para realizar o push no GitHub. Ao invés de...