Skip to content

christhoval06/HowProgrammingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages