Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
5 replies
132 views

I am learning Python and I am confused about string comparison logic. I wrote this code: S1=input("enter a string:") if "a"<=S1<="z": print("lower case&...
Nanu's user avatar
  • 1
Advice
0 votes
1 replies
37 views

I'm currently working on a project where I need to scrape product images using data from Excel files. Each file contains products from a single brand, but the identifiers vary some have UPC or EAN ...
Lanz B's user avatar
  • 1
-2 votes
1 answer
39 views

I am building a Streamlit dashboard with two columns: Left: a Plotly pie chart Right: a calendar heatmap using calplot My issue is that I cannot make both visualizations have the same height. Even ...
Av65's user avatar
  • 157
Tooling
0 votes
0 replies
39 views

I am building a real-time video streaming architecture for a remote IoT/robotics project. The robot streams video using Python, and the user receives it via a React Native mobile app. Both sides need ...
Ayşe's user avatar
  • 1
Best practices
0 votes
1 replies
73 views

I am building a data pipeline to create a cumulative master dataset from daily CSV exports generated by a booking system. Context & Data Structure Source: A daily CSV file containing status ...
N M Dako's user avatar
-3 votes
0 answers
63 views

Trying to install qemu on mac, which requires a python dependency "tomli". I've not been able to install it such that it's accessible to brew. If installing via pip3, there's an error saying ...
ixx's user avatar
  • 32.3k
0 votes
1 answer
75 views

I'm trying to use PyObjC (a bridge between the Python and Objective-C), version 12.1_3, to find the original file of a Finder alias, but I can't seem to get it right: Python 3.13.13 (main, Apr 8 2026,...
Philip Kearns's user avatar
-9 votes
0 answers
107 views

This is the error messege i get Traceback (most recent call last): File "Pet.py", line 153, in <module> File "tkinter\_init_.py", line 2528, in destroy _tkinter.TclError: can'...
Mohamed's user avatar
Advice
1 vote
2 replies
48 views

I'm struggling with formatting custom dataset to train a YOLO model with. I've scoured the internet for days to try and find out how YOLO datasets should be formatted and how to create a custom ...
max's user avatar
  • 1
-2 votes
0 answers
42 views

I deployed a custom image classification model (trained with TensorFlow/Keras using MobileNetV2) to a Vertex AI Endpoint.When trying to send an image for online prediction, I get the following error: ...
mauricio's user avatar
  • 200
Tooling
2 votes
2 replies
63 views

I want to learn how to code for my GPU's CUDA cores (I have an NVIDIA 3060), but I do not want to learn a new coding language to do so. Is there a module I could use in Python to write to the GPU? I ...
Jesse's user avatar
  • 1
-4 votes
0 answers
72 views

using logitech 2 mp autofocus webcam for ocr detection of text labels it not focusing on text when kept near to labels only focus when we kept farther away but we cant do ocr from that much far but ...
Gurusai Gudi's user avatar
-1 votes
1 answer
55 views

I am writing a simple application in python using PyQ. I am using QPlainTextEdit in my code but I am facing some issue with the cursor position. If I just insert new text, then everything seems to be ...
Eypros's user avatar
  • 5,747
-3 votes
2 answers
95 views

Looking to see the best way to replace placeholder values in a dictionary object in Python. For example, if I have {env}_test defined, and pass an argument dev to my function, I'd want it to convert ...
Aaron's user avatar
  • 15
-4 votes
0 answers
100 views

We are working on an Odoo SaaS integration project where an external middleware service needs to fetch orders from a third-party ecommerce platform called PipesSpace. The API endpoint provided in the ...
meet bhavsar's user avatar

15 30 50 per page
1
2 3 4 5
147075