Skip to content

EkhsanFitri94/python-learning-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Learning Journey

My journey from zero to Python, one small exercise at a time.

What’s In This Repo

  • hello.py - first print statement practice
  • storing_data.py - variables, data types, functions, loops, and user input
  • number-guessing-game/game.py - a simple command-line guessing game

Learning Focus

  • Variables and data types
  • Functions
  • Conditionals and loops
  • User input
  • Random number generation
  • Basic command-line game flow

How To Run

Hello World

python hello.py

Data Types Demo

python storing_data.py

Number Guessing Game

cd number-guessing-game
python game.py

Number Guessing Game

The game picks a secret number between 1 and 100. You keep guessing until you get it right, and the game tells you whether each guess is too high or too low.

Notes

  • This repository is intentionally simple and meant to show progress while learning.
  • A good next step is to turn these examples into a single organized mini-course with clearer naming and short write-ups for each file.

About

My journey from zero to Python master — projects, notes, and experiments

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages