I am passing request object and path variables in my http PUT method to update a record. Is it ok to pass additional data (such as timestamp) as query parameter
I am trying to code solution to the following problem: "Given a non-empty list items of positive integers in strictly ascending order, find and return the long
I have a python script as follows : print ("hello world ") x = input("Enter a number: ") print(x) Now I want to programitically run the same using the below No
I want to turn a website into an app using the WebView. However, if I tap a link in the WebView, the app does not try to load the URL in the WebView, but in the
Here's my dataframe : And here's my code : week_number= [] for date in df['date']: a_date = date print(a_date) dt = datetime.datetime.strptime(a_d
I have the following compose file: version: "3" services: wordpress: image: visiblevc/wordpress privileged: true network_mod
Okay, this is really confusing me. I have some content inside of a div like so: <div style="background-color: green; width: 200px; height: 300px;"> This
I'm trying to obtain pixel-perfect connected components in an image using OpenCV. For example, in this image there are three connected components, the two recta