About 878,000 results
Open links in new tab
  1. Python program to build flashcard using class in Python

    Sep 6, 2024 · In this article, we will see how to build a flashcard using class in python. A flashcard is a card having information on both sides, which can be used as an aid in memoization. …

  2. Build a Flashcards App With Django - Real Python

    Create your own flashcards app to help you to learn a new language. In this step-by-step project, you'll replicate a spaced repetition system with the Django web framework. If you want to learn …

  3. flashcard-application · GitHub Topics · GitHub

    Mar 20, 2025 · This Python flashcard app, created with Tkinter, aids language learning by displaying words and their translations. It reads data from CSV files, allowing users to mark …

  4. Customizable Flashcard System Using Python and JSON

    In this guide, you'll learn how to build an interactive flashcard application using Python and JSON, allowing you to easily create, view, and modify your own flashcards.

  5. How to build flashcard in Python - CodeSpeedy

    In this article, we will learn how to build flashcards in Python. A flashcard is a card having data on the two sides, which can be utilized as a guide in memorization. Flashcards generally have an …

  6. python - Creating a "Flashcard" vocabulary program - Stack Overflow

    I'd like to make a program in Python 3 that would be essentially vocabulary flashcards. I'd be able to list the terms, add a term, or display a random definition to try and accurately guess. Once …

  7. Program to build flashcard using class in Python

    May 12, 2020 · Here, we are implementation a Python program to build flashcard using class and object approach in Python. Flashcard is a virtual card that contains a word and its meaning …

  8. Build Flashcard Using Class in Python - Online Tutorials Library

    Aug 2, 2023 · Learn how to build a flashcard using class in Python with this comprehensive guide, including code examples and explanations.

  9. How I prepare for exams by creating Flashcards using Python

    Jun 14, 2024 · These flashcards are made using two tools — Excel and Python. The excel sheet acts as a database for all your question and answers, and python works as a tool to create …

  10. A suprisingly complete, text-based flashcard game in python

    First, in version 0.1, I've made a simple text based game within python that uses a dictionary built in-program. In later versinos of this project I was inspired to create a universal flashcard …

Refresh