This is my own code library. It has many cool tools using the numpy and sympy libraries. Everything tries to be in snake_case, but dictionary keys are still in CapitalCase. For more extensions on this involving sympy, try starcoder42.math. It's recommended you import this via
import starcoder42 as s
import starcoder42.math
s.reload: A function to reload packages s.estimate_rgb: A function to give a color of a spectra s.find_index: A function that can find the closest corresponding index, even if your guess isn't in the array s.describe: A function to describe the contents of a multidimensional array
I also wrote ftarcoder42, which is intended to be under starcoder42. In old english, there was a lost character, the 'long s', which looks like an f but is pronounced as an s. Since fortran is almost as old as English, I figured the name would be fitting. It has several routine that are faster than starcoder42, but it's not currently packaged with starcoder42 in a usable way.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.