christhoval06 / HowProgrammingPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curso de Python por @Christhoval

1. Introduciòn a Python

  • ¿Qué es Python?
  • ¿Por qué aprender Python?
  • Instalar Python 3
  • Instalar Visual Code Studio
  • La Terminal

2. Tipo de datos

  • Integer(int, 0o - octal, 0x - hexa, 0b - bin)
  • Floating-Point Numbers
  • Strings, Triple-Quoted Strings
  • Boolean

3. Variables y Operadores

5. Árboles, mapas y Set

6. Control de flujo

  • if
  • for
  • range
  • break, continue, else

7. Funciones

8. Bucles

9. Enums y rangos

10. Clases y objetos

11. Nulos y errores

12. Testing

13. Programacioón Orientada a Objetos

14. Programación Funcional

15. SQLite

16. Microframework Flask

17. Aplicaciones Web con Flask

18. Microframework fastAPI

19. Aplicaciones Web con fastAPI

20. Framework Django

21. Dessarrollo Web Backend con Django

About


Languages

Language:Python 100.0%