Quiz and Viz in Python
1 min readOct 2, 2020
A beginner’s basic game and data visualization in Python
GAME
I made a 5 True or False quiz in Python that prints the first 10 players of the game and lets a quiz master to add and delete questions.
Here is the link to my colab notebook with file name : https://github.com/keithmonreal/FTW/blob/master/TrueorFalse2.ipynb
DATA VISUALIZATION
I also explored basic data visualization in Python by constructing bar graphs.
Here is the link to my codes created in Spyder: https://github.com/keithmonreal/FTW/blob/master/datavizinpython.py