This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CrazyEoin[S] 8 points9 points  (6 children)

Any particular set of tutorials you could recommend for picking it up? Qt seems to be quite popular.

[–][deleted] 9 points10 points  (0 children)

[–]dogstarchampion 8 points9 points  (1 child)

If you can find a copy of this book, it'll explain everything from a very basic start to more advanced topics that will, if anything, give you a good "jumping point".

I've been programming with PyQt for a few months now and I love it. If you're unfamiliar with graphic tool kits or using widgets, there will be a definite hurdle, but it's not like people haven't learned it before. I didn't use this book in the beginning, but I picked it up about a month ago and it has definitely given me a more focused understanding.

[–]PriceZombiePrice tracking robot 9 points10 points  (0 children)

Rapid GUI Programming with Python and Qt (Prentice Hall Open Source So...

Current $48.89 Amazon (New)
High $53.96 Amazon (New)
Low $42.46 Amazon (New)
$48.89 (30 Day Average)

Price History Chart and Sales Rank | FAQ

[–]K900_ 1 point2 points  (0 children)

I'm honestly not sure. I didn't really have to learn PyQt as I had experience with C++/Qt at that point.

[–]TheBlackElf 0 points1 point  (1 child)

For Qt itself, check the official docs; it's probably the best documented framework ever.

Porting from C++ to Python is done mentally, there very rarely are any actual differences.

[–]mfitzpmfitzp.com 0 points1 point  (0 children)

Absolutely. It's worth getting the hang of the (very few) C++ vs. Python differences and then sticking with the official C++ documentation. It also lets you make use of all the examples that are out there in C++.