Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I want to launch my debug adapters from an external terminal because I'm sick and tired of always adapting the launch.json or dap-configurations when I could just alter the command directly from the ...
glades's user avatar
  • 5,404
-4 votes
0 answers
42 views

For a computer vision task I came across the need to use the map function. from utils import process train_ds = train_ds.map(process) test_ds = test_ds.map(process) val_ds = val_ds.map(process) -----...
Smrithi Rajan's user avatar
Advice
0 votes
2 replies
10 views

I have a Python package locally installed via 'pip install -e .' I can call things from that library in other projects, everything works OK. I am working with PyCharm, and each time I start with that ...
Stanislav Koncebovski's user avatar
2 votes
1 answer
73 views

I recently came back to a game I have been making, but I came back to a bunch of library errors and the like. pygame.mixer didn't seem to work with the most recent version of Python (3.14) so I ended ...
Muffinlavania 101's user avatar
0 votes
0 answers
37 views

I am using cx_freeze for the first time, and ran the quickstart command to begin working on the package. However, upon opening the setup file in VSCodium I received the error message: Unable to ...
ScorchedField's user avatar
Advice
0 votes
2 replies
19 views

can someone help me crop my graph so that it only contains the useful part of the graph. This is the area after the pendulum starts swinging and the area before the readings get too noisy due to low ...
user32229297's user avatar
0 votes
0 answers
73 views

I have a problem where I have two arrays that can possibly have different shapes that I want to multiply together. Let's say I have two cases (I'm just using zeros right now cause all I care about is ...
Jehan Dastoor's user avatar
1 vote
1 answer
38 views

I have some custom file writing library code which uses the logging module, like this: import logging logger = logging.getLogger(__name__) class FileWriter: def write(): logger.info(&...
Xaser's user avatar
  • 2,166
-3 votes
0 answers
48 views

I want to find the eigenvalues of a diagonal matrix using a symmetric matrix. When I do this in Python, I get an unbalanced diagonal matrix. The value of [0, 0] is much larger than the other ...
Another.Chemist's user avatar
-4 votes
0 answers
49 views

I’m seeing constant UnboundLocalErrors related to an assignment having established both definition and pre-assignment prior within the function definition of the class. # Delete middle node def ...
Mushy's user avatar
  • 2,707
1 vote
1 answer
37 views

I am implementing a C-GET SCU using pynetdicom to retrieve CT images. When retrieving CT DICOM images with 'JPEG-LS Lossless Image Compression' transfer syntax, The SCP logs show the following error. ...
Zain Ul haq's user avatar
-8 votes
0 answers
83 views

I want to make a Python Project Manager called Lead. But since it's a project manager it needs to create and open existing/new .py files. Please comment if you have a solution. (Python3)
Your Wish Realty's user avatar
1 vote
0 answers
25 views

I'm currently training a tabular Q-learning agent for Flappy Bird Gymnasium and don't know why the agent isn't learning better. Is it due to problems with discretization, the algorithm, the reward ...
pantheralpha's user avatar
Advice
1 vote
2 replies
33 views

I am a fresher currently working with Python and Pandas for data handling and analysis. I am very interested in learning Machine Learning and AI, but the field feels very vast and confusing because ...
its m's user avatar
  • 47
0 votes
0 answers
42 views

I hosted my selenium crawler API on render it takes data from one site and puts it in another site. When I test the app on the FastAPI interactive docs I get a stack trace with no exception so I can't ...
Osunneye Busayo's user avatar

15 30 50 per page
1
2 3 4 5
147239