Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
[code] class x(object): def __init__(self): self.x=1 class y(x): def __init__(self): super(y, self).__init__() [/code] what is it doing "super" function in here?
Re: learn pyqt
in my opinion, PyQt is very good gui toolkit. also i'm bad at english too but i try to read english books. according to me first learn python than pyqt. i advice you Beginning Python: From Novice to Professional by Magnus Lie Hetland (Author) Rapid GUI Programming with Python and …
The End.
night_guard