i have two models in django app UserDay model: class UserDay(models.Model): date = DateField() @property def avg(self): return self.activities.a
I'm getting a NoSuchMethodError error when running my Java program. What's wrong and how do I fix it?
I am using a dataset of 5 classes of images with around 4000 images in training data set, and 2000 in testing dataset. from keras.preprocessing.image import Ima
I have a few functions which use S3 to access resources and these functions are used in many places in my application these s3 codes are saved in the aws_resour
I am trying to migrate some very old asp.net code to .net core, and there are many calls to a SOAP service. I can add the connected service fine, but when I try
I've been fighting with a problem for days now. I have a list of 15k article names and separated the first two words of the article name to be able to identify
Install and open app. Add widget. Uninstall app. Reinstall app. Add widget. Widget seems to be cached on previous install, please help me to solve it. Thanks a
I'm trying to automate a download via Selenium using Python. The website I'm trying to download from has multiple options, with each option having a HTML HREF a
I have setup two database connections in my application. One for mysql and the other for oracle db. I have tested both connections individually by reading data
Could someone let me know how to get task instance attribute for task within a task. So I am calling a databricks job from my task and it takes a execution date