Skip to main content
Stack Overflow
  1. About
  2. For Teams

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

I am trying to understand task cancellation semantics in asyncio, specifically when asyncio.gather() is used and one of the tasks indirectly blocks the event loop. import asyncio import time async ...
-4 votes
1 answer
45 views

TypeError: 'NoneType' object is not iterable def get_users(active=True): if active: return ["Alice", "Bob", "Charlie"] # no return statement here users = ...
0 votes
0 answers
22 views

Im struggling with non-responsive MDNavigationDrawerItems when they are inside a Navigation Drawer. I'm new at Kivy and KivyMD, so I'm not sure if this is me doing something wrong or a possible bug in ...
-6 votes
1 answer
52 views

AttributeError: 'ModbusIOException' object has no attribute 'registers' ... What is the reason why I am receiving from the first 2 addresses but not from the third address?
1 vote
2 answers
138 views

I have the following problem. I created a desktop application to generate invoices for my dad's company. The machine I wrote this application for is an iMac from 2011 running macOS High Sierra (10.13....
2 votes
1 answer
67 views

I am currently trying to upgrade some Python plug-ins from Gimp 2.10.x to Gimp 3.0.6 (Windows). This is a lot harder than I thought. I have posted example code for one of the plug-ins at the end of ...
Advice
0 votes
4 replies
132 views

I have an important assignment that I have to complete for a new role that I am giving an interview for. And I am having trouble understanding last three questions in order to execute them. It is a ...
Advice
0 votes
6 replies
134 views

I need a Python guide that has everything I need, preferably in text mode. You could say it was like a cheat sheet, the main thing is that it was clear and brief. Ideally, it should include key syntax,...
Mason's user avatar
  • 1
0 votes
1 answer
43 views

The function is an http trigger calling an agent from agent foundry: import azure.functions as func import logging import json import os from azure.identity import DefaultAzureCredential from azure.ai....
3 votes
1 answer
262 views

I intend to design the foundation of an elevated water tank, consisting of a raft with the shape shown in the image below. To do so, I need to determine the raft diameter Dr by solving the following ...
-4 votes
0 answers
74 views

I have an Azure function that is working locally, but when I deploy it to an Azure function app using VS Code, it shows deployment completed, however it is not visible in the Azure Function app. This ...
1 vote
0 answers
129 views

Suppose I give the exact same tuple value to 2 variables in IDLE shell and compare their id() >>> a = (1,2,3) >>> b = (1,2,3) >>> id(a) == id(b) False This gives false as ...
Grizz's user avatar
  • 19
4 votes
2 answers
95 views

I have been trying to make a scraper that downloads comics from Poorly Drawn Lines but I keep on getting a requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end ...
Best practices
0 votes
2 replies
57 views

I’ve searched the space of Python nested class inheritance and have read its not best practice. I’ve a NameError on the following: class A() pass class B(A) pass I indeed understand ...
0 votes
1 answer
112 views

A few years back I hacked together a tk script to listen for events from frigate and show the camera feed for a few seconds when someone was at the door. It worked without much effort until I updated ...

15 30 50 per page
1
2 3 4 5
...
22760

AltStyle によって変換されたページ (->オリジナル) /