I wrote this code. But it works very slowly. I'm figuring out how many times I have to run the case generator to find numbers less than or equal to inv, in this
I have been making a whatsapp chatbot with python, my problem is that it answers many messages, I think I have some open loop and I am not checking if the last
from django.http import FileResponse def send_file(): #some processes response = FileResponse(open(file_name, 'rb'),as_attachment=True) return respo
I'm making a script that handles a predefined set of data, outputting to a file. I want to pop up a warning when one datum (which is always "Regular" in every s
I saw some tutorials. Using getter ans setter the change some information like emails or username on the go. But What is the real world example of these.
Is it possible to split a column into headers and values? They sort of look like Python dictionaries. Say for example I import an excel sheet into python that l
I would like to set level logging to DEBUG in tomcat but in console nevertheless only INFO and WARN output. Could anybody tell me what's wrong? My C:\tomcat\lo
Hey I am trying to pull an image from a private artifactory repository .My gitlab-ci.yml file looks like below : stages: - run_script run_script: image : a
Imagine I have a class like this: public class BaseRepo<T> where T : class { private readonly DbSet<T> table; public BaseRepo(MyDbContext c
I am trying to create a single figure by adding several jpg figures. However, hspace and space between plots are always different than specified import matplot