Skip to main content
3 votes
0 answers
46 views

I am facing inconsistent behavior with OAuth login in my Microsoft Teams bot (Python, OAuthPrompt). Working Case User clicks Sign In. User enters email and password. Login completes successfully. ...
PRATIK shinde's user avatar
0 votes
0 answers
16 views

I'm writing a program that requires transferring GPU tensors across processes in a pipeline manner. I knew that using torch.Multiprocessing would automatically get the CudaIpcMemHandle for me and send ...
LongTran's user avatar
Advice
2 votes
3 replies
105 views

I am a complete beginner in programming and need advice on where to start learning the Python programming language. 1. Where to find information 2. What to pay attention to Starting from scratch so ...
Павел Глотов's user avatar
0 votes
1 answer
59 views

I am trying to run a simple moviepy (version 2.2.1) example where I'm cutting a video into clips to edit the clips individually, but running into issues by simply cutting into clips and rejoining them:...
Mike's user avatar
  • 43
0 votes
0 answers
31 views

I'm trying to get the posts in from my personal LinkedIn account and I generated a token using linkedin developer token tools after I created an app. the app has Community Management API product ...
VariantAbdulaziz's user avatar
Best practices
0 votes
0 replies
34 views

I am using APScheduler (BackgroundScheduler) to run a job every 10 seconds. Additionally, I pause the job every 2 minutes and resume it after some time. However, I am facing two issues: 1. Job ...
C Sreenivasulu's user avatar
-2 votes
0 answers
84 views

I need to use pyxtxt.xtxt (filename) to read the contents of some files, and everything works fine when the filename doesn't contain special characters from the Brazilian Portuguese language (ç, á, é, ...
DaniloPF's user avatar
0 votes
0 answers
61 views

this is a fairly involved question that i've been struggling with for too long, so posting here. The background I am part of a team developing a multi-window application using PyQt6. There is one ...
ask53's user avatar
  • 39
0 votes
3 answers
151 views

I have a basic project with python 3.13.2 and Appium-Python-Client 5.2.6 python analysis typeCheckingMode is set to standard in vscode config I created a single file with this code : from appium ...
dododingo's user avatar
0 votes
0 answers
25 views

I use python with virtual environments on manjaro linux. I install the package python-virtualenvwrapper, then I added export WORKON_HOME=$HOME/.virtualenvs export VIRTUALENVWRAPPER_PYTHON=/usr/bin/...
matkoh's user avatar
  • 11
Advice
2 votes
3 replies
67 views

Why can't I use the typing.Iterable class to overload a singledispatch method? It works for other generi classes such as numbers.Number. For instance the following minimal code will raise a TypeError ...
Lrx's user avatar
  • 421
1 vote
0 answers
35 views

When I read an HTML file with BeautifulSoup and save it, the attributes inside tags get reordered alphabetically. For example: <!-- Original --> <meta http-equiv=Content-Type content="...
Konstantinos Kalyfommatos's user avatar
Tooling
1 vote
2 replies
76 views

(This is my first time posting, so feedback is welcome!) I am working on a depth-based Vision system where I need to detect packages of a single type in such a way that I retreive: Their center in ...
Vincenzo's user avatar
Advice
0 votes
0 replies
17 views

I have always used chromedriver.exe in my python/selenium web scrapers. s = Service('C:/Users/Michael/source/repos/chromedriver.exe') driver = webdriver.Chrome(service=s) now I'm wanting to get a ...
Searcher512's user avatar
Advice
1 vote
2 replies
63 views

Running help(torch.Tensor.mul) gives: Help on method_descriptor: mul(...) unbound torch._C.TensorBase method mul(value) -> Tensor See :func:`torch.mul`. What does unbound mean in this ...
escapecharacter's user avatar

15 30 50 per page
1
2 3 4 5
22745