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

How to make a checkerboard in numpy?

I'm using numpy to initialize a pixel array to a gray checkerboard (the classic representation for "no pixels", or transparent). It seems like there ought to be a whizzy way to do it with numpy's...

View Article


Captcha Solving in Python Requests

I'm working on a Python script to automate form submissions on a website. The website uses captchas, and I'm facing challenges in successfully solving and submitting the captcha using the requests...

View Article


Cannot embed multiple animated matplotlib graphs in tkinter window

When first clicking the "Live Secondary Mission Graphs" button, the secondary graph data plot is embedded in the GUI and is animated, however two blank primary figures are created, one is the graph...

View Article

Strange pytest with AWS CDK issue

I have a big project on AWS CDK with python, and this is the first time I encounter this issue, in resume:I added a second DNS CNAME domain to my stack.I run cdk diff, looks good.I deployI check and...

View Article

Python library that color text which is a code?

I am building Chat but not web based, Python based.in the chat you exchange information with the AI API.I was wondering if there is libary that recognize that this is code text and color it with the...

View Article


NoSuchDriverException: Message: Unable to obtain driver for chrome using...

from selenium import webdriverdriver=webdriver.Chrome()it gives the error-NoSuchDriverException: Message: Unable to obtain driver for chrome using Selenium Manager.; For documentation on this error,...

View Article

Prediction Accuracy Zero (y_pred == y_test) & ValueError after Binary...

First Effort Step Binary ProjectionStarted with Binary Random Projection of Features, SamplesCreated a binary random projection that will be used in a kNN Hanning function for hamming distances on...

View Article

checkbox getlist return max two values from request GET in django

I have a problem with the getlist function in Django. Specifically, I have several checkboxes listed using a for loop. The form is written in HTML without Django Forms. The problem is that the getlist...

View Article


Cannot display an image in a function tkinter

Here is my codedef new_grille(): global cc global tab global tableau x = cc[0] y = cc[1] fenetre = tk.Tk() fenetre.title('Gomoku : Coup joueur Blanc') fenetre.attributes('-fullscreen', True)...

View Article


sklearn MinMaxScaler inverse_transform "Found array with dim 3. Estimator...

I'm sorry for the ambiguity of the title, any suggestions to improve it will be gladly accepted.I'm trying to understand an LSTM network that my lecturer wrote. He set us a few questions to help our...

View Article

Can Distilled Whisper Models be used as a Drop-In Replacement for OpenAI...

I have a working video transcription pipeline working using a local OpenAI Whisper model. I would like to use the equivalent distilled model ("distil-small.en"), which is smaller and...

View Article

Different ValueError each time I run

I am a beginner to ML with Python Pandas and SciKit and this is my first project. I have a dataset containing some known information about the passengers aboard the Titanic in a CSV file with 893 lines...

View Article

It gives me an error, and I do not know why [robloxapi]

I am not sure why it gives me an error, but here is the script and I would like to know why it gives me an error and how do I resolve it.SCRIPT:import requestsend = []usernames = ['roblox']username =...

View Article


F-test and chi-squared test for coefficient significance in sklearn...

I have created a generalized linear model with sklearn with the following codeX_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 0.3)clf_hard = GammaRegressor(alpha =...

View Article

Use Pydantic For Programmatic Data Transformation?

I'm exploring plugging Pydantic into an ETL application that takes multiple sources as inputs and transforms them into an Elasticsearch document as output.The problem can be framed as a generic...

View Article


Image may be NSFW.
Clik here to view.

How to access the native search button of a browser using Selenium?

I was trying to search for a url: https://rewards.bing.com/pointsbreakdown with the help of Selenium in Python so I wrote the following block of codesearch_in_first = driver.find_element(By.ID,...

View Article

Can't find kaggle.json file in google colab

I'm trying to download the kaggle imagenet object localization challenge data into google colab so that I can use it to train my model. Kaggle uses an API for easy and fast access to their datasets....

View Article


"env: ‘/bin/flask’: No such file or directory" when running "npm run...

Im trying to find the most basic website template with Flask and React,Im using this repository and following installation instructionshttps://github.com/Faruqt/React-FlaskIm using git Bash in Windows...

View Article

How do i use OR statement in regex

I have two links where i need the partNumber,the problem i am facing is in onecase it is at the end of the link and in another case it is after the query...

View Article

Obtain href links from first table in headless browser page...

I am trying to get the href links from the first table of a headless browser page but the error isn't helping me as it's not telling me what it is, just lots of ^ symbols underneath.I had to switch to...

View Article
Browsing all 13832 articles
Browse latest View live


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