Quantcast
Channel: Active questions tagged python - Stack Overflow
Browsing all 13832 articles
Browse latest View live

Using Python's gspread, can I read the modifiedTime without fetching the...

I'm using gspread to load read from my spreadsheets and it's working great. However, I'm hitting Google data caps quite often, especially when I'm testing.I created a caching method that uses a local...

View Article


LookupError in NLTK for WordNet Lemmatizer Despite Successful Download of...

I am working on a text processing task in a Kaggle notebook and facing a LookupErrorwhen using NLTK's WordNetLemmatizer. Despite my efforts to download the required NLTK resources, the error continues...

View Article


Scraping table on website hidden by Jquery

How can I scrape table from https://infovesta.com/index2/rdpt, it seems like the table is hidden by JQuery.I try to find any ID or XPATH containing table and not found...

View Article

How can I implement retry policy with httpx in Python?

I need to communicate with other services in my Python and FastAPI application, therefore I use the httpx library to be able to communicate asynchronously. So, I have the following code for POST...

View Article

Problem with a list when I do edit it myself and not by a python package

from flair.data import Sentencefrom flair.models import SequenceTaggerfrom transformers import pipelineclass Klassensetzer: def __init__(self): self.tagger =...

View Article


Convolving impulse response of a 1st order low pass filter produces extremely...

I am working on designing a filter bank for an analog audio project and I want to test different filter topologies (bessel, chebyshev, butterworth etc.) before moving on to circuit simulation. I'm...

View Article

Python search and replace in binary file

I am trying to search and replace some of the text (eg 'Smith, John') in this pdf form file (header.fdf, I presumed this is treated as binary file):'%FDF-1.2\n%\xe2\xe3\xcf\xd3\n1 0...

View Article

function return only last time but not for first two? [duplicate]

[i am calling a function for smash a left over candies after distributed among three persons but I get only result for last...]def to_smash(total_candies):"""Return the number of leftover candies that...

View Article


Opencv Python: How to detect rectangular shapes on picture

I have some photos like this:Image 1Image 2I want to detect the white rectangular area in the above images with python opencv. Look same:ExpectPlease help me.Thanks.There are many different photos but...

View Article


How can I reference an environment variable for python path in vscode launch...

I am using vscode on my desktop and laptop and each machine would generate a random folder name with a hash for the virtual environment path when creating the virtual environment using poetry. In order...

View Article

Remove multiple rows in df that contains these values - pandas python...

this is my first time posting a question on SO. I would like to learn how can I remove the entire (multiple) row of data, if one of the columns in my dataframe contained specific values?Example: if...

View Article

Image may be NSFW.
Clik here to view.

Select non-image file in Django ckeditor browser

I previously uploaded a zip file from django_ckeditor, and I want to create a link to that file.So I clicked the "link" button (or Ctrl-K), and then selected the "browse server" button to select my...

View Article

How do I get Python OpenCV BRISQUE score to match OpenCVSharp BRISQUE score

My goal is to get the BRISQUE score from OpenCVSharp to match the BRISQUE score from Python OpenCV BRISQUE for the same image. The problem is the two platforms take different and incompatible format...

View Article


How can I do a line break (line continuation) in Python (split up a long line...

Given:e = 'a'+'b'+'c'+'d'How do I write the above in two lines?e = 'a'+'b'+'c'+'d'

View Article

Python regular expression did not able to extract the text and urls from the...

For example i have a mail in my outlook folder that have a subject and lots of Japanese text and urls like below.01 事務用品・機器大阪府警察大正警察署:指サック等の購入...

View Article


scrapy stops crawling with 500 Internal Server Error

I am crawling a web with scrapy and I receive the error:Gave up retrying <GET https://www.something.net> (failed 3 times): 500 Internal Server Erroreven though in the parse method I have added...

View Article

How to properly close and open connections with two different hosts using...

Basically, I don't need to do anything fancy. I'm just trying to remote connect to a MySQL database, pull it into a pandas dataframe, do some work, and then I want to output that as a table, but this...

View Article


dask's read_parquet reads in files that should be filtered out when loading...

I'm running into an issue where I'm saving different parquet files with slightly different schema, but which have shared partition columns. I have created the following as a minimal reproducible...

View Article

UnboundLocalError: why will it work 3/4 times? but give me invaild outputs...

from breezypythongui import EasyFrameimport random class RPS(EasyFrame): def __init__(self): EasyFrame.__init__(self, title = "Rock, Paper, Scissors game") self.addLabel(text = "Choose one:", row = 0,...

View Article

Why can't sklearn MLPClassifier predict xor?

In theory, an MLP with a single hidden layer with just 3 neurons is enough to predict xor correctly. It could sometimes fail to converge properly, but 4 neurons are a safe bet.Here's an exampleI've...

View Article
Browsing all 13832 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>