Skip to content

christhoval06/HowProgrammingPython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Curso de Python por @Christhoval

1. Introducciò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
  • Complex Numbers (m+nj)
  • Strings, Triple-Quoted Strings
  • Boolean, Truthiness

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. Programacioón Orientada a Objetos

13. Programación Funcional

14. SQLite

15. Microframework Flask

16. Aplicaciones Web con Flask

17. Microframework fastAPI

18. Aplicaciones Web con fastAPI

19. Framework Django

20. 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