python denemelerim
🐍 My First Python Projects
This repository contains my very first Python projects as part of my learning journey. I'm building simple yet functional applications to get started with programming.
📌 Projects
- 🎟 Ticket Price Calculator
A Python program that calculates ticket prices based on age, height, student status, and discount coupon availability.
Features:
Checks eligibility based on age and height
Applies discount for students
Applies additional discount if a coupon code is entered
Displays the final ticket price with the user's name
Concepts Used:
input() for user input
int() for type casting
if / else conditional structures
lower() to handle case-insensitive input
Formatted strings (f"") for output
How to Use:
-
Run the program
-
Enter name, age, height, student status, and coupon info
-
View the calculated ticket price
📄 bilet_hesaplayici.py
- 📱 Basic Calculator
A simple calculator that performs addition, subtraction, multiplication, and division between two numbers.
Features:
Takes two numbers as input
Performs four basic operations
Displays the result
Concepts Used:
input() for user input
int() for type conversion
if / elif / else statements
How to Use:
-
Run the program
-
Enter two numbers and choose an operation (+, -, x, /)
-
View the result on the screen
📄 hesap_makinesi.py
- 🪖 Military Eligibility Checker
A small program that determines military service eligibility based on age and educational status.
Features:
Checks user's age
Verifies student status
Guides the user based on eligibility
Concepts Used:
input() for user input
int() for type conversion
if / elif / else conditions
lower() to normalize user input
How to Use:
-
Run askerlik_hesaplayici.py in a Python environment
-
Enter your age and education status
-
Receive eligibility feedback
📄 askerlik_hesaplayici.py
💡 What I’ve Learned So Far
Variable declaration
Taking input from users
Conditional logic Type casting (e.g., int, str)
Basic math operations
Clean and structured code writing
✨ Ongoing Progress
I continue adding new projects and improving my skills step by step. 🚀 You’re welcome to follow along as I grow!