Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
8 views

I need some tips on how to best handle Celery task errors, implementing Graceful Degradation best practices. I thought about implementing try/except exception as e. But that's too simple, and I wanted ...
Ivan Campelo's user avatar
-4 votes
1 answer
43 views

how to get the dataset available on webiste below: https://www.gov.br/mdh/pt-br/acesso-a-informacao/dados-abertos/disque100/balanco-geral-2011-a-2019-populacao-lgbt/populacao-lgbt-comparativo-anual....
Tiago Gavinhos's user avatar
0 votes
1 answer
23 views

I have a dataframe with these columns: id_pair (pair of sensors) rssi_mean (detection strength) contact_day (day of the detection as string, e.g. 'Monday') study_week (week of the detection as ...
Johannes Wiesner's user avatar
-5 votes
1 answer
76 views

Here is my code: class Solution(object): def missingNumber(self, nums): """ :type nums: List[int] :rtype: int """ l = len(nums)...
Ahamad Ali's user avatar
Advice
0 votes
1 replies
19 views

I tried different methods (gdal, glymur) to extract metadata from a jp2 image to process the image with cv2 (cv2 cuts off the metadata) and later reattach the metadata for further usage in other ...
mati's user avatar
  • 1,155
0 votes
0 answers
50 views

I am attempting to install the grpcio package, and seeing the following error: (myvenv) C:\Work\Arch\Source\langchain-monitoring-demo>pip install grpcio==1.74.0 Collecting grpcio==1.74.0 Using ...
Prabal Rakshit's user avatar
Advice
3 votes
5 replies
36 views

You know how you can open a .blend file and it automatically opens it in blender? How would I do that with my own python applications? Mainly, how would I get the file path into my program on the ...
Daniel Tillery's user avatar
-4 votes
0 answers
35 views

Dear Mendeley Data Support Team, I am writing to report a critical issue with the Mendeley Data public API (data.mendeley.com) that is preventing me from programmatically accessing datasets. Issue ...
Billy's user avatar
  • 1
1 vote
1 answer
46 views

I keep getting a ChainedAssignmentError when adding a conditional to my code. In this basic example I am checking to see if column "one" is an "e" and if so then set the "...
Tim Romero's user avatar
0 votes
2 answers
46 views

I'm currently trying to load a model on MLX. But when I'm loading the model and use the tokenizer there is the following issue: with an incorrect regex pattern: https://huggingface.co/mistralai/...
Willem's user avatar
  • 1
-3 votes
1 answer
77 views

Please help me to understand the reason My code is so and I recive this error, from the header def create_access_token(**data: dict) -> str: to_encode = data.copy() expire = datetime.utcnow(...
Аркадий Сергеев's user avatar
0 votes
1 answer
50 views

When I include my icon file using Pyinstaller, it compiles successfully but when I run the .EXE I get an exception stating the icon file cannot be found. If I remove the icon reference from my script, ...
Bruce Wayne's user avatar
2 votes
1 answer
58 views

I generated the following PCA plot with Python which I'm not really familiar with. However, there is one things I don't like that is I'm not plotting the explained variance by PC1 and PC2. ...
Matteo's user avatar
  • 557
-4 votes
0 answers
75 views

I wanted to make it specific to some language like java, python, c++, etc. But later I decided to keep it generic. Actually, I am working on a task to create a UI that properly displays the data as a ...
Piyush Pandey psquare's user avatar
0 votes
1 answer
70 views

I am a beginner with Tkinter, and I can't figure out how to change frames in my RPG game. In the code I sent, I am trying to close the welcome_frame and open it. By the way, I couldn't find how to ...
Johan0o0's user avatar

15 30 50 per page
1
2 3 4 5
147238