Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
10 views

I've been messing around with OpenGL/ModernGL in Python/Pygame, and after getting my images rendered to the screen, I have been having issues rotating them. I'm aware of the order that I need to ...
user32678267's user avatar
-1 votes
0 answers
18 views

In the following line, both "sep" and "end" are highlighted in red which seems to indicate some sort of error. However, the code runs fine. What does the red highlighting mean on ...
AlphaBob's user avatar
Best practices
0 votes
2 replies
25 views

What sql function will display first 4 terms in a string. string are of 10-25 in total length. string can be number or letters. results should be sorted in descending order. data is for hockey ...
Tom Pfister's user avatar
Tooling
0 votes
3 replies
47 views

from selenium.webdriver.support import expected_conditions as EC import time \# 1. Setup Service and Driver service = Service('C:/Users/HP/Desktop/Drivers/chromedriver_win32/chromedriver.exe') driver ...
Okeke Chidindu's user avatar
Advice
0 votes
2 replies
22 views

I'm using the latest aiosmtpd module under Python 3.12 in LinuxMint 22.3. When a remote SMTP connection is made to a host running aiosmtpd, how can the remote IP address of this connection be obtained ...
HippoMan's user avatar
  • 2,400
-8 votes
1 answer
53 views

enter image description here I've been debugging and refactoring this alot, and I still havent found a fix for it. The purpose of this command is to: disable a specific command on a guild only not ...
Jonah Huschutlzncht's user avatar
Advice
0 votes
5 replies
78 views

I know it seems like a very stupid question, but my brother said it was easy, so I wonder now if yml is easier than python. He says it's just remembering names and values which does make it seem ...
mag bit's user avatar
Advice
1 vote
3 replies
61 views

I'm new to Python and am working with GUI's and layouts. I've got the hang of the basic layout widgets and adding buttons and things to them. How would I make a classic box around a layout of buttons ...
Paul Blase's user avatar
Tooling
1 vote
3 replies
49 views

Here's example of my dataset I am working on a dataset (Excel / Google Sheets) where each row contains free-text answers about video games. The problem is that the data is very noisy: Some rows ...
Soraya Khene's user avatar
0 votes
0 answers
59 views

I am using Python 3.11.7 on Jupyter Notebook. I am trying to install the library transformers in Jupyter with pip install transformers It has a dependency on package torch and I have torch version 2....
cph_sto's user avatar
  • 7,739
Tooling
0 votes
1 replies
65 views

We have a python script that (in large part) manipulates data with pandas. Recently, a small amount of input data was malformed and the whole thing crashed when an exception was thrown within `pd....
Simone's user avatar
  • 166
1 vote
2 answers
64 views

I'm trying to fix a CSV file I received in which actual new lines were inserted throughout the data, effectively splitting one row of data into multiple ones with incomplete columns. The line breaks ...
Lyran's user avatar
  • 11
1 vote
1 answer
34 views

An error occurs when executing the code. The def indicators(df, N) function is not executed. This is a snippet of code, I'm trying to repeat after the author from YouYube. I get this error: TypeError ...
aufloren's user avatar
-4 votes
0 answers
53 views

I'm working on small project using the modern portfolio theory for portfolio optimization, the final required output is a recommendations on which assets to buy and how much to buy. to achive that ...
abd klaib's user avatar
Tooling
1 vote
0 replies
57 views

I am newbie in Airflow and I use currently task scheduler on remote desktop to automate our tasks but it is based on my credentials and I cannot share with other team members, so I clone all projects ...
Murad Khalilov's user avatar

15 30 50 per page
1
2 3 4 5
147100