This repo contains programs that I've written as part of my learning of Python [Python mostly]. You will find here Python implementations of the following :
- Alpha Triangle
- Rock-Paper-Scissor Game
- Convert Standard Numbers to Roman Numerals
- Sine Cosine Curve
- Guess The Number
For running python programs, first you should have Python installed (recommended Python 3.6 and above) and do the following :
$ python <program_name>.py
Please visit Contributing guidelines for the process I'm following to contribute in this repo.