Python 3 - Intermedio
Python 3 is the most up-to-date version of the language with many improvements made to increase the efficiency and simplicity of the Python code you write. In this course, we extend the tools typically used when working with Python, co
Creado por
Luciano Giacchetta
Incluido en Carreras:
PYG 0,0
Incluye 65% OFF
Garantía de Devolución (7 días)
Este curso incluye
- 4 Módulos
- 8 Videos
- 12 Practicas
- Acceso a tiempo completo
- Acceso en Móviles y Tabletas
- Certificado de Curso
Lo que aprenderás
- Funciones avanzadas de Strings y Diccionarios
- Instalación e importación de módulos
- Orientación a Objetos
- Clases y métodos self
- Conceptos de Herencia y Polimorfismo
- Serialización de objetos: JSON
- Lectura y escritura en archivos
- Webserver con Python
- Requests a API REST: Post y Get
Contenidos del Curso
8 Horas 0 Minutos
Learn everything about the Python string object. Discover how to create, rearrange, reassign, dismantle, and automatically reassemble text blocks
Learn the main concepts of an object-oriented language like Python. Create classes, instantiate objects of the same, and understand the utility of "Self". We will also explore the potential of inheritance and polymorphism.
Convert any Python object into a serialized file such as XML, JSON, or text file. Learn the potential this offers for sending objects to other locations without needing to know the language at the destination or its implementation.
Learn to use built-in Python modules such as httpServer and requests to interact with REST APIs of public or private servers via HTTP method calls like GET, POST, PUT, etc...