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

Problems with assert when using helper method in pytest when starting tests...

If the second parameter of assert is used normally it prints it out debug information.E.g. with the following code:class TestTest: def test_test(self): assert 1 == 2, "TEST"The following debug...

View Article


Image may be NSFW.
Clik here to view.

Layer Not Showing on Tiled Map Editor

im currently developing a platformer game with python arcade and Tiled Map Editor but i have an issue:this is my tmx, i saved it as a json file : As you can see im in the "Tutorial" Layer wich is an...

View Article


Poetry configuration is invalid - Additional properties are not allowed...

Recently, I faced this issue with Poetry. All my commands using poetry were failing with the following error.RuntimeError The Poetry configuration is invalid: - Additional properties are not allowed...

View Article

Workaround for "TypeError: 'NoneType' object is not subscriptable" in ArcGIS...

I'm trying to follow this ArcGIS tutorial. I'm receiving a TypeError: 'NoneType' object is not subscriptable. This happens when I try to execute csv_item = gis.content.add(trailhead_properties,...

View Article

How Can i get fc-token from arkose lab in Twitter verification

enter image description hereI am trying to use Selenium in Python to retrieve a specific HTML element, more specifically its value.`<input type="hidden" id="FunCaptcha-Token" name="fc-token"...

View Article


Why do I get ValueError: Unrecognized data type: x=[...] (of type ) with...

I tried to run the code below, taken from CS50's AI course:import csvimport tensorflow as tffrom sklearn.model_selection import train_test_split# Read data in from filewith open("banknotes.csv") as f:...

View Article

Qt QGraphicsTextItem Set Item To Stick To Dragged Position

I'm trying position a text and I want it to stick to where ever the user has dragged it for example bottom right it will stay there and when the view gets resized the text item stays bottom right, so...

View Article

Python TypeError Traceback (most recent call last)

I am trying the build a crawler, and I want to print all the links on that pageI am using Python 3.5there is my code import requestsfrom bs4 import BeautifulSoupdef crawler(link): source_code =...

View Article


Decode URL strings with Pydantic

I am using Pydantic to validate and type an incoming S3 Event in an AWS Lambda function.The event looks like this (only including relevant bits):{"Records": [ {"s3": {"bucket": {"name": "my-bucket"...

View Article


Generate statistical tables in Python and export to Excel

I want to generate in Python high quality statistical tables used for publications.In Stata, one can use the community-contributed family of commands estout:sysuse auto, clearregress mpg...

View Article

Why is the copy method name in python list copy and not `__copy__`?

Why is the name of copy method in python list copy and not __copy__?As a result, I confirmed that separate exception handling logic was written for list (or dict, set, bytearray) inside the copy...

View Article

Testing speed of indexes for different amount of attributes in neo4j with the...

I have been experimenting the last week with Neo4j and indexes. I have created fake data with the faker library. Creating 10k nodes called A with the attributes: a1, a2, a3, a4. Also created 10k nodes...

View Article

Can I run a python script in the background on my website? [closed]

I want to build a website to compare grocery store prices, but I don't know/understand how to integrate a Selenium script into it.I plan to have a Selenium script to scrape the grocery store website(s)...

View Article


How to distribute values from one table to another based on date intervals?

So, I have the followig data:table1= {'Date E': ['02/03/2024', '02/03/2024', '02/03/2024', '02/03/2024', '02/03/2024','05/03/2024', '05/03/2024', '05/03/2024', '05/03/2024', '07/03/2024','11/03/2024',...

View Article

improve dataframe performance for large datasets

I have a large datasets need to filter out root packages as below:sort data(package column) by string length.start from beginning, scan the following data, if it starts with current data, then mark it...

View Article


Training a neural network with 10000 data, it runs without error; but with...

RuntimeError: Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.this error refers to the below sentenceoutput = Parallel(n_jobs=arg.sim.jobs)(delayed(parfun)(i) for i...

View Article

How to write to multiple excel files using pd.ExcelWriter based on different...

I've used pd.ExcelWriter before, and I was successfully able to write to multiple Excel worksheets within a single Excel file. Now, I am trying to write to a single worksheet within multiple excel...

View Article


Image may be NSFW.
Clik here to view.

Federated Averaging somehow always gives identical accuracy on test set

I am implementing federated averaging on the IoT-23 dataset(lighter version)Omitting the preprocessing I am saving the data into a test set and 9 train sets as below:X_train, X_test, Y_train, Y_test =...

View Article

discord.ext.commands.errors.CommandInvokeError: Command raised an exception:...

@FiveStarBot.command(pass_context=True)async def globalmessage(cxt, *, text : str): x = message.server.members for member in x: await FiveStarBot.send_message(member.name, text)Why doesn't this work?...

View Article

How can extract data from .h5 file and save it in .txt or .csv properly?

After searching a lot I couldn't find a simple way to extract data from .h5 and pass it to a data.Frame by Numpy or Pandas in order to save in .txt or .csv file.import h5pyimport numpy as npimport...

View Article
Browsing all 13861 articles
Browse latest View live


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