python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Raising DeprecationWarning in mypy for PEP 585
In a project I'm working on we're extensively using type hinting. And we're now updating to python 3.9, with it's expanded type hinting functionality defined in PEP 585. And testing the change I ran i...
thevoiddancer
Votes: 0
Answers: 0
Set or edit field values of table rows that have a matching other value in Python 3 and sqlite3?
Is there a way in sqlite3 in Python 3 to edit/set the description of the last two rows of the table animals here, because they have a matching date?
id
date
animal
description
0
2022-04-01
bir...
St4rb0y
Votes: 0
Answers: 0
How to add Copyright to Nuitka generated Exe
To add copyright to nuitka generated exe
Script-
python -m nuitka -standalone --windows-company-name=MYcompany --windows-file-version=1.1.0 --windows-product-name=app --enable-plugin=tk-inter main.py
...
Ajay Kumar Arikeri
Votes: 0
Answers: 2
Python Script to read text from one excel file and convert it to a number value and write to a different excel file
I haven't written python since college so I am very out of practice. I am trying to have the script read from the second column starting at row 2, which contains text and change it to a value (0-6) an...
medusa
Votes: 0
Answers: 0