Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
2 replies
27 views

When using the re module in Python, PyCharm will automatically include syntax highlighting for strings representing Regular Expressions for the re module, but it doesn't do that for the regex module. ...
Sul4ur's user avatar
  • 1
1 vote
0 answers
26 views

Demo of the Project The Problem I am attempting to deploy a Django portfolio project to Render. While the project runs perfectly on my local machine using python manage.py runserver, the deployment ...
Foreman-B's user avatar
0 votes
1 answer
14 views

We started seeing this error yesterday when calling smtplib starttls() SSLError: [SSL: SSLV3_ALERT_ILLEGAL_PARAMETER] sslv3 alert illegal parameter (_ssl.c:1010) The issue happens when connecting to ...
Chris Brook's user avatar
  • 2,623
0 votes
0 answers
38 views

I have an opencv error that i don't understand at all. Here is my code def findHolds(img,detector = None): img = cv2.GaussianBlur(img, (3, 5), 0) gray = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY) ...
Sylvain Guichard's user avatar
1 vote
1 answer
15 views

I'm having some trouble understanding some behaviour of the lower_border_end method of the scipy ShortTimeFFT. Everything from the example is clear to me, but I don't understand this: ShortTimeFFT(np....
Gautzilla's user avatar
0 votes
0 answers
17 views

I am using Spyder for Python development and conda to maintain environments. Spyder is installed in the base environment, while my Python code runs in a custom environment. I have installed spyder-...
Markus's user avatar
  • 23
-8 votes
0 answers
42 views

I’m trying to build a dynamic scraper and don’t want to use static XPath or CSS selectors for the next-page click methods. There are many ways to click to the next page of the JavaScript-rendered ...
Shivam Pandey's user avatar
0 votes
1 answer
28 views

I am using TrackEval to evaluate multi-object tracking results. I have: gt.txt (ground truth for a video) mot.txt (tracker output for the same video) What is the required directory structure for ...
NOURA's user avatar
  • 11
2 votes
1 answer
34 views

I'm using GridDB Cloud with the Python client (griddb_python) and noticed unexpected overwrite behavior when inserting rows into a TIME_SERIES container that has TIMESTAMP as the row key. Schema ...
VIK's user avatar
  • 94
0 votes
1 answer
21 views

I am using Docling in Python to extract images from a PDF and then embed them with CLIP. The image extraction itself works, but I want to also store the heading (section title) or caption associated ...
Samagra Shrivastava's user avatar
0 votes
2 answers
27 views

I am trying to write a small text editor using the StyledTextControl in wxPython. Most of the styling is working, but spaces remain unstyled and are shown as white areas, the picture shows the effect. ...
Richard Crossley's user avatar
0 votes
3 answers
58 views

How can I query columns that are lists or dicts? Here is some basic JSON-like data. [ { "id": 1, "name": "John Doe", "age": 30, &...
LayneSadler's user avatar
  • 6,091
Best practices
0 votes
1 replies
46 views

Context I have been programming in javascript/typescript a lot and now I have to write a program that opens a TCP connection and performs some data exchange tasks initiated by incoming messages over ...
Jindrich Vavruska's user avatar
-2 votes
0 answers
26 views

Hi Programmers Community, I have created a game, there is paddle moving horizontally and a random generated object falls from up to down, there are rules which say if there is a collision between the ...
zamxkk's user avatar
  • 1
1 vote
3 answers
68 views

[I am re-asking a question that was just closed. I have now including code that fails.] Short version. I'm aware of the fact that multiprocess.Queue.empty() is unreliable. This makes sense to me. I ...
Frank Yellin's user avatar
  • 11.7k

15 30 50 per page
1
2 3 4 5
147276