Skip to content

BlackRose714/my_first_python_projects1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my_first_python_projects1

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

  1. 🎟 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:

  1. Run the program

  2. Enter name, age, height, student status, and coupon info

  3. View the calculated ticket price

📄 bilet_hesaplayici.py


  1. 📱 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:

  1. Run the program

  2. Enter two numbers and choose an operation (+, -, x, /)

  3. View the result on the screen

📄 hesap_makinesi.py


  1. 🪖 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:

  1. Run askerlik_hesaplayici.py in a Python environment

  2. Enter your age and education status

  3. 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!

About

my_first_python_projects1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages