Day 10 of documentating my learning journey

What I learnt Today
1.Build a simple calculator app project.

Tracked,commited and pushed the project to public repo python-concepts.

About What I Did Today
1.Allow the user to enter 2 numbers for it to calculate.
2.By default input returns a atring…


This content originally appeared on DEV Community and was authored by James Kabuga

What I learnt Today
1.Build a simple calculator app project.

  1. Tracked,commited and pushed the project to public repo python-concepts.

About What I Did Today
1.Allow the user to enter 2 numbers for it to calculate.
2.By default input returns a atring so we have to convert the input to a float or integer.
3.Create a short menu that displays the operations that our project will do.
4.Create an if-else decision condition so that the operations we pass thwm in the elif and else conditions.
5.Run our python script.

Challenges I faced today
1.I didn't know that by default input whatever the value by deafult it returns a string.

How i solved this challenge
Converted the input of the user to a float.

Resources I used

1.Refresher python series by Bonaventure Ogeto on youtube

What's Next
1st week of Python series is done next I'll learn about operators and Expressions


This content originally appeared on DEV Community and was authored by James Kabuga


Print Share Comment Cite Upload Translate Updates
APA

James Kabuga | Sciencx (2025-10-20T14:34:50+00:00) Day 10 of documentating my learning journey. Retrieved from https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/

MLA
" » Day 10 of documentating my learning journey." James Kabuga | Sciencx - Monday October 20, 2025, https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/
HARVARD
James Kabuga | Sciencx Monday October 20, 2025 » Day 10 of documentating my learning journey., viewed ,<https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/>
VANCOUVER
James Kabuga | Sciencx - » Day 10 of documentating my learning journey. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/
CHICAGO
" » Day 10 of documentating my learning journey." James Kabuga | Sciencx - Accessed . https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/
IEEE
" » Day 10 of documentating my learning journey." James Kabuga | Sciencx [Online]. Available: https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/. [Accessed: ]
rf:citation
» Day 10 of documentating my learning journey | James Kabuga | Sciencx | https://www.scien.cx/2025/10/20/day-10-of-documentating-my-learning-journey/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.