Introducción a la programación con Python (Coursera)

Offered by Universidad Austral,
Introducción a la programación con Python (Coursera)

Este curso te dará ágil acceso a los conceptos básicos de programación utilizando el lenguaje de programación Python en su versión 3.0. Python tiene una sintaxis sencilla y compacta. Esto te permitirá aplicar rápidamente los conceptos aprendidos en los distintos aspectos de tu vida. Una vez que completes este curso, podrás construir pequeños programas que te ayuden en tu trabajo y estarás preparado para tomar cursos de programación más avanzados.

Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.

El curso no requiere conocimientos previos de programación y utiliza sólo matemática básica. Cualquier persona con un manejo de informática moderado podrá ser capaz de dominar los materiales que se presentarán.
Course 1 of 4 in the Aprende a programar con Python Specialization.
What You Will Learn

  • Comprender los conceptos básicos de programación.
  • Entender cómo la computadora interpreta el código.
  • Crear tus propios scripts en Python y ejecutarlos (tanto los propios como los de otras personas).
  • Leer e interpretar código básico escrito en Python.

Syllabus

WEEK 1
Introducción a la programación en Python
¡Bienvenidos! En este módulo abordaremos los siguientes contenidos: Primero, trabajaremos sobre la Instalación de Python y de un entorno de desarrollo integrado en tu computadora. Luego, aprenderemos a utilizar la Consola interactiva de Python. Después, trabajaremos sobre la estructura de la documentación online de Python y haremos el primer script en Python. Finalmente, nos dedicaremos a aquello relacionado con pedir valores al usuario del programa y a la Instalación de paquetes de Python.

WEEK 2
Variables y expresiones
Avanzamos al módulo 2 de contenido. En esta semana nos abocaremos a comprender y utilizar los tipos de datos básicos que incorpora Python: booleanos, números enteros, números flotantes, strings. Escribir expresiones en Python que utilicen variables, operadores aritméticos, operadores lógicos (and, or, not) y operadores de comparación será otro de los propósitos para esta semana. Además de esto, utilizarás las librerías math y random que provee Python.

WEEK 3
Condicionales y funciones
Llegamos al módulo 3 del curso. En esta semana identificarás y trabajarás sobre los distintas formas de utilizar los condicionales. También definirás tus propias funciones para poder re-utilizarlas en los distintos programas que hagas y aprenderás cómo se lee un programa de Python. Además de eso, utilizarás distintas funciones provistas por Python. Por último, comprenderás y utilizarás el Debugger de Python para encontrar los posibles errores que detectes en tus programas.

WEEK 4
Ciclos e iteración
Llegamos al último Módulo del curso. Felicitaciones por haber llegado hasta aquí. En esta semana podrás trabajar con los ciclos for y while para crear programas que realicen acciones repetidas veces. Además de esto, podrás conocer cómo se utilizan las sentencias para cambiar el flujo de un ciclo. Abordar la definición de los iteradores y algunas herramientas para crear tus propios iteradores será otro de los temas a tratar. Por último, podrás tener una aproximación a los módulos y paquetes de Python.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Parallel programming (Scala 2 version) (Coursera) Coursera
École Polytechnique Fédérale de Lausanne

Parallel programming (Scala 2 version) (Coursera)

With every smartphone and computer now boasting multiple processors, the use of functional ideas to facilitate parallel programming is becoming increasingly widespread. In this course, you'll learn the fundamentals of parallel programming, from task parallelism to data parallelism. In particular, you'll see how many familiar ideas from functional programming map perfectly to to the data parallel paradigm. We'll start the nuts and bolts how to effectively parallelize familiar collections operations, and we'll build up to parallel collections, a production-ready data parallel collections library available in the Scala standard library.

Oct 5th 2026
4 Weeks
Foundations of Data Science: K-Means Clustering in Python (Coursera) Coursera
University of London,Goldsmiths, University of London

Foundations of Data Science: K-Means Clustering in Python (Coursera)

This MOOC, designed by an academic team from Goldsmiths, University of London, will quickly introduce you to the core concepts of Data Science to prepare you for intermediate and advanced Data Science courses. It focuses on the basic mathematics, statistics and programming skills that are necessary for typical data analysis tasks.

Oct 5th 2026
5-12 Weeks
Programming Languages, Part A (Coursera) Coursera
University of Washington

Programming Languages, Part A (Coursera)

This course is an introduction to the basic concepts of programming languages, with a strong emphasis on functional programming. The course uses the languages ML, Racket, and Ruby as vehicles for teaching the concepts, but the real intent is to teach enough about how any language “fits together” to make you more effective programming in any language -- and in learning new ones.

Oct 5th 2026
5-12 Weeks
Programming Reactive Systems (Scala 2 version) (Coursera) Coursera
École Polytechnique Fédérale de Lausanne

Programming Reactive Systems (Scala 2 version) (Coursera)

Reactive programming is a set of techniques for implementing scalable, resilient and responsive systems as per the Reactive Manifesto. Such systems are based on asynchronous message-passing, and their basic building-blocks are event handlers. This course teaches how to implement reactive systems in Scala and Akka by using high-level abstractions, such as actors, asynchronous computations, and reactive streams.

Oct 5th 2026
5-12 Weeks
An Introduction to Interactive Programming in Python (Part 1) (Coursera) Coursera
Rice University

An Introduction to Interactive Programming in Python (Part 1) (Coursera)

This two-part course is designed to help students with very little or no computing background learn the basics of building simple interactive applications. Our language of choice, Python, is an easy-to learn, high-level computer language that is used in many of the computational courses offered on Coursera. To make learning Python easy, we have developed a new browser-based programming environment that makes developing interactive applications in Python simple.

Oct 5th 2026
5-12 Weeks
Python Data Visualization (Coursera) Coursera
Rice University

Python Data Visualization (Coursera)

This if the final course in the specialization which builds upon the knowledge learned in Python Programming Essentials, Python Data Representations, and Python Data Analysis. We will learn how to install external packages for use within Python, acquire data from sources on the Web, and then we will clean, process, analyze, and visualize that data. This course will combine the skills learned throughout the specialization to enable you to write interesting, practical, and useful programs.

Oct 2nd 2026
4 Weeks
Introdução ao Desenvolvimento de Aplicativos Android (Coursera) Coursera
Universidade Estadual de Campinas - UNICAMP

Introdução ao Desenvolvimento de Aplicativos Android (Coursera)

Este curso tem como objetivo propiciar um primeiro contato com a Programação para Dispositivos Móveis que operam na plataforma Android. O Android Studio será utilizado como ambiente de desenvolvimento desde o início do curso e você receberá dicas de como obter ajuda quando alguma tarefa estiver consumindo mais tempo do que o necessário. Ao solucionar problemas por conta própria, você irá adquirir a autonomia necessária para concluir projetos de programação.

Oct 5th 2026
5-12 Weeks
Build LLM Apps with LangChain.js (Coursera) Coursera
DeepLearning.AI

Build LLM Apps with LangChain.js (Coursera)

JavaScript is the world’s most popular programming language, and now developers can program in JavaScript to build powerful LLM apps. This course will show webdevs how to expand their toolkits with LangChain.js, a popular JavaScript framework for building with LLMs, and will cover useful concepts for creating powerful, context-aware applications.

Oct 5th 2026
1 Week