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

I've already defined another function to add user input to the dictionary initially, and the data of the dictionary is defined as 'data'. This is the bit of code I'm working with: def update_allergies(...
compsci student 's user avatar
-6 votes
0 answers
52 views

I am building a smart meter/DLMS application. The meter connects to a server using a public IP address and TCP port (for example, IP: x.x.x.x, Port: 4059). I am looking for a free cloud service that ...
SuMiT PrAsAd's user avatar
-2 votes
0 answers
41 views

AttributeError at /admin/storyage/story/ 'super' object has no attribute 'dicts' and no __dict__ for setting new attributes Environment: Request Method: GET Request URL: http://localhost:8000/admin/...
Siffrin's user avatar
  • 19
0 votes
0 answers
37 views

I would like to calculate the density of a gas for certain pressures and temperatures, using CoolProp in Python. Generally, that works well, but for some values of p and T, there is an error. The code ...
Toffomat's user avatar
  • 281
Advice
0 votes
4 replies
86 views

#Multiple Layers import numpy as np class NeuralNetwork: def __init__(self, input_size, hiddenLayerSizes, output_size): self.input_size = input_size self.hiddenLayerSizes = ...
mbh16_x's user avatar
1 vote
0 answers
66 views

When the Windows Magnifier is active and zoomed in, it should follow the cursor inside a QSpinBox. This worked for me on a single screen setup. However, if there are two screens and the QSpinBox is on ...
dukeeloo's user avatar
  • 163
1 vote
1 answer
113 views

I get the error "400 (BAD REQUEST)" in the browser (dev tools) console when trying to send HTML form data with JS frontend to MySQL database through a flask back end. HTML form: <form id=&...
kingokanu's user avatar
Best practices
1 vote
2 replies
85 views

I am new to Python, reading the book "Learning Python" by Mark Lutz, https://learning-python.com/about-lp6e.html. It mentions avoiding cycles (or repeat visits) when traversing structured ...
holplugh's user avatar
0 votes
0 answers
114 views

I am testing the new Python 3.14 annotationlib module to build a dynamic validation tool. I want to inspect annotations lazily without causing import circular dependencies. The problem is that if my ...
AstroBrick's user avatar
0 votes
1 answer
59 views

I have NormalizedLandmark object has no attribute landmark but can't resolved I trying convert, tuple, list. Error Output: Exception has occurred: AttributeError 'NormalizedLandmark' object has no ...
CrazyProgrammer's user avatar
-4 votes
1 answer
107 views

On my Mac mini M1 with system 26.1.3 I have a python script, SoilTempMonitor.py, I want to run in background to monitor data from a thermometer device via MQTT. The MQTT broker is running on the mini....
Peter Wiley's user avatar
Best practices
0 votes
5 replies
149 views

Are there any recommendations from the group here? What are the best practices to have a type of quality assurance, security review, type of verification when you do vibe coding? Context is the ...
Andy Froemmel afroemmel's user avatar
-4 votes
0 answers
100 views

I'm trying to remove duplicate dictionaries from a list while preserving the original order. I expected the result to contain only unique dictionaries, but using set() raises an exception. Minimal ...
user32747404's user avatar
0 votes
1 answer
117 views

I am doing a task as to import glb file and adding keyframes and animation and generate it as a video, so i was working on it, I was able to work until I add keyframes and the animation is also ...
Brunda Kotagiri's user avatar
2 votes
1 answer
92 views

In Matlab, I can easily set a breakpoint inside of a function, then Matlab's console lets me access the variables inside of the function to do whatever I want with them as can be seen in the image ...
Researcher R's user avatar

15 30 50 per page
1
2 3 4 5
147059