classmethod

There are 10 repositories under classmethod topic.

  • youknowone/methodtools

    Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.

    Language:Python7541811
  • snrazavi/OOP_Python

    A short course introducing Object Oriented Programming in Python.

    Language:Jupyter Notebook22303
  • Margarita-pyth/character_creation_module

    Модуль создания персонажа для RPG игры

    Language:Python2000
  • 8140171224/Class-Object

    Python is an object oriented programming language. Unlike procedure oriented programming, where the main emphasis is on functions, object oriented programming stress on objects. Object is simply a collection of data (variables) and methods (functions) that act on those data. And, class is a blueprint for the object. We can think of class as a sketch (prototype) of a house. It contains all the details about the floors, doors, windows etc. Based on these descriptions we build the house. House is the object. As, many houses can be made from a description, we can create many objects from a class. An object is also called an instance of a class and the process of creating this object is called instantiation

    Language:Python120
  • brunoharlein/rpg_python

    Application de jeu rpg type Donjons et Dragons pour terminal en python orienté objet

    Language:Python1100
  • boris-bikes

    Ghostglass/boris-bikes

    Makers Academy -- Week 3 Pair Programming Project -- Test Driven Development

    Language:Ruby110
  • kalaspuff/perfect

    🎁 [not yet built] The perfect decorator - a utility library which makes it simpler to create your own flexible decorators with argument support and power them with attachments to any kind of methods in a class, etc.

    Language:Python30
  • tomartushar/primers

    Notebooks for various topics primers.

    Language:Jupyter Notebook