馃嚜馃嚫 En espa帽ol

Learn to program: the basics

Nowadays programming is in everything, any technological device that performs a task has a basic program or not and you are surely dying to know how it works.

Today you should know that programming is available to everyone, and this blog cannot be the exception and I bring you a set of articles so that you can take the first steps with programming and know how to take the first steps in this world; Like everything in life, programming has bases, bases that you must follow or know to do anything, in this case to develop your first lines of code; elements such as algorithms or knowing the details that you have to take into account to make any start in this world; Elements such as knowing what a program is and what it is an algorithm can be seen as the pillars of programming.

Pillars of programming

The first thing you have to know is that programming is not a one-day thing, learning to code our first programs can be a titanic task that little by little you will overcome and make it easier, but for this you require practice, perseverance and patience since learning to program is a complex task.

In this section we have all those pieces with which we can make a program, you must understand what a program is and how it is formed, which is based on steps to follow and hence the important thing to know:

Introducci贸n a la programaci贸n - 驴Qu茅 es Programa? - conceptos b谩sicos - 01

Introducci贸n a la programaci贸n - 驴Qu茅 es Programa? - conceptos b谩sicos - 01

Vamos a explicar que es un programa desde sus conceptos b谩sicos explicando que es una receta y saber sus 3 pasos fundamentales.

驴Qu茅 es un lenguaje de programaci贸n y algunos tipos? - 02

驴Qu茅 es un lenguaje de programaci贸n y algunos tipos? - 02

Vamos a hablar un poco sobre qu茅 son los lenguajes de programaci贸n y para que los podemos emplear.

Introducci贸n a los algoritmos en programaci贸n - 03

Introducci贸n a los algoritmos en programaci贸n - 03

An algorithm is a sequence of operations to be performed that we define to solve a problem and that we then take to a program like the function that I showed you previously.

Once you have the basic concepts clear as day, the next thing you have to take into account is what are the elements that are part of any programming language; These would simply be those structures that are present in all modern languages used for programming today and that you are surely dying to learn.

What do you need to learn to program?

If you want to learn to program in a programming language, you will have to read a lot, know its syntax and practice, practice and practice more... there are many programming languages and not all of them are for learning to program from scratch, a few of the most famous ones that serve us for this task, which in my personal recommendation can be either PHP or JavaScript.

Internet your best help to take the first steps in programming

An inexhaustible resource of information and data that you can use is the Internet; There you will find EVERYTHING, some useful things, others not so much, things that you will understand and others that you will not, sometimes with errors, sometimes not, sometimes something outdated and in most cases in English, but the Internet is your most direct help. to solve that little problem you have; take advantage of this inexhaustible resource of information to learn new techniques, new elements and take your first steps in programming with free or paid resources.

Elements of programming languages

Variables, as well as other structures that basically allow us to use variables as conditionals, loops, data types, objects, functions, are the foundations of any programming language:

Elementos principales de un Lenguaje de programaci贸n - 04

Elementos principales de un Lenguaje de programaci贸n - 04

Vamos a ver los principales elementos que tienen un lenguaje de programaci贸n.

驴Qu茅 es una VARIABLE en programaci贸n? - 08

驴Qu茅 es una VARIABLE en programaci贸n? - 08

Vamos a conocer el uso de las variables y comparadores como elemento fundamental en cualquier lenguaje de programaci贸n.

Tipos de datos Programaci贸n - 09

Tipos de datos Programaci贸n - 09

Los tipos de datos son simplemente un mecanismo con el cual podemos representar para guardar valores mediante las variables que luego veremos que son.

Estructura de control en programaci贸n - 10

Estructura de control en programaci贸n - 10

Las estructuras de control son el mecanismo que tenemos en los lenguajes de programaci贸n para romper el flujo b谩sico o secuencial de las instrucciones que nosotros definamos en nuestro programa.

Estructuras de control: if para realizar condicionales - 10

Estructuras de control: if para realizar condicionales - 10

El if es la estructura de control por excelencia nos permite tomar decisiones seg煤n una condici贸n a evaluar.

Estructuras de control: switch - 12

Estructuras de control: switch - 12

Vamos a ver lo que se puede considerar como una variante del condicional, que nos va a permitir hacer comprobaciones de verdadero y falso.

Estructuras de control: for para realizar ciclos - 13

Estructuras de control: for para realizar ciclos - 13

Vamos a conocer el ciclo for, una estructura de control que nos permite repetir una misma instrucci贸n o las instrucciones que definan un conjunto finito de veces.

Estructuras de control: ciclo o bucle while - 14

Estructuras de control: ciclo o bucle while - 14

La estructura de while es similar a la de for, pero un poco m谩s limpia .

Curso Introducci贸n a las principales tecnolog铆as de desarrollo web

Curso Introducci贸n a las principales tecnolog铆as de desarrollo web

Curso para dar los primeros pasos en JavaScript, HTML, CSS, PHP, Python, Bootstrap 4, NodeJS, MySQL y todo orientado a aprender a programar en tecnolog铆as web de manera b谩sica.

Estructuras de control: ciclo o bucle do while - 15

Estructuras de control: ciclo o bucle do while - 15

Vamos a explicar como funciona el bucle do while y su similitud con el ciclo while que vimos anteriormente.

Uso de las funciones en la programaci贸n - 16

Uso de las funciones en la programaci贸n - 16

Vamos a conocer el uso y alcance de las funciones como elemento central en cualquier lenguaje de programaci贸n.

Comentarios en lenguajes de programaci贸n y HTML - 17

Comentarios en lenguajes de programaci贸n y HTML - 17

Vamos a conocer como podemos emplear los comentarios en varios lenguajes de programaci贸n y en HTML.

Los Arrays en Programaci贸n - 18

Los Arrays en Programaci贸n - 18

Vamos a conocer el uso de los array en los lenguajes de programaci贸n de una dimensi贸n o de dos, tomando como caso de estudio a JavaScript.

Objetos en los lenguajes de programaci贸n (JavaScript) - 19

Objetos en los lenguajes de programaci贸n (JavaScript) - 19

Vamos a conocer para que funcionan los objetos en los lenguajes de programaci贸n como elemento fundamental para representar elementos del mundo real.

For this we have many resources in which you will learn the fundamental structures that any programming language has, knowing the use of variables, functions and control structures are key and are the bases in any programming language you choose, whether want to develop your web, mobile or desktop apps.

Best programming language to learn to program

There are multiple programming languages, although only a few are recommended to take the first steps, one of them is JavaScript as discussed in this entry:

驴Qu茅 es JavaScript? y Razones para dar los primeros pasos en la programaci贸n - 06

驴Qu茅 es JavaScript? y Razones para dar los primeros pasos en la programaci贸n - 06

We are going to talk about JavaScript, for those who want to take the first steps in programming as an ideal programming language.

JavaScript is an excellent language to take the first steps since it is widely used, its syntax is very simple, friendly and extensible, that is, the way of programming, you will find a lot of information and you can use it to develop applications of all types and at all levels ; and this is to name some of the main features and this is why I used JavaScript as a fundamental programming language.

Ver Listado »