What it does
Allows you to create flashcards (or use a predetermined set of cards) and study them!
How we built it
I used Python and the "pandas" library. Each flashcard is stored as a list, which are then all stored in another list to be able to randomly select one.
Challenges we ran into
My main challenge was figuring out exactly how to write what I wanted to do. As I was unfamiliar with Python syntax, implementing ideas was slow and I had to refer to W3Schools a lot.
Accomplishments that we're proud of
Using Pandas to read a preset of cards instead of manually writing the cards into my code as a list. It was interesting to learn how to use it, and lays the frame for when I allow users to upload their own file. Also I'm proud of actually having a project to submit, and learning even a small amount of Python! First hackathon W
What we learned
Became more familiar with Python, started to become familiar with using "pandas"
What's next for Flashcards Project
Allowing users to upload their own set of flashcards, so they don't have to create them every time.
Log in or sign up for Devpost to join the conversation.