About 933,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. python - Creating a "Flashcard" vocabulary program - Stack Overflow

    May 7, 2025 · 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 …

  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. 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. This project is perfect for …

  7. 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 …

  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. 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 …

  10. python-flashcards - PyPI

    May 5, 2017 · python-flashcards is a small tool, which receives cards from a YAML file, and shows them in a random order so you can practice. YAML format: Being keyword the only …

Refresh