4 projects
oopmultilang
A Python package that supports multi-language conversion of the object-oriented paradigm.
easierfile
An easier-to-use Python package that object-oriented encapsulates Python traditional built-in file operations.
dynoptimdict
A dynamic dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time.
unexpectation-handler
Never trust users! Encapsulate "isolating program vulnerabilities (errors, exceptions, or results due to unexpected input) that may be caused by executed code" and "calling function that handle them" as a package of Python.