I have multiple lists of numbers like these: a = np.arange(100,150,1).tolist() b = np.arange(300,330,1).tolist() c = np.arange(600,900,1).tolist() d = np.arang
I have tried to put a texture on a square, made out of two triangles, but it isn't displaying on the square and it is on both triangles seperately. I followed m
I have created a branch and committed to it, got it reviewed and merged with main branch. Now when I try to push another change into another commit with the sam
I am trying to host a django website on Azure kubernetes service behide nginx-ingress, and I would like my django web show under a path. e.g. when access the d
Hi all, I'm new to SQL and don't know anything about this DB. I need help in solving the following problem. I want to convert the TimeC colum
I am making a posts per day element, but I have a problem. the issue is i don't know how functions in HTML work, I just started HTML yesterday I can tell by tha
I have been learning binary trees lately and have looked through the code for counting the leaves. This is the recursive function to count the leaves: def __cou
I am trying to display URLs from my CSV file as actual images in the table. If possible back in some sort of excel or CSV file. I've looked at different using p
i am using WithMultipleSheets and FromView for exporting excel sheet worksheet 1 have a sales order and worksheet 2 have orders list sales order records are fet