advertising
script

What does #!/bin/bash mean

Surely you have seen #!/bin/bash on more than one occasion or have had to insert it into a script without knowing what it is. here the keys

pycharm-python

Pycharm: a development environment for Python

On this occasion we will take the opportunity to talk about PyCharm, which is a multiplatform IDE (integrated development environment) used in the field of programming, it has two versions, one that is divided into cummunity and educational edition that are released under Apache license. ..

Variables 101: Knowing Your Computer

The way your computer stores information not only allows you to check your mail and play games but is essential for those who want to start programming small solutions in the world of computing.

Choosing your first programming language

The first step on the programming path is to discover the language that best suits your needs, in this article we will see some of the most important aspects of the various programming languages ​​and how to know which one to choose to start programming.

Let's start the year programming

It is increasingly necessary to learn a programming language, here we will see some of the key concepts to generate elegant and durable code.

Quick guide to using Github

This tutorial is a quick guide to installing and using GitHub. Here's how to create a local repository, how ...