Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
17 views

I'm building a Django app inside a Docker image based on python:3.13-alpine3.23 as part of a GitLab CI pipeline. After replacing cx-Oracle==8.3.0 with oracledb==3.4.2 in requirements.txt, the pip ...
Nemindi Kodithuwakku's user avatar
Advice
0 votes
0 replies
22 views

I've been working on a personal project and wanted access to the team radio clips of all the drivers for the project. I was able to find and access them via the https://livetiming.formula1.com/static/ ...
4f4d's user avatar
  • 1
-2 votes
0 answers
46 views

I want to generate an Excel file and upload it to a website that only accepts .xlsx and .xls, but when I generate Excel using Pandas or Polars I am facing "invalid excel file" exception and ...
MoRe's user avatar
  • 2,398
Advice
0 votes
2 replies
54 views

I am exploring methods to compute a specific permutation from its index (ranking/unranking) without generating all permutations. My focus is on very large values of n (e.g., up to 1000), where full ...
Héctor Chumpitaz's user avatar
-5 votes
0 answers
44 views

Good night all I'm a noob at python and just learned PyQt5 and trying to make A Pokémon Wordle in it I'm trying to center the first label using the set alignment feature in pyQt5 here's the code ...
Darth Manny's user avatar
3 votes
0 answers
39 views

I'm trying to write a DAG that conditionally executes another task. The simplified version of what I'm working with is this: to_be_triggered = EmptyOperator(task_id="to_be_triggered") @task....
user21114313's user avatar
Advice
1 vote
2 replies
102 views

Good day everyone, I'm honestly feeling a bit lost right now and could really use some advice about my career, my growth, and my place in programming. This is my background: I work with an ...
Opeyemi Dominion Olaitan's user avatar
2 votes
1 answer
78 views

I have an xarray DataArray that contains daily data for every day from 1970 to 2023 for the months October through March, and I want to calculate the average value of the variable for each day (e.g. ...
Ramiro chalar's user avatar
1 vote
1 answer
87 views

I'm currently trying to apply a bit of a convoluted function to a rolling window of 30 minutes on time data within a loop, and I'm finding that it's taking too long to be reasonable. I've included a ...
Petra's user avatar
  • 395
-6 votes
0 answers
56 views

import os, glob directory = os.path.dirname(os.path.abspath(__file__)) for fname in os.listdir(directory): if 'jfif' in fname: filename, file_extension = os.path.splitext(fname) ...
BeginnerBeginning's user avatar
-1 votes
0 answers
49 views

Windows 10 laptop Python 3.13.5 x64 pywin32 311 I installed pywin32 using: py -m pip install --user --no-cache-dir pywin32 pip downloads: pywin32-311-cp313-cp313-win_amd64.whl Python details: py -c &...
Paul Vickers's user avatar
-5 votes
0 answers
46 views

hello i have a file pdf , png, .. .I want to correct my Python code according to my need for automatic extraction and filling of purchase invoices, drafts and checks; I also want to increase image ...
soulayma zay's user avatar
Advice
0 votes
4 replies
66 views

I am working with the Marmousi velocity model and I would like to apply a moving average filter to smooth the velocity variations. My goal is to reduce high-frequency noise and create a smoother ...
Anthony rebello's user avatar
-1 votes
1 answer
77 views

I have a sensor which creates raw hex data that is looking like this: DD 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2FE 0 0 0 1F4 1FA 123 141 F0E F56 F56 12 0 154B 0 264 F53 2FC6 A2D CEC C8 F 0 0 0 ...
Swawa's user avatar
  • 325
Best practices
0 votes
11 replies
77 views

I was hoping to get some help with my little project where I noticed that I would need to be using Database instead of local Json files to deal with frontend dynamic content. So I have a dropdown ...
erotski's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
147100