https://github.com/elc/python-practice3
https://github.com/elc/python-practice3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elc/python-practice3
- Owner: ELC
- Created: 2021-10-31T22:33:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T21:07:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T07:21:23.305Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 108
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TUP Python Práctica 3
Este repositorio fue creado con la [Autograding Python Assignments
Template](https://github.com/ELC/python-assignment-template)
Cada ejercicio de este práctico está diseñado para ser autocorrejido fuera del
sistema de Github Classroom simplemente ejecutando:
`python exercises/.py`.
## Temas a cubrir
- Ejercicio 1: Variables de Instancia y Métodos de instancia.
- Ejercicio 2: Variables de Clase y Métodos de Clase.
- Ejercicio 3: Properties.
- Ejercicio 4: DataClasses y Sobrecarga de operadores
- Ejercicio 5: Herencia y Clases Abstractas.