Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
39 views

I am new to programming and am already being told to make a huge project. For this project, we have to analyze trends and patterns with uploaded data in the format of supposedly .csv files. We were ...
Gong's user avatar
  • 1
0 votes
0 answers
24 views

I'm trying to run a DES simulation in python with Salabim, and would like to make it interactive with buttons that change simulation behavior. Currently I can make changes to resource levels while the ...
AReubens's user avatar
  • 113
-1 votes
0 answers
36 views

I tend to prefer Hatch as my Python environment manager. The one challenge with Hatch is that it keeps its per-project virtual environments in a non-obvious system directory. Working standalone, I'...
David Maze's user avatar
  • 166k
1 vote
2 answers
83 views

I want to type a decorator, that is a callable that returns a callable. I want to type this on a way that validate at the moment of decoration that the args and returns type are correct, but also ...
Pablo Estevez's user avatar
Advice
0 votes
6 replies
83 views

Good day Everyone, Please I am new to programming and I’m trying to create a specific todo list that has the google keep kind of thick boxes, but I want to create it with flask so I can store it with ...
Lucy Sunday's user avatar
-2 votes
0 answers
58 views

I'm hitting LATAM Airlines' internal API to fetch inbound (return) flights after selecting an outbound flight. The API keeps returning an empty paginated response despite passing all correct ...
Chetan's user avatar
  • 1
-6 votes
0 answers
46 views

Hi I have developing a real time speech to text. But i can't found a better real time stt model. I have tried whisper, microsoft vibevoice etc... But unable to cover the 100%. Could you please suggest ...
Sriharan Vijayakumar's user avatar
-6 votes
3 answers
129 views

I have a "deeply nested" NumPy array like this: array = [ [ [ [ "data . . . "], ] ], [ ...
Guy Eric Matz's user avatar
2 votes
2 answers
69 views

_Item = TypeVar("_Item", BaseItem) @app.get(path="items") def get_items() -> list[_Item]: return _get_items() Pylance complains: TypeVar "_Item" appears only ...
Thanasis Mattas's user avatar
Best practices
0 votes
2 replies
58 views

With ChainedAssignmentErrors being enforced in Pandas 3.0 I was wondering what the best way to modify values in a slice of a column where the slicing is done with .iloc[] is. For example this causes a ...
cknott's user avatar
  • 33
Advice
0 votes
1 replies
62 views

I am looking to find a book on PyTorch that is suitable for beginners, Ive used sklearn in the past for ML its a simple workflow for me prepare the X and Y data, fit/train a model, and make ...
Kev's user avatar
  • 1
-2 votes
2 answers
134 views

I'm using flask to run a website, working across my personal imac (running macos 26) at home, and a windows PC (running win11) at college to code, storing all the code in github. I run app.py from the ...
PassionateFruit678's user avatar
Advice
0 votes
4 replies
115 views

I'm new. I started learning with YouTube, then with W3Schools, and lately I've been doing Exercism exercises. I also started uploading what I learn on GitHub, everything I learn. I'd like to know any ...
Carolina's user avatar
Advice
0 votes
3 replies
42 views

I'm building a Dash dashboard that loads data from a remote database (Redshift) on startup. The loading takes ~2 minutes. When I use use_reloader=True, every time I save any .py file in the project (...
Francisco Augusto Varela Aguir's user avatar
-2 votes
0 answers
38 views

I have all the accounts set up, and I am trying to debug my code as I keep encountering errors when I try to use the scraper. scrape.py The problem is I run the the program, but the original code is ...
KLJOM's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
147139