close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
16 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
23 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 ...
tornadic's user avatar
  • 315
-1 votes
1 answer
25 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
-2 votes
0 answers
43 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
-2 votes
0 answers
27 views

I’m working on a competitive analysis tool and needed a way to extract structured data (mainly JSON-LD schema markup) from competitor websites automatically instead of manually inspecting page source ...
Hannah Brooks's user avatar
Best practices
0 votes
1 replies
56 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
-2 votes
0 answers
58 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
-2 votes
0 answers
30 views

when I cross checked my raw table history there are some vaccum commands start and end, after resetting the checkpoints for raw layer count increased for this table, but same thing when I did to stage ...
sudha rani's user avatar
0 votes
0 answers
58 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
0 votes
0 answers
50 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
1 vote
0 answers
46 views

I am trying to conduct traffic analysis of an intersection by counting the number of cars entering and exiting each "arm" of the intersection. I followed ultralytics' docs to create one ...
Chloe's user avatar
  • 11
-7 votes
1 answer
114 views

I am getting the error in the screenshot below when I try to send data from my JavaScript front end to MySQL database through a Flask back end. Python is ran in terminal below with no output errors. ...
kingokanu's user avatar
-3 votes
3 answers
139 views

I have a list of several file names. Here is a selection: clist[0:31] ['ACCESS-CM2.ssp245.r3i1p1f1.2045-2074.LOCA_16thdeg_exceedence_summary_2.0sd.csv', 'ACCESS-CM2.ssp245.r3i1p1f1.2045-2074....
John Polo's user avatar
  • 844
Advice
0 votes
13 replies
147 views

i have just completed my first year , CSE core engineering , i want to pursure as my career path , i have basic knowledge of python , cpp,c ,java,[can write a code for a probelm in a compiler window , ...
Aayush Bhardwaj's user avatar
Advice
0 votes
6 replies
117 views

I'm testing a data pipeline and need to simulate sensor readings (CPU %, temperature) without real hardware. My first attempt used random.uniform(). But it looks like noise. cpu = random.uniform(0, ...
Supun Akalanka's user avatar

15 30 50 per page
1
2 3 4 5
147061