https://github.com/vikktor93/poo-python
Object oriented programming materials and exercises with Python
https://github.com/vikktor93/poo-python
dunder-methods oop oops-in-python poo programacion-orientada-a-objetos python python3
Last synced: about 1 year ago
JSON representation
Object oriented programming materials and exercises with Python
- Host: GitHub
- URL: https://github.com/vikktor93/poo-python
- Owner: Vikktor93
- Created: 2024-08-24T15:36:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T15:21:50.000Z (over 1 year ago)
- Last Synced: 2025-01-29T09:36:56.869Z (over 1 year ago)
- Topics: dunder-methods, oop, oops-in-python, poo, programacion-orientada-a-objetos, python, python3
- Language: Python
- Homepage:
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repositorio Programación Orientada a Objetos en Python


Este repositorio está diseñado para introducir y profundizar en los conceptos fundamentales de la Programación Orientada a Objetos (POO) utilizando Python. Dentro de este repositorio, aprenderás a trabajar con clases, objetos, herencia, encapsulamiento, y polimorfismo.
Se van a incluir ejemplos prácticos y ejercicios que te ayudarán a comprender cómo estructurar y organizar el código de manera eficiente utilizando los principios de la POO. Este material está orientado tanto a principiantes que ya tienen una base en Python como a aquellos que desean reforzar sus conocimientos de programación.
Si deseas consultar el repositorio introductorio de Python consulta aquí: [Repositorio Nivel Básico Python][repo-semestre-I]
## Enlaces de Interés
- Web oficial de Python [(Instalacion Python)][python]
- Visual Studio Code [(Editor de Texto)][vscode]
[python]: https://www.python.org/downloads/
[vscode]: https://code.visualstudio.com/download
[repo-semestre-I]: https://github.com/Vikktor93/python-semestre-I