Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
0 replies
21 views

I am newbie in Airflow and I use currently task scheduler on remote desktop to automate our tasks but it is based on my credentials and I cannot share with other team members, so I clone all projects ...
Murad Khalilov's user avatar
0 votes
1 answer
29 views

I am getting an error when using numba/jit. Here's the function: @jit(nopython=True) def find_map(nodes1, nodes2, feather2, verbose=False): def conndirections(i1,i2): dr1,dr2=[0,0,0,0],[0,...
alessandro's user avatar
  • 4,014
Best practices
0 votes
1 replies
29 views

For a site where users host discussions communicate with each other like on X(twitter), using Django, where should i define a user; in the forms.py, models.py or views.py file. This site will work ...
Benjamin's user avatar
-2 votes
1 answer
40 views

The code is print(score.sort(reverse=True)[:3]) And it makes an error TypeError: 'NoneType' object is not subscriptable What is the problem?
뽀로로's user avatar
2 votes
1 answer
49 views

I am very, very new to programming having just finished a semester-long course on Python. I wanted to take an existing program I had written for my class and redirect all the output text to a separate ...
user32674704's user avatar
0 votes
2 answers
59 views

I am currently trying to make a nested MySQL query using Python. But I am a bit confused about how the respond to a query that comes in a weird format with "()" and "," rather than ...
erotski's user avatar
  • 53
Tooling
0 votes
1 replies
33 views

I am building a RAG Study Assistant and need advice on finalizing my Docker setup. I have a specific architecture in mind to maximize performance and portability. The Architecture: App: Streamlit + ...
Denis_Hrica's user avatar
-4 votes
1 answer
48 views

I recently ran into a problem: I needed to create a pywebview app, but I wanted to customize the top control bar where the buttons for minimizing and closing the app are located. First, to make sure ...
Lerck's user avatar
  • 13
-2 votes
1 answer
65 views

Even though the embed sends just fine when I don't attempt to add set_thumbnail, it gives me an error when I try to add it: from discord import SyncWebhook, Colour, Embed import requests ABwebhook = ...
Rosie's user avatar
  • 1
0 votes
0 answers
34 views

We have a setup where we use Lambda serverless flask application behind an API Gateway. We started adding Opentelemetry as an additional layer in the lambda function (arn:aws:lambda:eu-central-1:...
rmbt's user avatar
  • 67
0 votes
1 answer
59 views

I want to work around sympy's limitation of assuming partially commutative behavior. If I define the non-commutative symbols import sympy as sy u = sy.Symbol('u',commutative=False) v = sy.Symbol('v',...
Walter's user avatar
  • 45.9k
Advice
0 votes
1 replies
94 views

I’m building an application that sends user-generated text to GPT APIs, but the data may contain personally identifiable information (PII) such as names, emails, phone numbers, or account details. ...
Rom Questa AI's user avatar
-3 votes
0 answers
92 views

I was experimenting with PyDictionary because I wanted to add a Define/Translate feature to my discord bot, but it only gives me {} as a response to print(dictionary.meaning("indentation")) ...
user32669457's user avatar
0 votes
0 answers
70 views

I am building an OMR (Optical Mark Recognition) system in Python using OpenCV. My answer sheet has 180 bubbles arranged in 4 columns of 45 questions, with 4 options (A, B, C, D) per question. Each ...
Sriram N Kulkarni's user avatar
1 vote
1 answer
50 views

I have a .dos script that runs fine in the DolphinDB GUI but fails when executed via the Python API's session.run. The error goes away when I manually remove all comments from the script. Script (...
Jane's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
147099