Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
16 views

I have run the Micropython code examples at github connecting the Bluetooth example programs "ble_simple_peripheral.py" to "ble_simple_central.py" over a Bluetooth link. Running ...
HJA's user avatar
  • 11
-3 votes
0 answers
41 views

enter image description here this is my code enter image description here this is also my code enter image description here this is the solution and what it is suppose to look like. The first 2 images ...
Arshmaan Waqas's user avatar
0 votes
1 answer
26 views

i have a code to extract radar microdoppler spectrogram but even at 1m range, i'm getting a weak spectrogram back; at very close range i get a decent spectrogram. The radar i'm using is bgt60TR13C. I'...
Lalith Sooryaa.K's user avatar
0 votes
0 answers
30 views

I'm very new to PyTorch and am attempting to create a dataset for which a given sample has both unmasked and masked data associated with it, or in other words, the first piece of data is just the ...
user1799323's user avatar
2 votes
2 answers
103 views

I have two functions with 100% identical (and lengthy) signatures, but slight variations in internal code. I'd like to use the first-class-object nature of functions to reuse the signature, and then ...
Tom Grundy's user avatar
0 votes
0 answers
23 views

I am trying to measure a current-voltage curve using a Keithley 2401 SMU. It is connected via GPIB to USB; I am controlling it via PyVISA (Python 3.10): def main(): rm = pyvisa.ResourceManager() ...
Evan's user avatar
  • 2,171
0 votes
0 answers
24 views

Context: I am using cognee v0.5.1 and trying to use Milvus (Zilliz Cloud) as the vector database and FalkorDB as the graph database. I am registering the community adapters as required by the new ...
Cristofer BackEnd's user avatar
0 votes
0 answers
36 views

Basic Explanation: I am working on a Python program that takes a number given by a user in through webview and uses the information to generate the number of random codes. Each random code is then ...
user32203045's user avatar
0 votes
0 answers
27 views

Hatch builds for me have suddenly started putting sdist and wheel output in my home directory rather than dist. Even when I completely uninstall hatch, remove all config and cache directories that I ...
Billy's user avatar
  • 5,659
1 vote
0 answers
106 views

I have a table in my DB2 database with information about customer locations. Each location has a unique id (WLC = worklocation code). I am trying to run a query in Python using SQLAlchemy to retrieve ...
GNF's user avatar
  • 153
1 vote
1 answer
199 views

I'm coding in python using sympy specifically and I reached a problem that I can't figure out on my own. I can successfully change a value to equal 1 based on parameters that I set in my piecewise, ...
Mazen Abdhelamid's user avatar
0 votes
1 answer
48 views

TL;DR - setting no-build-isolation to true in my pip configuration does not appear to disable build isolation. Are there additional values that need to be set? I have a development machine that isn't ...
radiofreemyourenji's user avatar
Advice
1 vote
8 replies
97 views

Can Anyone know what is the most enjoyable and career options in the tecnical fields like Android Development, Software development, Cybersecurity and their sub fields.... And other fields in tech.... ...
Arpan Biswas's user avatar
1 vote
1 answer
46 views

I am migrating a Python project from pip to uv on Windows 11. I need to install packages from a private Azure DevOps Artifacts feed. I am facing a strange issue where authentication works perfectly if ...
Will's user avatar
  • 1,895
1 vote
1 answer
73 views

I would like some input or suggestions to an aspect of a program I am writing. I am programming a simulation of impurities in a background plasma. The background data is defined on a certain grid and ...
Mikael Jensen's user avatar

15 30 50 per page
1
2 3 4 5
147250