python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
making matrices that start from 0 to n
I was wondering how could one make a 4*4 matrix that starts from 0 to 16?
I don't want to do it manually.
imagine doing it for a 10*10 matrix that starts from 0 to 100. lol.
there has to be some way t...
awannabecs
Votes: 0
Answers: 1
PyQt5: How to Get Dimensions of Displayed Widgets
I have PyQt5 QLabels that expand/contract as the QMainWindow size changes. I want to get the dimensions of the QLabels when the QMainWindow is sized to anything other that its initial dimensions.
The...
slalomchip
Votes: 0
Answers: 2
Tkinter frame has dimensions different from dimensions given to and idk why
I'm struggling with Tkinter now. I wanted to create layout but if I define window dimensions (800x600) and create frame which have to be wide 800 too, it have just half.
I tried googling and changing ...
Neuromancer96
Votes: 0
Answers: 1