DEV Community

Ram-Tech-cd
Ram-Tech-cd

Posted on

Ayodhya Trip Budget Checker

I’ve completed my first small Python project as part of my learning journey.

I built a simple Ayodhya Trip Budget Checker that:

  • Calculates total trip expenses
  • Compares the expenses with a given budget
  • Categorizes the result as:
  • Within budget
  • Slightly over budget
  • Completely out of budget
  • Uses multiple test cases and boundary-value testing to verify the conditions

Concepts I practiced

🐍 Python Functions
🔹 Parameters & Arguments
🔹 Conditional Statements (if, elif, else)
🔹 return statements
🔹 Multiple test cases
🔹 Boundary-value testing

I’ve also uploaded the project to GitHub as part of building my development portfolio.
This is a simple project, but completing it gave me a much better understanding of how individual Python concepts come together to create a working program.

🔗 GitHub Repository:
https://github.com/Ram-Tech-Cd/student_evaluation.py/blob/main/student_evaluation_py-2.py
📓 Google Colab Notebook:
https://colab.research.google.com/drive/1a6F8mColevC10ugmoF7IVcoaONoyvGWq?usp=sharing

Top comments (0)