-
Notifications
You must be signed in to change notification settings - Fork 0
Sesion/08 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… y métodos de comparación en Dunder Methods
… examples for __str__, __int__, __float__, and __bool__ methods
…ion example in Readme.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds Session 08 content focused on Python Dunder Methods (magic methods), covering initialization, destruction, representation, conversion, comparison, arithmetic operations, and collection methods for object-oriented programming.
- New presentation slides (Readme.md) with comprehensive explanations and examples of dunder methods
- Interactive Jupyter notebook (ejemplos.ipynb) with 18 practical examples
- HTML presentation template configured for Reveal.js
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 16 comments.
| File | Description |
|---|---|
| index.html | Added navigation link to Session 08 on dunder methods |
| content/sesion08/index.html | Created presentation template with required scripts and plugins |
| content/sesion08/ejemplos.ipynb | Added 18 progressive examples demonstrating various dunder methods |
| content/sesion08/Readme.md | Created comprehensive presentation slides covering dunder methods theory and practice |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.