@stonie00321 Pause the video if you need to. I personally prefer it when the video maker speeds. This video could have easily been 10 minutes long while the author droned on about unrelated or obvious crap.
Yes, for some 3rd python libs, if they have no docstring inside the source code and especially they are written with C/C++ based and wrapped by python, your editor or IDE can not extract the enough info like api arguments. What I can do is to hack the IDE that is pydev plugin here to support what you said.
getting used to Eclipse with PyDev plugin right now, looking for videos and possibly other tutorials to get some general ideas out of it.
Yet, viPlugin is the plugin that works with the PyQt commands isnt it? So probably no chance for me to be making this aswell without having the plugin.
I'm gonna have to use Eclipse and Subversion (With trac) to get used to my programming... too bad.
how could you make your work space look that way i mean the colors of the font and
Kh7l 1 year ago
O please why make a effing video if you're gonna speed right through it, assclown
stonie00321 1 year ago 6
@stonie00321 I was not begging you to see my video.
ghosert 1 year ago
@stonie00321 Pause the video if you need to. I personally prefer it when the video maker speeds. This video could have easily been 10 minutes long while the author droned on about unrelated or obvious crap.
sindern 2 months ago 2
from xxx import *^
not nice
nand3kudasai 1 year ago
@nand3kudasai if you have to pick up each objects one by one rather than *, that's really not nice.
ghosert 1 year ago
@ghosert you can write
import xxx
reza1615 1 year ago
@reza1615 then in your code, you have to xxx.iii, xxx.jjj, xxx.kkk, this is even worse.
ghosert 1 year ago
Hi, I have a question
When you call the settext function it shows you that you need a QStringText!
Im starting to use the pygame libs but I cant get eclipse to show me the prototype of the functions only the names
any idea of what can I do?
HoudDenBek 2 years ago
Yes, for some 3rd python libs, if they have no docstring inside the source code and especially they are written with C/C++ based and wrapped by python, your editor or IDE can not extract the enough info like api arguments. What I can do is to hack the IDE that is pydev plugin here to support what you said.
ghosert 2 years ago
getting used to Eclipse with PyDev plugin right now, looking for videos and possibly other tutorials to get some general ideas out of it.
Yet, viPlugin is the plugin that works with the PyQt commands isnt it? So probably no chance for me to be making this aswell without having the plugin.
I'm gonna have to use Eclipse and Subversion (With trac) to get used to my programming... too bad.
Anonymous2992 2 years ago
Great stuff! Qt is awesome, I hope we see more and more developers adopting it.
airstr1ke 2 years ago