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

Multiple large requests using aiohttp

I need to send a large number (approximately 50) of HTTP POST requests, each with a size of around 5 MB. I use the asyncio.gather function to wait for the responses from these requests. However, the...

View Article


How can I convert an AudioSegment to a NumPy array and back?

As the title states, I have had difficulty converting a PyDub AudioSegment to a NumPy array and back. I am aware of how to convert a PyDub AudioSegment to a NumPy array, and have a hazy idea of how to...

View Article


Pandas join with multi-index and NaN

I am using Pandas 2.1.3.I am trying to join two dataframes on multiple index levels, and one of the index levels has NA's. The minimum reproducible example looks something like this:a =...

View Article

Image may be NSFW.
Clik here to view.

I have a dataframe with input column and need to create another column based...

x = {"INPUT" : ['A','B','B','B','B','B','A','B','B','C','B','B','C','B','B','A','B','C']}df = pd.DataFrame(x)dfCondition for calculation of “OUTPUT” columncondition(1)if INPUT value A then OUTPUT...

View Article

Folder Cleanup Utility

I just finished my first programming side project and would appreciate all feedback, especially how I can make improve on it.Here's a link to my project on GitHub:...

View Article


Python Windows environment error report: cl.exe failed with exit status 2

I'm currently trying to install pcl libWhen runningpython setup.py build_ext -iI met a error reported ascl.exe failed with exit status 2I've installed VC++ 2022 build tools and Windows SDK to use...

View Article

Cython Fatal Error: Python.h No such file or directory

I have been using Cython to compile my Python files into C files and then use MinGW to create an executable from the C file. Cython works fine, I can type cython test.pyx into the command line and get...

View Article

Django Error Module 'Whitenoise' not found

I'm using whitenoise to deploy static files in prod, so according to whitenoise's docs, it's recommended to use it in development too.So I followed the documentation and added the following to my...

View Article


Include old pandas dataframe after merging

I'm using this code to generate a dataframe that is merged from many different files. However, the final dataframe doesn't have all the columns of the original dataframe, 'df'. Is there a way to...

View Article


SqlAlchemy 'before_insert' event is not triggered with async setup

I have this setup for an Order class:class Order(Base): __tablename__ = 'order' id = Column(pgUUID(as_uuid=True), primary_key=True, default=uuid4, unique=True, nullable=False) user_id = Column(String,...

View Article

numpy reshape implementation

My main focus will on this page.First, I don't understand the page. For the first parameter shape,ndarray.reshape(shape, order='C')why this method on ndarray allows the elements of the shape parameter...

View Article

How does Javascript convert the result of xorshift128+ to a float value...

I need to write a program exploiting cryptographic insecurity of javascript's Math.random() for a CTF thing. However I do not know how javascript converts an int to a float between 0 and 1.The...

View Article

how can I further optimize this Python code to make it fit into the time limit?

On the last coding contest, there was the following problem: https://codeforces.com/contest/1916/problem/CTo solve it, I needed to run through the given array once and print the resulting array. I...

View Article


Track the end of the WindowDragArea in flet

How can I track the end of the Window Drag Area in fletfrom flet import *def main(page: Page): page.window_title_bar_hidden = True page.window_title_bar_buttons_hidden = True page.window_height = 200...

View Article

Cursor not responding to programmatic movement commands in ubuntu 22.04 gnome...

Problem Description:I'm facing an issue in a Linux environment where I'm moving the cursor programmatically through code. The cursor does move according to the code logic, but the graphical...

View Article


I have encountered with this issue and I have correct gui elements

This issue I already used correct elements and class used by printing identification of class program apptitle [Error]this error shows:(https://i.stack.imgur.com/xJ22H.png)from pywinauto import...

View Article

Invalid URL Format For Media Streaming - Why? What could I be doing wrong?

from flask import Flask, request, Responseimport requestsfrom twilio.twiml.voice_response import VoiceResponse, Play, Start, Streamfrom twilio.rest import Clientimport timeimport osfrom google.cloud...

View Article


Gui Elements identificator for automatization?

I need really help with best way to identify gui elements for python language. To find out class id of checkbox, combobox, button, edit, apptitle and these elements to make automated in pywinautoIf...

View Article

Trouble trying to convert and shows problem Streamlit throwing error list...

This is what am facing:Trouble with converting result to subscriptable? Error converting PDF to images: 'Result' object is not subscriptable I also tried different libraries like PDF2IMG and it was...

View Article

selenium.common.exceptions.WebDriverException: Message: Service...

geckdriver --version 0.33.0firefox 119.0python2.7 using selenium 3.141from selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.common.by import Bydriver =...

View Article
Browsing all 13832 articles
Browse latest View live


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