Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

1.use of programmers to write code even ai is present? 2.will future engineers will be effected for getting jobs due to AI? 3.Can AI provide an exact code without an single error what the client is ...
Sruthik's user avatar
-2 votes
0 answers
34 views

I’m running into a blocking issue with a Python 3.11 Azure Function App on Linux. Until this week my Function App contained three HTTP-triggered Python functions and everything worked perfectly. After ...
PleaseHelp's user avatar
0 votes
1 answer
20 views

Hello i am new on nicegui, i create a simple app where i need to upload the files and store this files on ftp server. I start to make some tests with nicegui.testing.User (i use this package because i ...
Youcef's user avatar
  • 1
0 votes
0 answers
24 views

I’m working on a multi-agent grid environment using the VWAgent framework. I have three agents: White: explores and broadcasts cleaning assignments Green & Orange: wait until assignments, then ...
Tuhin Shaikh's user avatar
-2 votes
0 answers
70 views

Пароль я использую настоящий, тут я его просто скрыл. Объясните мне пожалуйста, что я сделал не так? Вот сам скрипт: import pymysql try: # Подключение к базе данных connection = pymysql....
CALTON's user avatar
  • 1
-4 votes
1 answer
54 views

A few weeks back, I got a fresh new copy of Python 3.14 on my Windows 11 PC. So, as many of my projects use pygame and pgzero, I had to install it. But this bunch of error messages are appearing: ...
Mr. Dragonfly's user avatar
0 votes
0 answers
42 views

I'm running a DB2 stored procedure from Python using subprocess.run. The command works perfectly when I run it directly in my shell: db2 'CALL GET_DBSIZE_INFO(?, ?, ?, 0);' | awk -F': *' '/Parameter ...
Faraz's user avatar
  • 19
Advice
0 votes
2 replies
30 views

I am writing a python program that is supposed to receive commands remotely, open a TCP connection locally (but not limited to localhost), and report the result. I was looking for list of possible ...
Jindrich Vavruska's user avatar
2 votes
0 answers
47 views

Here is my code which is throwing me an error I am trying to open a Group Policy Editor and select setting under Personalization. I have obtained the sample code from this question GUI Automation of ...
Sandepku's user avatar
  • 889