Skip to content

haticenurrsaglam/python-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ Python Journey

I'm documenting my Python learning process in this repo. I already have a background in C and Java, so I'm focusing on Python syntax and its ecosystem.

Each project is written to reinforce what I've learned.

๐Ÿ“‚ Projects

๐Ÿงฎ Calculator

A terminal-based calculator with addition, subtraction, multiplication, division, square root, and exponentiation. Also includes calculation history saved to a .txt file.

Topics covered: Functions, loops, error handling, file operations, match/case

๐Ÿ› ๏ธ Tech

  • Python 3.10+

๐Ÿš€ How to Run

python calculator.py

๐ŸŽฎ Number Guessing Game

A terminal-based guessing game where the player tries to find a randomly selected number between 1 and 100 within 10 attempts. Includes score evaluation and replay option.

Topics covered: Loops, conditionals, error handling, random module, functions

๐Ÿš€ How to Run

python guess_if_you_can.py

๐Ÿ“Œ Note

These projects could easily be improved or generated with AI tools, but I'm writing every line myself as part of my learning process. The goal is not perfect code โ€” it's building real understanding.

About

I'm documenting my Python learning process in this repo. I already have a background in C and Java, so I'm focusing on Python syntax and its ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages