Learn Python – What is the best IDE for it?

  What is the best IDE to program in Python? Whenever this question arises in discussion forums around the world,…

10 years ago

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…

10 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…

10 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.…

10 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…

10 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…

10 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…

10 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…

10 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…

10 years ago