python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I fix (unsupported operand type(s) error)?
I am writing a meta-heuristic (PSO) using Gurobi for optimization and I am stuck at this problem where it says TypeError: unsupported operand type(s) for -: 'list' and 'list' and I can't find what is ...
Anas
Votes: 0
Answers: 0
Usability testing with users with ASD?
Has anyone ever conducted usability testing with users with ASD?
I need to test an existing website to make sure it is suitable for neurodivergent users as well. I would need to ask testers to perform...
Luisa
Votes: 0
Answers: 0
How do I sort a list in the same order as another list in Python?
Let's say I have two lists with the first representing total volume and the second representing the respective unique item IDs whose volume is equal to the total volume:
a = [50, 45, 90, 75]
b = [[1,...
Python_Learner
Votes: 0
Answers: 2
How to solve given problem using a* algorithm
How to solve this as f(n) is coming same for two paths
Solved using a* by calculating f(n)
fuhar
Votes: 0
Answers: 0