Crystal's Portfolio

Data Analyst skilled in SQL, Python, R and Tableau.

Tic-Tac-Toe

Created a Tic-Tac-Toe game using Python. Packages used include tkinter and random. Random functions are used to randomly generate X or O first. When there is a tie, all spaces will turn yellow. On the other hand, when there is a winner, it will turn green. For loops were also used to create the 3 by 3 grid.

Calculator

Created a calculator using python. eval function are used to calculate expression. A display of arithmetic error is shown when there is a zero division error. For loop function was also used to generate numbers 1 to 9. A clear button was created to clear expressions.