https://github.com/accenture/openathon-2020-python
openathon-2020-python
https://github.com/accenture/openathon-2020-python
Last synced: about 1 year ago
JSON representation
openathon-2020-python
- Host: GitHub
- URL: https://github.com/accenture/openathon-2020-python
- Owner: Accenture
- License: bsd-3-clause
- Created: 2020-10-09T12:37:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-19T06:52:57.000Z (over 5 years ago)
- Last Synced: 2025-04-06T11:51:43.915Z (about 1 year ago)
- Language: Python
- Size: 346 KB
- Stars: 6
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Openathon VII - Programación Reactiva con Python
El principal objetivo del Openathon VII es inculcar el aprendice de la *programación reactiva*, aprovechando el potencial de *Python* como lenguaje de programación.
Al final del openathon, habremos hecho una aplicación gráfica y reactiva que nos permitira conocer el estado de la CPU y la RAM de nuestro equipo.
El indice del evento es:
* [**LAB 0. Bienvenidos al mundo de Python**](./lab-00/README.md)
* [**LAB 1. Uso básico de Python**](./lab-01/README.md)
* [**LAB 2. Uso avanzado de Python**](./lab-02/README.md)
* [**LAB 3. Uso de funciones**](./lab-03/README.md)
* [**LAB 4. El mundo de los objetos**](./lab-04/README.md)
* [**LAB 5. El mundo de las excepciones**](./lab-05)
* [**LAB 6. Modulos y paquetes. Uso de Pip**](./lab-06)
* [**LAB 7. Empezando una aplicación Python**](./lab-07)
* [**LAB 8. Inicializando la aplicación**](./lab-08)
* [**LAB 9. Extrayendo los datos**](./lab-09)
* [**LAB 10. Generando un flujo de datos**](./lab-10)
* [**LAB 11. Poniéndole cara a nuestra aplicación**](./lab-11)
* [**LAB 12. Haciendo nuestra aplicación reactiva**](./lab-12)
[Lab 00 >](./lab-00)