Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
▼NCope | |
▼Nboilerplate | Some stuff that I always forget the syntax for, or things which are useful so you don't have to retype them |
CCommonResponses | A collection of default responses for inputs |
▼Ndebugging | Functions & classes that can be useful for debugging |
CDebug | |
CUndefined | |
▼Ndecorators | Miscellaneous decorators that can be useful |
CEpistemologicalWarning | This is a joke/pet peeve of mine for people who say they're 100% confident in something |
▼Nexperimental | |
▼N_config | |
C_ConfigSingleton | |
▼Niterables | |
CMultiAccessDict | Exactly the same thing as a regular dict, except you can get and set multiple items at once, and it returns a list of the asked for items, or sets all of the items to the specified value |
▼Nlinalg | |
CSpace | |
▼Nlogging | |
CLogLevel | |
▼NPsuedonym | |
CPsuedonym | A string that is equal to a bunch of other strings |
▼Ntiming | |
CgetTime | A class to use with a with statement like so: with getTime('sleep'): time.sleep(10) It will then print how long the enclosed code took to run |
▼Ngym | Functions & classes that extend the gymnasium library |
CSimpleGym | A simplified Gymnasium enviorment that uses pygame and handles some stuff for you, like rendering keeping track of steps, returning the right things from the right functions, event handling, including some default keyboard shortcuts, and some debugging features |
▼Nmisc | A bunch of miscellaneous functions and classes that might be useful |
CRedirectStd | |
▼Nstreamlit | Functions & classes that extend the streamlit library If ss is not found in this module, it means you don't have streamlit installed |
CSS | A better streamlit.session_state interface |