I have a difficult time using pip to install almost anything. I'm new to coding, so I thought maybe this is something I've been doing wrong and have opted out t
I am trying to create a rest api, that, given a get request, returns a file. The contents of the file can be a text based format, like xml or json but it can al
I currently have a code that imports an hdf5 file, and then computes a function for an area under the curve. import h5py file = h5py.File('/Users/hansari/Deskto
I'd like to make use of Dart's new (experimental) enum feature instead of using stacks of static const Strings, but what's the best way to serialize/deserialize
I'm trying to get the summary of a random article using the Wikipedia API, but for some reason when parsing the JSON, I run into this error about a quarter of t
When loading sjPlot, I receive the following error: Error: package or namespace load failed for ‘sjPlot’: object ‘reshape_ci’ is not ex
I have a fragment, here is the onCreateView method: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)