Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
44 views

I'm running a trading bot that connects to the Bybit exchange. Each trading strategy runs as its own process with an asyncio event loop managing three coroutines: a private WebSocket (order fills), a ...
Humza Sami's user avatar
0 votes
0 answers
36 views

For this project, my goal is to create a bot that can play Geometry Dash without retrying the game. I am starting step by step, with my first bot trying to jump on the first spike on Stereo Madness. ...
Lestulab's user avatar
1 vote
1 answer
53 views

So, I have a built python wheel at $HOME/mypackages/mypackage-1.0.0-py3-none-any.whl. I want uv to use this mypackages/ directory as its default package index, so I set: export UV_DEFAULT_INDEX="$...
nezzer's user avatar
  • 654
-4 votes
0 answers
36 views

I'm currently dealing with this line of code error: with open("habit tracker count.txt","a") as habit: if user_input=="yes": habit.write("\nCompleted &...
Kameron Kirby's user avatar
Tooling
0 votes
1 replies
57 views

I made this type of input: class PasteableEntry(tk.Entry): def __init__(self, master=None,initial_value:str="", **kwargs): super().__init__(master, **kwargs) self....
Dimitrios Desyllas's user avatar
Best practices
0 votes
1 replies
31 views

Our team is building a specialized maritime logistics monitoring system designed to run on resource-constrained hardware, specifically an ARM Cortex-M4 microcontroller. We are using the TensorFlow ...
AehspWave_Official's user avatar
-4 votes
1 answer
69 views

For a project, I need to find an algorithm that gives me the shortest path of a Eulerian path in a directed graph
Matthew92's user avatar
Tooling
0 votes
1 replies
41 views

My python GUI application have settings. The state of the settings are saved to the user_configs_dir into a json file by using the appdirs library. My python application can be installed using pip ...
LACCI's user avatar
  • 1
0 votes
1 answer
42 views

Environment: librecalc 25.2.3.2 x86, Windows 11 Pro 25h2, Python 3.10.17 (included with libreoffice & running from libreoffice\program The librecalc spreadsheet has a formula in cell [I1]. ==...
greybaldfat2026's user avatar
-3 votes
0 answers
33 views

I am using MkDocs to document my GitHub repo. When I do: mkdocs serve it gives me a view of the site but it is not updating as I am making changes in the content. I manually have to stop the job ...
martian muonhunter's user avatar
-2 votes
0 answers
95 views

I want to parse a TypeScript script to extract a variable and convert it to a Python dictionary. I have already manually done it. The problem is not parsing a JavaScript object, as that would be done ...
Clodoaldo Pinto's user avatar
2 votes
1 answer
74 views

Using Python >=3.13.0 (tried 3.11.14, 3.12.10, 3.13.0, 3.13.8 and 3.14.0a5), when I try to run the terminal in async mode, it throws an IndentationError when I try to start an async with code block:...
Simon Pratt's user avatar
3 votes
0 answers
27 views

I have a dataset for simulated and experimental values for different categories (temperatures, design). I want to create two figures to compare simulated and experimental values for 1.) temperature (...
Katharina's user avatar
0 votes
0 answers
49 views

I'm sending inline markup in private chat (or group chat) with button launching web app form. Data from form collected by FastApi POST-processor (save to db, report etc). I'm wondering how to disable ...
alexander sokolov's user avatar
-5 votes
0 answers
106 views

I get a Path that could vary. Based on the matching more OR Pattern I would like to execute if re.findall ( str(...PATH...),...OR...OR...). Path examples: .../JANUARY/... .../FEBRUARY/... ... .../...
Scripter's user avatar

15 30 50 per page
1
2 3 4 5
147178