Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🐍
- Host: GitHub
- URL: https://github.com/fer-aguirre/taller-python
- Owner: fer-aguirre
- License: mit
- Created: 2022-08-03T17:54:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T00:35:40.000Z (over 2 years ago)
- Last Synced: 2024-04-27T00:13:13.365Z (7 months ago)
- Topics: basics-of-python, code-examples, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [-]()
- [-]()
- [-]()