I have tried to add sum of even numbers of a list and I am successful but in my second part I am not able to delete even numbers from the list. For example my i
I am trying to create a small ecommerce website where I need to have a cart page. I need to make it so when a user clicks on Add to cart button, the particular
I'm using a dataframe and convert the time column to years and months like this: consumer_confidence = pd.read_csv('consumer_confidence.csv') business_confidenc
I know this may sound dumb, but I am a beginner at batch script, so I know almost nothing about it. Anyway, I want to change a variable; add 1 to it, here is my
Let's say we have two partitioned datasets val partitionedPersonDS = personDS.repartition(200, personDS("personId")) val partitionedTransactionDS = tran
articles/models.py class Article(models.Model): user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE) user/models.py class User(
I have to get a hostname without suffix and without subdomain. exp: URL: https://my-domain.com URL2: https://my-domain.store.com So I need on
I am using commons-logging which should bridge to Log4J2 in an OSGi environment and so have added the dependencies, export-package and import-package in the pom
"passing get_connection to EmailMultiAlternatives" I doing the connection dynamic for example: settings.py # EMAIL_BACKEND = 'django.core.mail.backends.smtp.Ema