I mounted the files from google drive correctly with the following code. from google.colab import drive drive.mount('/content/gdrive') base_path = "/content/gdr
I am attempting to add a 2nd legend to display the max values (via markers). However, only the marker type in mrkr is given in the 2nd legend and not the desire
beginning in coding, I'm trying to build a function that asks the user to enter a value for hour then for minutes and return an array showing
I am trying to run a multivariate (multiple y) regression algorithm. The code is as follows. data = pd.read_csv('data.csv') X = data[['PM', 'Na', 'Cl', 'Al', 'S
Normally the server-client communication works like this: the client sends some request (GET, DELETE, PATCH, etc) and the server responds client with some data.
In JavaScript it's possible to define a function like this: function func(a = 10, b) { return a + b; } How does one call this function by o
I have been working a lot with styled components in React recently. In the beginning I created a component for each element, so for example a file called "Butto
I'm writing some code in Java where, at some point, the flow of the program is determined by whether two int variables, "a" and "b", are non-zero (note: a and b
I have successfully created an app which can play video files but how do i create a player which can play (.gem) files? if you guys know how to do it just guide