Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Los Primeros Pasos | Primer Conocimiento
Introducción a Python
course content

Contenido del Curso

Introducción a Python

Introducción a Python

1. Primer Conocimiento
2. Variables y Tipos
3. Declaraciones Condicionales
4. Otros Tipos de Datos
5. Loops (Bucles)
6. Funciones

bookLos Primeros Pasos

¡Bienvenido, estudiante!

¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarea
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 1
toggle bottom row

bookLos Primeros Pasos

¡Bienvenido, estudiante!

¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarea
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 1
toggle bottom row

bookLos Primeros Pasos

¡Bienvenido, estudiante!

¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarea
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

¡Bienvenido, estudiante!

¡Te damos la bienvenida a este módulo de Python! Nos emociona tenerte en esta aventura de codificación. No te preocupes si eres nuevo en Python o en la programación. Empecemos por entender qué es Python.

Python is a high-level, interpreted programming language. High-level languages use abstract syntax that is easy for humans to understand but cannot be directly interpreted by machines.

Let's dive in and print our first message using Python. We'll use the print() function for this. When you want to print specific text, just wrap it in quotation marks, like "..." or '...'. If you don't, Python will assume you're referring to a variable (but we'll get to that later).

To print a sentence, use the following code:

1
print("Some message")
copy
Tarea
test

Swipe to show code editor

Your challenge? Print "Hello world!" in the console.

Once you've completed this task, click the button below the code to check your solution.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 1
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
We're sorry to hear that something went wrong. What happened?
some-alt