I just shipped a small but complete Python CLI project: Rock, Paper, Scissors. Beyond the game, the goal was to practice fundamentals that map directly to analytics and data work: Input validation (data quality mindset) Deterministic decision logic (rule-based classification) Modular functions + clean entry point (reusable, maintainable code) Reproducible execution from the command line Next iteration: I plan to log outcomes to CSV and run a quick analysis on win rates across multiple simulations. GitHub: https://lnkd.in/ea3fxBbi #Python #DataScience #Analytics #LearningInPublic #GitHub #ProblemSolving
Planning to extend this by logging outcomes to CSV and exploring basic probability / win-rate analysis. Feedback welcome.
https://github.com/Ruonaobos/rock-paper-scissors-python