Rosh PR

Just blog

Tag

programming

Javascript data structure SET

The Set object lets you store unique values of any type, whether primitive values or object references. Set objects are collections of values, you can iterate its elements in insertion order. A value in the Set may only occur once;… Continue Reading →

Creating simple dynamic loading Python plugin model

To create a simple plugin framework in python we will be using the following features in Python Abstract Base Class : abc Dynamic module import : __import__ Use case: Create a plugin framework for loading dynamic model classes that will… Continue Reading →

© 2024 Rosh PR — Powered by WordPress

Theme by Anders NorenUp ↑