metaclasses

There are 18 repositories under metaclasses topic.

  • akittas/presentations

    Collection of presentations for advanced Python topics

    Language:Jupyter Notebook27616125
  • blockspacer/CXXCTP

    DEPRECATED. USE INSTEAD github.com/blockspacer/flextool

    Language:C++59108213
  • hakancelikdev/metaclasses

    Metaclasses in Python

    Language:Makefile17200
  • linkml/linkml-owl

    Extension of LinkML runtime for converting instances of LinkML classes to OWL (classes or instances)

    Language:Python1113221
  • lepchenkov/What_it_Takes_to_be_a_Python_Expert

    Bits of code from James Powell lecture on core concepts of python written in four Jupyter notebooks that cover protocol view of python, metaclasses, decorators, generators and context managers.

    Language:Jupyter Notebook9109
  • cr0hn/python-object-watchdog

    Watching for runtime changes in Python objects and launch callbacks

    Language:Python833
  • pyTooling/pyTooling

    pyTooling is a collection of arbitrary useful classes, decorators, meta-classes and exceptions.

    Language:Python71431
  • PythonUniverse

    windsuzu/PythonUniverse

    The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.

    Language:Jupyter Notebook4100
  • Leandros/meta

    An exercise in exploring compile time code generation in C++

    Language:C++326
  • lang-codes/codes-python-basics

    Basics of Syntax, Operators, Flow Control, Data Types & Methods, Classes, Inheritence, Meta-Programming, Modules, and Packages

    Language:Python2303
  • monomonedula/abc-delegation

    A tool for automated delegation with abstract base classes

    Language:Python22111
  • blockspacer/flex_typeclass_plugin

    typeclasses. Supports combinations of multiple typeclasses and out-of-source method definitions (data and logic separation).

    Language:C++1402
  • MitalAshok/metaclass-js

    A class where its instances are classes

    Language:JavaScript1100
  • dariusz-piekarz/pytools

    Python tools (JSON, YML configs, metaclasses, decorators).

    Language:Python0101
  • python-supply/static-checking-via-metaclasses

    Python metaclasses are how classes are created, and by defining your own metaclasses you can guide and constrain code contributors in a complex codebase. This article reviews how metaclasses can be employed to implement static checking of user-defined derived classes.

    Language:Jupyter Notebook0200
  • radif-ru/Desktop_Apps_Messenger_PyQt

    Десктопные приложения. Мессенджер на основе PyQt5. Создал как клиентское, так и серверное приложения. Использовал PyQt5, SQLAlchemy, Метаклассы, потоки (Threads) и другие технологии и библиотеки...

    Language:Python0101
  • jferard/python-toy-contract

    A toy project. Attempt to use dynamic nature of Python to implement programming by contract.

    Language:Python26