We are working on integrating a smart device with google assistant. This device has a light that has the ability to set its color as well as report it's color b
hi so im trying to use the reg.fit function to plot a graph of the co2 emitted from a diet. the code runs ok but the graph that is plotted shows all of the y va
I am trying to detect all the lines in the following image: Using the following code I am able to detect almost all lines: %Find the line detected I = imread('
I have this code: import numpy as np from scipy import stats from matplotlib import pyplot as plt if __name__ == "__main__": # Create a list of the number
So my app suggest a list of tourist places and the data is fetched from firebase. So, I have added a search bar where the user can search that tourist place and
This is the code I am trying to fetch the resource from: Please have a look below at the code Also when I am trying to fetch the resource I am getting a 400 Err
I created a list of lists: xs = [[1] * 4] * 3 # xs == [[1, 1, 1, 1], [1, 1, 1, 1], [1, 1, 1, 1]] Then, I changed one of the innermost values: xs[0][0] = 5
I'm integrating APIs that will be connected to an E-Commerce platform. I'm supposed to add an option to track orders, how do I do that? Also, there's no fronten
I have a directory named docker which contains the following two files: docker: |_Dockerfile |_main.py The Dockerfile looks like this: #Specifying