PyQt and PySide for newbies: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Dear community,


Currently I am working on a tutorial series on Cross Platfom Application Development using Qt, PyQt and PySide. I plan it to span into 7 articles, which will cover starting from the very basic aspect of Qt application development (installation, compiling, project management, unit testing, etc). I will work it on the way to top until it cover a useful Android Tutorial development using Qt (or, well, that maybe separated into another series..)
All my articles were stored in http://pythonthusiast.pythonblogs.com/, and due to the not-so-pretty <span class="caps">URL</span> it generate, hereby I listed its shortened link. Hope you enjoyed it, and will be great that you leave comment so I know what things to be focused and what what things to be left out <span class="smiley">:)</span>
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1348_developing_cross_platform_application_using_qt_pyqt_and_pyside__introduction-part_1_of_7.html Part 1 : Introduction] ''[pythonthusiast.pythonblogs.com]''
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1351_developing_cross_platform_application_using_qt_pyqt_and_pyside__first_iteration_of_the_overall_application_design_and_hello_world-part_2_of_7.html Part 2 : First Iteration of The Overall Application Design and Hello World!] ''[pythonthusiast.pythonblogs.com]''
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1351_developing_cross_platform_application_using_qt_pyqt_and_pyside__first_iteration_of_the_overall_application_design_and_hello_world-part_2_of_7.html Part 3 : Test Driven Development and Unit Testing in C++ and Python] ''[pythonthusiast.pythonblogs.com]''
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1355_developing_cross_platform_application_using_qt_pyqt_and_pyside__database_support-part_4_of_7.html Part 4 : Database Support in C++ Qt, PyQt and PySide] ''[pythonthusiast.pythonblogs.com]''
(To be continued)
Hope it help somebody out there!
Thanks,<br /> Eko
PS : As I already registered myself as contributor in http://planet.python.org, these articles can also be enjoyed there!

Revision as of 14:00, 25 February 2015

Dear community,

Currently I am working on a tutorial series on Cross Platfom Application Development using Qt, PyQt and PySide. I plan it to span into 7 articles, which will cover starting from the very basic aspect of Qt application development (installation, compiling, project management, unit testing, etc). I will work it on the way to top until it cover a useful Android Tutorial development using Qt (or, well, that maybe separated into another series..)

All my articles were stored in http://pythonthusiast.pythonblogs.com/, and due to the not-so-pretty URL it generate, hereby I listed its shortened link. Hope you enjoyed it, and will be great that you leave comment so I know what things to be focused and what what things to be left out :)

  1. Part 1 : Introduction [pythonthusiast.pythonblogs.com]
  2. Part 2 : First Iteration of The Overall Application Design and Hello World! [pythonthusiast.pythonblogs.com]
  3. Part 3 : Test Driven Development and Unit Testing in C++ and Python [pythonthusiast.pythonblogs.com]
  4. Part 4 : Database Support in C++ Qt, PyQt and PySide [pythonthusiast.pythonblogs.com]

(To be continued)

Hope it help somebody out there!

Thanks,
Eko

PS : As I already registered myself as contributor in http://planet.python.org, these articles can also be enjoyed there!