This repository is totally for myself to practice python programming from the basic to Object Oriented Programming(OOP).
To understand the fundamental knowledge and skills, the following site was used:
https://pynative.com/python-classes-and-objects/
- X_***: contain all the scripts as practice used for the above web page. (X is a number from 1 to 10.)
- DiceGame: includes scripts to play DiceGame with OOP.
- tic-tac-toe: includes scripts to make a tic-tac-toe with OOP.
- useful_tools: contain variety types of convinient tools to be used for daily lives.