Learner Reviews & Feedback for Project on PyQt - Creating a Calculator by EDUCBA
About the Course
Top reviews
SV
Jul 30, 2025
Great beginner-friendly project. Clear instructions and practical implementation made PyQt feel intuitive and achievable.
KL
Aug 11, 2025
Simple, practical, and professional — this PyQt course gave me real experience building a useful desktop app.
1 - 10 of 10 Reviews for Project on PyQt - Creating a Calculator
By Shweta V
•Jul 31, 2025
Great beginner-friendly project. Clear instructions and practical implementation made PyQt feel intuitive and achievable.
By Kalikrishna L
•Aug 12, 2025
Simple, practical, and professional — this PyQt course gave me real experience building a useful desktop app.
By theodorabrowne
•Jul 27, 2025
Great course! PyQt calculator project simplified GUI programming with clear instructions and engaging content
By Manoharnath M
•Aug 4, 2025
This PyQt project helped me build confidence in GUI programming with real-world application.
By Harinarayan D
•Jul 19, 2025
The course made GUI development enjoyable, and the calculator project was a great exercise.
By Atanu S
•Jul 23, 2025
Creating a PyQt calculator was rewarding, with excellent guidance and practical examples
By Raghunathrao K
•Aug 8, 2025
Perfect blend of coding and creativity — made GUI development in Python enjoyable.
By ipsita p
•Aug 16, 2025
The calculator project was simple yet powerful, teaching key PyQt concepts with real coding practice and practical applications.
By matilde c
•Aug 20, 2025
An enjoyable way to learn PyQt by coding a functional calculator interface from scratch.
By Edward K
•Sep 12, 2025
I was disappointed that the calculator project did not employ QT Designer to layout the calculator GUI. Perhaps I started with the wrong premise, but my primary reason for learning PyQt was to layout my project's GUI using a GUI layout tool. This CALC project was not much different than creating a calculator using Tkinter, but using the Qt widgets instead of Tk. It would also have been helpful to have a picture of the final CALC GUI image on the screen during all of the button layout videos. The instructor could point to buttons in the image immediately before changing the widget positions and width in the code. This would give the viewer a better mental picture of why the positions and widths are being changed to the new values. It would also have been nice to see at least part of the final CALC test after the CALC widget layout code had been entered, and before starting the operational function code. This would provide the viewer with a sense of what the operational code needs to do, right before beginning to create the operational code itself.