I have two dataframes and I want to compare one against the other using multiple columns, such that if the tuple of column values from one dataframe exists in t
I'm trying to send data to the backend in (multipart) form-data format where one is data in that I have to pass JSON and the other is file where I have to pass
The search doesn't work after inserting a new entity, the same search work after updating the entity. it seems after the updating entity the indexing has been u
I'm trying to accept cookies with Selenium, but the accept button is not found. I am not familiar with Selenium and I don't know how to debug. For instance, if
So I have this function called tag def tag(name,response,creator): #TAG CREATION name = name.lower() conn = sqlite3.connect('tags.db') c = conn.
My app has 2 screens and works correctly in development so far. It already has 2 buttons ('toss' and 'startGame'which work correctly. Now I have added a further
Given a test string: teststr= 'chapter 1 Here is a block of text from chapter one. chapter 2 Here is another block of text from the second chapter. chapter 3
On my local laptop. I'm learning about ports and Docker and am having problems using different ports in nginx. I would like to start an nginx container and spec
I have a contact me form in my frontend with three fields -> name, email, message. which are being passed to backend using axis if the user doesn't enter an