Curso de Python por @Christhoval
- ¿Qué es Python?
- ¿Por qué aprender Python?
- Instalar Python 3
- Instalar Visual Code Studio
- La Terminal
- Integer(int, 0o - octal, 0x - hexa, 0b - bin)
- Floating-Point Numbers
- Strings, Triple-Quoted Strings
- Boolean
3. Variables y Operadores
- if
- for
- range
- break, continue, else