Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
40 views

I am designing a CI workflow that require access to a private dataset that cannot be stored in the Github repository or downloaded by a Github-hosted runner. Connection desired design: Github PR -> ...
Score of 0
0 answers
39 views

I am converting a standard Scikit-Learn standalone RandomForestClassifier into an ONNX graph using skl2onnx. While my native Python script logs an expected accuracy of 0.7832 on the Titanic dataset, ...
Score of 0
0 answers
58 views

I am trying to install a python driver, snAPI, by which I will be able to control a piece of lab equipment, a time tagger. There is no apparent error when I pip install the driver, but when I run a ...
Score of -6
1 answer
132 views

I am a beginner in Python , as I am learning different topics, the main problem I am facing is that I cant remember some functions or can't remember the keyword for that function. I have to look it up ...
Score of -7
0 answers
76 views

i have sample tuple and i have 1 type of value stored in list ,another is in set and 3rd is in dictionary so how to map and fill that mean i have tuple named sample sample = ("Shirt" , 799 , ...
Score of -5
0 answers
75 views

I'm using Python with pywin32 (COM Automation) to update an existing Excel workbook. Environment: Python 3.12 pywin32 Windows 11 Microsoft 365 Excel The destination workbook is approximately 300–400 ...
Score of -2
0 answers
59 views

I have used Hyperband automatic tuning for an ANN model to predict price. After running the model with the automatic tuning, I am obtaining an R2 score of 1.00 that suggest overfitting, however, I am ...
Score of -2
1 answer
97 views

I'm fiddling with a calculator tutorial using tkinter in Python and whenever there is a large number/decimal, it overflows off screen. How do I limit the character count to 15? Sample code: #window ...
Score of -3
0 answers
52 views

Python version 3.12.3 table = zip(range(3), "abc") print(f"{table = }") #print(f"{list(table) = }") #--- not executed table = dict(table) # conversion into dictionary ...
Score of -3
0 answers
62 views

I got the following during bootup, with an Error 1. I had just installed Textacy and Spacy, which may have triggered this. I scoured the web for a fix, but no luck. I am relatively green when it comes ...
Score of -1
1 answer
90 views

I read that one can modify the function that the close button of an Tk root window uses. So I tried to implement one of my own but it's crashing and I don't quite understand why. It seems to not like ...
Score of 0
0 answers
35 views

Whenever I try to start up Selenium ChromeDriver via Django on an Ubuntu server, I get a "session not created" error. The issue appears to be based on starting it with the Django process, as ...
Score of -4
0 answers
81 views

Here is the code: queries = aiosql.from_str(query, 'psycopg2', mandatory_parameters=False) result = queries.get_top_n_artists_with_most_albums(dbr.dc, n=5) print(tuple(result)) (('Iron Maiden', 21), ('...
Score of -1
2 answers
66 views

I recently started to use aiosql module with PostgreSQL database. Unfortunately, Google lagging behind with references to methods which no longer exist in aiosql. Is it possible to get text of query ...
Score of -7
2 answers
99 views

I have a variable which consists of a sys argument, however, it seems to also import [' at the beginning of the string, as well as '] at the end of the string (which I'd like to omit with a new ...

15 30 50 per page
1
2 3 4 5
147030