i want to start a dashboard for my nextcord bot But when i import dashboard to run,it’s raise an error I tried search on internet for this but look like i
I have a list containing many alphabets, and I want to replace a random "a" with "b", how can I do it? alphabets = ["a", "c", "a", "a", "b", "c"] Examples of w
I have a problem concerning the management of a colormap. In the figure below, each point displayed is associated with a value : 2, 3, 4, 5 or 13. So, to know t
I have tried numerous ways but have failed to get the right data to the new columns. The column description contains a lot of information in which I want to ext
This code works: import tkinter root = tkinter.Tk() canvas = tkinter.Canvas(root) canvas.grid(row = 0, column = 0) photo = tkinter.PhotoImage(file = './test.g
I got a numpy array from a csv file. It is 6 X 6. I want to find a specific row and then find the lower element index.
I got a numpy array from a csv file. It is 6 X 6. I want to find a specific row and then find the lower element index.
If i try to repair an input stl file (https://www.file-upload.net/download-14916065/waxup_slm_cad.stl.html) with the library pymeshfix (https://github.com/pyvis
I am implementing an authentication process between a server and a client in order to exchange some information. I have created a function called serverToClient
I am trying to write the code for my own paint program. I have added the menu for few basic color options. Now I would like to add the same menu style pen width
I'm working on a data augmentation and im trying to generate synthetic version of every image in my dataset. So i need to rotate images and together with boundi
I have an issue where PIL and Tkinter are not working together in the same program. Basically, I tried to run my program and when it was on the line 'image.open
I need to make the below faster as I need it to run on a video. Basically I am trying to remove a white background on a video and then overlay that onto another
I'm struggling with the datatables reordering. I want when user reorder to update table in the database. For this to happen i need: to configure the datatable t
That output is supposed to be 4,3,2,1 right? def test(x): if x > 0 : test(x - 1) print(x) test(4) #output => 1 #output => 2 #output => 3 #outp
I'm trying to see how many users used my bot in the last 5 minute. I've got an idea to every time a user used my bot I add his/hers id into a redis list with a
In Google Colab, how can I execute the function file related to the original code? In the main code is part of the function that is in the file. PY is another,
So i've been given a pandas data frame and created a definition for the maximum variable in one column. max_energy = D202['USAGE'].max() max_e
I would like some help on a problem that has been stressing me for a while now It revolves around recurdive backtracking maze generation, but should reurn a mat
Im building a game in processing python. It is similar to pong except the paddles can rotate thus changing the direction of the ball. There is also supposed to