PyQt5 Designer + Python - How to create 2 Health Calcs in Under 1 Hour (Complete Walkthrough) Part 1

preview_player
Показать описание
This is Part 1 of a 2 part tutorial.

In this video we dive in PyQt5 Designer and develop our Graphical User Interface using a Stacked Widget and Grouped Radio Buttons. Specifically, we're building a Body Mass Index (BMI) Calculator and Basal Metabolic Rate (BMR) Calculator. Both are stored within a single app's Stacked Widget.

I demonstrate how to modularise your program when coding by using the three file model (UI, Controller and Data Store). Whilst this approach is not necessarily required for this app, it is always good practice to keep our UI separate from our data so all calculations are completed in a Data file.

In Part 2 we dive into PyCharm starting from a blank project and importing our boilerplate code and script everything required to get all of the parts of the application working.

Music: Smile by BenSound
Рекомендации по теме
Комментарии
Автор

Very informative video quite interesting and engaging for watching.

biggnana
Автор

Hey man - this is a great tutorial and has been very helpful. I appreciate how clearly you communicate.

andrewingrassia