When I use the Rest API to download data from Firebase, it looks like this. { "Dataset1": [ null, { "Key1": 1, "Key2": 2 }, {
I'm using tkinter to create a very simple GUI just to start learning how to use the module. However I'm trying to position two elements (a button and a text box
Ive created a time series forecasting model (RNN) which is heavily based off this tutorial, If I wanted to export this model and use it with, say, a kivy UI in
I created an application in Flask Python with a frontend in HTML and Twilio SDK JavaScript version 2.3.0. A video call is working on local host, but if I try th
I would like to use image search in a certain open application, for example, I want it to search the image only in the windows "Calculator" application, how cou
I have a bunch of dataclasses and want to use them as ORM Models for my database. To reach my goal i made decorator @sa_orm which maps each decorated dataclass
thanks in advance for help. I have two dataframes as given below. I need to create column category in sold frame based on information in size frame. It should c
I want to filter my dataframe with an or condition to keep rows with a particular column's values that are outside the range [-0.25, 0.25]. I tried: df = df[(df
When i was deploying django app on vercel i got this error Error! Unable to find binary python3.8 for runtime python3.8 Error! Check your logs at https://kompu
I am trying to make a custom loss function where I perform an inverse fast Fourier transform to a set of data and then do the following calculations. When I run
I would like to create a simple Python Script and use it to perform a service task in my BPMN process. Does anyone know how I can use a Python script in a servi
I'm running a toy model for learning, on Ubuntu 21.10, in a conda environment that comprises python 3.74, keras 2.4.3 and talos 1.0, among many other packages.
I'm attempting to do a keyword-based search of political ads via Facebook's Ad Library API and am struggling with how to format my search_term entry in a way th
I am starting a python-script out of Matlab using the system()-command. I would to check in a while loop if the script is still running and do something else wh
I am struggling on completing this zybook challenge activity and I don't know what else Complete the if-else statement to print 'LOL means laughing out loud' if
I am trying to launch Chrome in Headless mode for some automation with Selenium and Python. I've tried all the arguments but Chrome will not launch in headless
Using PyGAD Package, how to generate the item of populations with element not duplicate between 1 and 12? It is always has duplicate value in random population.
I have a multiIndex data frame like this probe_names PLAGL1 GRB10 MEST H19 KCNQ1OT1 MEG3 MEG8 SNRPN \ Patient_1 0 0.55 0.53 0.53
I found this nice script online which does a great job comparing the differences between 2 excel sheets but there's an issue - it doesn't work if the excel file
I'm trying to run a migration in a Django project. (Django 3.1, Python 3.9.9) I'm in my virtual environment. I keep getting a puzzling error. python manage.py