magic-methods
There are 27 repositories under magic-methods topic.
SVijayB/PyHub
A-Z of Python Essentials in one place
ayonli/js-magic
JavaScript magic methods support.
sphinx-contrib/prettyspecialmethods
Shows special/magic methods in sphinx docs as the python syntax that invokes them
lang-codes/codes-python-basics
Basics of Syntax, Operators, Flow Control, Data Types & Methods, Classes, Inheritence, Meta-Programming, Modules, and Packages
MariaSimon-AI/Gaussian_python_package
This is a python package for mathematical operations of gaussian 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.
BrenekH/persistent-booleans
Use "store.my_bool = True" to save boolean values to disk.
geodimitrov/Python-OOP-SoftUni
Solutions for problems from the "Python OOP" course at SoftUni
SLrepository/DnD
Python Object Oriented Dungeon and Dragons game implementatin (text version)
TangoMan75/RelationshipBundle
Provides magic methods for OneToOne, OneToMany, ManyToOne, ManyToMany, relationships.
AusAura/Jason-personal-assistant-bot-team-version-
Personal assistant that can work with address book and notes. Using currying and command parser for Adress Book. Decorator catches all possible errors. Saves data locally in JSON files. Includes Extension File Sorter as a separate sub-application. This specific version was made by team of 6 people as personal project.
AxeBearDev/php-magic
PHP utilities for hooking into magic methods using docblocks and attributes
Cybernate-IT/python-object-oriented-programming
Explore Python Object-Oriented Programming with this repository. Structured modules, video tutorials, and practical code examples guide you from basics to advanced concepts. Ideal for learners and developers seeking hands-on mastery of OOP principles in Python. Happy coding!
Jimoh1993/AWS-Machine-Learning-Scholarship-Course
AWS and Udacity are collaborating to educate developers of all skill levels to get started with ML.
linusshops/magicdoc
Generate documentation for magic methods from json files
LuizBenguigui/Desenvolve_40_Mais_Modulo2
Curso de Python na LetsCode do Projeto Magalu Desenvolve40+ - Módulo 2 (Programação Orientada a Objetos | Python)
merriammassey/datasci-distributions
A Python package for working with Binomial & Gaussian distributions. I packaged and distributed this project on PyPi as a final project in the AWS Machine Learning Foundations Nanodegree Program.
rresma3/Python_TreeDict
Implementation of a Tree Dictionary with hashable, sorted (k, v) pair objects, using a BST implementation
aedart/athenaeum-properties
[READ ONLY] Athenaeum Properties package - see https://github.com/aedart/athenaeum
discretegames/mathdunders
A Python decorator that automatically adds math operator dunders to a class.
ebukari/comparative
Implement comparison magic methods in one line!
kudashevs/calculator-via-magic
A simple calculator app that implements math operations via a magic _call method.
LesiaUKR/goit-pycore-hw-07
Master's degree. MODULE 10 | HOMEWORK| Advanced Object-Oriented Programming in Python
linhntaim/magic-class
Activate PHP-like magic methods in Javascript classes and instances.
mikebarlow/GetSet
Trait for adding magic setters / getters to objects
ParisaArbab/Dice-and-Cups
simulating dice with different numbers of sides (six, ten, and twenty) and a class for managing a collection of these dice.
PedroPiuma/PHP-Avancando-com-OO
Neste curso, aprofunda-se os conhecimentos sobre orientação a objetos. Fala-se sobre a teoria por trás dos fundamentos da orientação a objetos, ensina-se como utilizar métodos interceptadores, traits, type-hinting, autoload e outros. Aplica-se esses conhecimentos na prática e direto no código.