magicmethods
Here are 7 public repositories matching this topic...
This program use some magic methods from python like .__add__, .__floordiv__ made with python3 and tkinter also include the functtion .format
-
Updated
Jul 11, 2020 - Python
This app calculates the basic operations such as add, division, subtraction, multiplication with magic methods made with python3 and kivy
-
Updated
Sep 30, 2020 - Python
This describes a Python project that implements a bank account management system using object-oriented principles, particularly encapsulation. The system allows users to deposit, withdraw, and check their balances, all while protecting sensitive data through encapsulation.
-
Updated
Apr 25, 2025
This is a python package for mathematical operations of binomial distributions. From this project I learned how to code and install basic python packages. I got to use magic methods, import statements, classes and inheritance in more depth.
-
Updated
Aug 30, 2021 - Python
LfuDictCache is a Python class implementing a fixed-size cache with LFU eviction and LRU tie-breaking. It supports standard dictionary operations while efficiently managing frequently and infrequently accessed items.
-
Updated
Dec 29, 2025 - Python
Improve this page
Add a description, image, and links to the magicmethods topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magicmethods topic, visit your repo's landing page and select "manage topics."