Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipiert/python_ugd_2021
Python Notebook for Python lectures on UGD
https://github.com/dipiert/python_ugd_2021
Last synced: 9 days ago
JSON representation
Python Notebook for Python lectures on UGD
- Host: GitHub
- URL: https://github.com/dipiert/python_ugd_2021
- Owner: Dipiert
- Created: 2021-05-28T22:35:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T19:01:06.000Z (over 3 years ago)
- Last Synced: 2024-11-06T11:00:40.270Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Taller de Python - UGD 2021
Contenidos
-
Clase 1
- Introducción a Python: características, librería standard, implementaciones, desarrollo, Python Enhancement Proposals e instalación, IDEs
- REPL: Concepto. Sintaxis del REPL de python
- Estructura léxica: lineas e indentación, tokens, identificadores,palabras clave, operadores, delimitadores, literales, tipos de datos
-
Clase 2
- Introducción a Jupyter Labs y Google Colab
- Funciones: sintaxis, tipos de argumentos
- Objetos: atributos, métodos
- Clases: herencia y módulos
-
Clase 3
- Secuencias: listas, strings y tuplas. Operaciones sobre secuencias
- Slicing
- Tuplas: errores comunes, características
- Diccionarios: características y ejemplos
- Sets: características. Operaciones de unión, diferencia e
intersección.
Clase 4
- Funciones comunes de la librería standard
- Ejercicio práctico integrando conceptos vistos hasta el momento
Clase 5
- Matplotlib
Clase 6
- Matplotlib+Pandas+Numpy
Clase 7
- Exercises