Back to Browse

Python Project #5: Creating User-Defined Functions to Build a Calculator (no GUI)

881 views
Jul 17, 2022
11:21

Learn how to create user-defined functions to build a calculator in Python. By the end of this tutorial, you will have a better understanding of user-defined functions, and appreciation for built-in eval() function. #python #programming #function #calculator Link to code in Google Colab: https://colab.research.google.com/drive/1AMsDS_CTQw7d1crszEBmDBUezYWjeVqe?usp=sharing Link to code in GitHub: https://github.com/ComputingUntangled/Python-for-Beginners/blob/main/calculator%20(no%20GUI).ipynb TimeStamps: 00:00 Welcome Remarks 00:24 Using eval() function 02:00 Calculator using sequential program 04:33 Calculator using user-defined functions 10:03 Possible Improvements

Download

0 formats

No download links available.

Python Project #5: Creating User-Defined Functions to Build a Calculator (no GUI) | NatokHD