Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adrs1166ma/learning-python

Learn Python. Completing almost 71.5 hours in total
https://github.com/adrs1166ma/learning-python

pycharm python

Last synced: 27 days ago
JSON representation

Learn Python. Completing almost 71.5 hours in total

Awesome Lists containing this project

README

        

111
# Ejercicios

## 1
* 03-02
* 06-02
* 15-00aa
* 16-0-1
## 2 - operadores
* 02-0-1
* 08-00
* 11-00
* 12-02
* 14-00
## 3 - Sentencias de control
* 03-00
* 05-00
* 07-00
* 08-00
## 4 - ciclos
* 01-01
* 01-03
## 5 - Colecciones
* 03-01
* 05-01
## 6 - Funciones
* 05-01
* 05-03
* 09-00
* 11-00
* 13-00

## POO

## 01 - Clases y objetos
* 11-00
* 13-00
* 15-00
## 02 - Encapsulamiento
* 06-00
## 03 - Herencia
* 04-00
## 04 - Herencia Multiple
* 05-00
* 09-00
## 05 - Clases Abstractas
* 10-00
## 06 - Contexto Estatico de clase
* 07-00
* 08-00
## 07 - Diseño de Clases
* 03
* 04
## 08 - sobrecarga de operaciones
* 01
* 02
## 09 - Polimorfismo
* 04