Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Ultimate Python Mastery Course | Codefinity

Inseguro de dónde
empezar?

Track
Certificado

Python de Cero a Héroe

4.7+
7468 reseñas
Beginner
Después de completar este curso, serás capaz de escribir código Python básico, entender su sintaxis y configurar un entorno de desarrollo Python. Usted tendrá las habilidades para comenzar su viaje de programación y construir una base sólida para el aprendizaje posterior.
python
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
  • Access to 85+ top-rated courses
  • AI-driven Learning
  • Workspaces for practicing your skills
  • Personalized study tracks
  • Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams
What you will learn
  • Grasp the fundamental concepts of Python, including variables, types, and conditional statements.
  • Understand complex data types such as lists, tuples, and dictionaries and their associated methods.
  • Get acquainted with loops for iteratively handling tasks and nested loops for more complex scenarios.
  • Develop proficiency in defining, modifying, and utilizing functions as well as mastering lambda expressions.
  • 192 chapters
  • 16 hours
  • 168 tasks
Trusted by employees of leading companies
GoogleIntelTwitterFedExMetaNikeAmazonMicrosoftTesla
Learning track content
Module 1 / Introducción a Python
En esta sección, aprenderás los conceptos básicos de Python, te familiarizarás con tu espacio de trabajo, abordarás operaciones matemáticas sencillas y mostrarás tus resultados.
En esta parte, dominarás el arte de escribir Loops (Bucles) en Python - construcciones esenciales para iterar sobre lists, tuples, dictionaries, e incluso futuros dataframes.
Module 2 / Tipos de Datos en Python
Los tipos de datos numéricos son cruciales en Python, por lo que es importante empezar con ellos. Aquí trabajarás con operaciones matemáticas sencillas y descubrirás los propósitos de aprender diferentes tipos de datos numéricos.
El objetivo principal de esta sección es clarificar los tipos de datos booleanos; se trata de un subtipo de los datos numéricos, pero uno más desafiante. Ya que siempre es mejor destacar en los temas más complicados, esta sección se convertirá en una parte valiosa de tu currículo.
Las strings de caracteres son una forma de implementar nuestras frases en Python, es decir, de dar instrucciones a los usuarios quiénes son el público objetivo de tu programa. De hecho, siempre es bueno ser capaz de trabajar con strings ya que deberán ser utilizadas en tu código. Pronto entenderás por qué.
¿Qué es un diccionario? Un diccionario es una colección ordenada que puede modificarse, pero que no permite entradas duplicadas. Se compone de pares `key:value`, que se utilizan para optimizar su estructura.
¿Qué es una tupla? Una tupla es una colección ordenada que no puede alterarse. Puede tener elementos duplicados. Aunque es similar a una lista, los valores de una tupla pueden ser de cualquier tipo y están indexados por enteros. Aunque no es obligatorio, es común encerrar los valores de una tupla entre paréntesis, haciéndolos más fáciles de entender en Python.
¿Qué es un conjunto? En Python, un `conjunto` es una colección desordenada que es `iterable` y `mutable`, sin elementos repetidos. Aunque el orden de los elementos en un conjunto no es fijo, puede incluir una variedad de elementos. Una de las principales ventajas de los conjuntos frente a las listas es su método altamente eficaz para determinar si un elemento existe dentro del conjunto.
Module 4 / Sentencias Condicionales en Python
En este cautivador curso, desentrañará los misterios del versátil operador condicional "if", descubriendo su poder para dar forma a los resultados. Profundice en el mundo de los operadores lógicos, domine su ingeniosa aplicación y descubra los secretos para priorizar su uso de forma eficaz.
En esta sección, se nos presenta una forma más avanzada del operador condicional: if-else. También aprenderemos qué son las sentencias if-else anidadas y practicaremos con tareas.
Además, conoceremos la forma más avanzada del operador condicional if-elif-else, nos familiarizaremos con la sintaxis de esta construcción y cómo se aplica correctamente.
¡Desbloquea la eficiencia de las decisiones en una sola línea con el operador ternario! Esta joya de la codificación, popular en el estilo Pythonic, te permite racionalizar tus decisiones en una sola línea, haciendo que tu código sea conciso y elegante
Module 6 / Python Functions Tutorial
Now we will consider what a function in Python and some basic techniques used to create functions is: what are the arguments of the function, what is the return value of the function, what is the body of the function, and how to use the function in the code.
Python is a fairly flexible language in terms of creating functions. This is especially true in setting function arguments - there are several different types of function arguments, and you can choose any of them depending on the problem you are solving. Let's now take a closer look at them.
This section of the Python course covers `*args` and `**kwargs`, which allow you to handle variable numbers of positional and keyword arguments in functions. `*args` lets you pass any number of positional arguments, making functions more flexible. `**kwargs` allows you to pass any number of keyword arguments as a dictionary, which facilitates handling complex data structures efficiently.
The return value of a function is the direct result of the execution of the function, which we can use in the program. There are several types of function return values - now we will consider the most commonly used.
Now it's time to consider additional topics to help make your functions more flexible and solve more complicated tasks. You will understand recursion, lambda functions, and some basics principles of writing effective and maintainable functions.
Requirements
  1. A computer with a browser - all browsers are supported.
  2. Your enthusiasm to enhance your tech skills.
  3. Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
The main thing is to learn and not give up
The material is good, there is a lot to learn, all in order to become better and the main thing is to learn what you want....
Matteo Comune
Thanks to them I'm learning a lot…
Thanks to them I'm learning a lot faster because they help you to understand everything from scratch. It's the best website that helps people with no background in IT...
Yuliana Cadavid
great course for beginners
great course for beginners, they test your knowledge in every lesson...
Elpunzon
I am enjoying my Codefinity experience…
I am enjoying my Codefinity experience learning Python. The self-paced way of learning is great because I can fit it into my schedule...
Alexandru Alexandru
Is nice to learn from codefinity
Is nice to learn from codefinity. Its easy and have good examples on what I learned here...
jacob Templet
Easy to follow along with and provides…
Easy to follow along with and provides challenge in my every day life. The challenge keeps me wanting to learn day after day...
Elan
Codefinity is a comprehensive learning…
Codefinity is a comprehensive learning tool to help you develop your skills as a software engineer or data scientist. The exercises are fun and a good way to sharpen your skills...
Thibault
First time learning how to code
First time learning how to code and successfully doing so with codefinity - thank you...
Adrien Morel
Well designed for total beginners
Well designed for total beginners, incremental progress and makes me feel confident....
_Gracy
it's simply perfectly well explained
it's simply perfectly well explained! so far I have not experienced any difficulty because everything is so well managed...
Ruslan Kravchuk
The main thing is to learn and not give up
The material is good, there is a lot to learn, all in order to become better and the main thing is to learn what you want....
Matteo Comune
Thanks to them I'm learning a lot…
Thanks to them I'm learning a lot faster because they help you to understand everything from scratch. It's the best website that helps people with no background in IT...
Yuliana Cadavid
great course for beginners
great course for beginners, they test your knowledge in every lesson...
Elpunzon
I am enjoying my Codefinity experience…
I am enjoying my Codefinity experience learning Python. The self-paced way of learning is great because I can fit it into my schedule...
Alexandru Alexandru
Is nice to learn from codefinity
Is nice to learn from codefinity. Its easy and have good examples on what I learned here...
jacob Templet
Easy to follow along with and provides…
Easy to follow along with and provides challenge in my every day life. The challenge keeps me wanting to learn day after day...
Elan
Codefinity is a comprehensive learning…
Codefinity is a comprehensive learning tool to help you develop your skills as a software engineer or data scientist. The exercises are fun and a good way to sharpen your skills...
Thibault
First time learning how to code
First time learning how to code and successfully doing so with codefinity - thank you...
Adrien Morel
Well designed for total beginners
Well designed for total beginners, incremental progress and makes me feel confident....
_Gracy
it's simply perfectly well explained
it's simply perfectly well explained! so far I have not experienced any difficulty because everything is so well managed...
Data Engineer
Certificado de Finalización
Muestra las habilidades que has adquirido recientemente. Te lo has ganado
Become a Development expert
  • Interactive exercises
  • Learning videos
  • AI-assistant on all courses
  • Workspaces for designing your own projects

Ready to get started?

ProBest intro offer
UltimateA complete experience to kickstart your career
85+ Top-Rated courses
Completion certificates
Early access to new courses
20+ hands-on Real-world projects
Personalized study tracks
Unlimited workspaces
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
  • Access to 85+ top-rated courses
  • AI-driven Learning
  • Workspaces for practicing your skills
  • Personalized study tracks
  • Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams
We're sorry to hear that something went wrong. What happened?
some-alt