Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fer-aguirre/taller-python

Cuadernos de Jupyter para aprender los fundamentos de Python 🐍
https://github.com/fer-aguirre/taller-python

basics-of-python code-examples jupyter-notebook python

Last synced: 9 days ago
JSON representation

Cuadernos de Jupyter para aprender los fundamentos de Python 🐍

Awesome Lists containing this project

README

        

# Taller de Python
Cuadernos de Jupyter para aprender los fundamentos de Python 🐍

---

## Contents

#### Introducción
- [Clase 1](https://github.com/fer-aguirre/taller-python/blob/main/notebooks/introduction/clase1.ipynb)
- cadenas: str
- números enteros: int
- números flotantes: float
- asignar variables
- operaciones aritméticas
- suma
- resta
- división
- multiplicación
- módulo
- exponente
- concatenar cadenas
- listas
- métodos para listas
- append()
- sort()
- slicing en listas
- función type()
- función len()
- métodos para cadenas
- lower()
- title()
- upper()
- bucles con for
- función range()

- [Clase 2](https://github.com/fer-aguirre/taller-python/blob/main/notebooks/introduction/clase2.ipynb)
- ejercicios con for
- condicional if
- diccionarios
- métodos para diccionarios
- items()
- keys()
- get()
- update()
- pop()

- [Clase 3](https://github.com/fer-aguirre/taller-python/blob/main/notebooks/introduction/clase3.ipynb)
- nombres de variables
- bucles
- break
- continue
- else
- bucles anidados
- librerías

### Pandas
- [-]()
- [-]()
- [-]()

### Procesamiento del Lenguaje Natural (NLP)
- [-]()
- [-]()
- [-]()