I created a GUI with 2 input boxes and a list of checkbuttons (derived from list 'a') with scroll. Now, I want to display all the checkbuttons which have been s
I have long lines in my code such as: if (currentExcelDep[excelPackageName]== depDataCollection[depDataCollectionSet][depDataCollectionSetElement][excelPath] an
I am using Google Chrome and I need to find a way of finding on existing window and existing page way of interaction with it ( clicking on something and all tha
I want to save my data in the CSV format, I have some sentences and I want to save every sentence in a different row, but the output is like this: This is my c
I am currently working on the sequence analysis for the frames in a video. I got the predictions from the neural network. Now, I want to find the error rate of
i am importing from scikits.talkbox.features import mfcc from scipy.io import wavfile but getting this error: ModuleNotFoundError: No module named 'scikits.tal
I'm taking a MOOC on introduction to python programming, and have no idea how to proceed with one of the problem sets on dictionaries. Could you please provide
So I m just a newbie trying to learn django .. i was just trying to copy what Harry did(a youtuber who teaches code) but I got stuck right aft
I have two datasets that have monthly frequencies. For one of them,df, I had to aggregate some data to turn it from daily to monthly using the following code: d
how can I measure the time the user uses to interact with the bot? E.g. The bot sends a message. We want to measure the time from the reception of the message t
I feel like I'm going absolutely insane as I can't find any information on this anywhere... Is there anyway to update Spyder in Anaconda Navigator to version 5.
I am a new python user just for finish the homework. But I am willing to dig deeper when I meet questions. Ok the problem is from professor's sample code for d
I want to make an HTTP endpoint in FastAPI that requires a specific header, produces a custom response code when the header is absent, as well as shows the head
If I have a code like this: import keyboard press = keyboard.on_press(lambda key : SOMETHING) Is there something like press.close() that I can do to delete th
I have a DF that looks like: date volume open close high low previous close 2022-05-02 1756159.0 118.38 119.57 120.34 116.49 2022-05-03 3217838.0 119.72 122.4
This is where the Issue happens. Even if the pin is under 4 digits(10000) the second pin input will still run. print("Hello") print('Please type your username')
The code used to plot the box plot: import seaborn as sns ax= sns.boxplot(x = "Current_Sim_Az_obj1",y= "RUT_Distance",data = df2,whis = (0,100),meanline= True,s
I have the following problem where roles = models.StringField def role(player): if player.rank == 1: return 'leader' else: return 'memb
What's the best way to download a python package and it's dependencies from pypi for offline installation on another machine? Is there any easy way to do this w
My goal is to group a data frame DF by values of column Name and aggregate specific column as sum. Current data frame Name Val1 val2 val3 0 Test NaN 5 NaN 1 T