2,208,734 questions
0
votes
0
answers
29
views
Python Text Messaging Bot using Flask, Twilio, Ngrok sending double text messages
If I use this Python code to send "text" only in a text message, everything works correctly.
The Python Bot.py can send text messages from my computer using Ngrok. The Python Bot.py can also ...
-6
votes
0
answers
46
views
How do I make a mathematics app on python as a beginner [closed]
How do I make a mathematics app in python which generates random math questions and stores the wrong or incorrect answer's for later solution?
-3
votes
0
answers
48
views
Using HTTP requests to update the Wave audio file and params to Servers under FastAPI
I've got a problem about using HTTP requests to update the Wave audio file and params to Servers under FastAPI.
This picture shows the requests:
I just want to read a Wav audio file and get its ...
-2
votes
1
answer
80
views
Self-recursing-iterative functions in Python
I was writing an implementation of the Knuth up-arrow notation, and I realized I had a problem. To make it work, I would have to iteratively stack more and more references to a function containing my &...
-2
votes
0
answers
65
views
I want to create a genai agent that is capable of calling users and having a normal conversation with them [closed]
I need to create an ai-agent that can call some numbers and have a conversation with them,
How do I achieve this?
Like what all libraries, tech stacks are required?
What would be the architecture ...
-4
votes
1
answer
42
views
Value error when converting files by shell script
I am running a sh file to convert silo files to raw files. The input is provided with the path to the silo files (including the name of the simulation), the initial index and the final index of the ...
0
votes
1
answer
28
views
Trouble saving data in GitHub Actions
Been trying to deploy my Python code to GitHub Actions for remote executions but the files are not getting created. After a successful run of the workflow I get the error message saying there is ...
Best practices
0
votes
5
replies
23
views
Scraping without third party services
I'm kinda experimenting with web scraping and amazon has such great blockers. So what's actual solution for scraping metadata from Amazon traditionally without using 3rd party services so that my api ...
-3
votes
0
answers
29
views
What is differences methods of __init__ and __new__ in python? [duplicate]
I am new at oop in python. I don't understand what are differences between them
0
votes
1
answer
38
views
How to trigger a callback only when the router is called?
In my Dash application I'm building some telemetry for managing user activity. Specifically I would like to trigger a page_visisted event when someone load a page but not when the url is changed by ...
Advice
2
votes
4
replies
62
views
A beginner's journey to python
As a new student to software engineering we will be learning python starting next semester. I would like to get ahead of the game and study beforehand on my own, face sime problems and have lots of ...
Advice
0
votes
1
replies
10
views
How to make streamlit app run in background even after closing the terminal
I'm running a Streamlit application on a Windows server and need it to continue running 24/7, even after I log out from the terminal and close my remote session.
I understand that nohup is a Linux/...
1
vote
1
answer
24
views
Why does BLE-program ble_simple_central.py respond with <memoryview> instead of data
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 ...
-9
votes
0
answers
67
views
The ballon needs to pop in a certain way [closed]
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 ...
0
votes
1
answer
33
views
Radar Microdoppler extraction Range Query
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'...