# python_koans **Repository Path**: samni1031/python_koans ## Basic Information - **Project Name**: python_koans - **Description**: learn python the fun way! - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-20 - **Last Updated**: 2022-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_koans ## Author: Sam Ni This project is inspired by [ruby-koans](https://github.com/spatten/ruby_koans). I get a lot of fun when learnig the ruby-koans so I'd like to encourage people to happily learn python the same way. To start with, run run_test.py in your terminal. On windows python run_test.py On Linux/macOS python3 run_test.py Then you will get an error message, and your journey begins!