Learn Ruby – How to Write a Switch Statement?

  In programming languages, a "switch statement" is a type of control mechanism used to check if the value of…

8 years ago

Ruby – Como Escrever um Switch Statement?

Em linguagens de programação, como Ruby, um “switch statement” é um tipo de mecanismo de controle de seleção utilizado para…

8 years ago

Learn Python – How To Convert Integer to String?

Earlier, we saw how to parse a String to an Int or float in Python. Now, we want the opposite.…

8 years ago

Learn JavaScript – How To Make Page Redirect Using jQuery

In programming languages, functions are often gathered together in packages and methods ready for use. They are called frameworks and aim to help…

8 years ago

Learn Python – How To Check Whether a File Exists?

How to tell if a file exists using Python? To answer this question, we need to know how this programming…

8 years ago

Learn Python – How To Call an External Command?

  Many times is necessary that Python interacts with the computer's operating system where it is running. For example, to…

8 years ago

Python – Como chamar um comando externo?

Muitas vezes é necessário que o Python interaja com o sistema operacional do computador onde ele está sendo executado. Por…

8 years ago

Python – Como transformar um Int numa String

No começo dessa série, vimos como transformar uma String num Int ou Float no Python. Agora, desejamos o contrário. Como…

8 years ago

Como desfazer um commit no Git

O Git é uma excelente ferramenta para controle de versões de arquivos. Dentro dele é possível desenvolver vários projetos em…

8 years ago