About 56 results
Open links in new tab
  1. python - Creating a "Flashcard" vocabulary program - Stack …

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

  2. Trying to make flash cards in Python 3 - Stack Overflow

    Nov 22, 2016 · I just recently started with python and was trying to make some sort of flash cards. I did this by making a text file inside note pad and just writing some simple math problems. …

  3. Flask with Python - How can I display a card with information from ...

    Sep 4, 2022 · Flask with Python - How can I display a card with information from database when a button is clicked Asked 3 years, 3 months ago Modified 3 years, 3 months ago Viewed 298 times

  4. python - sorting list of cards - Stack Overflow

    May 12, 2016 · This is no problem if you just sort a normal deck of cards at the beginning of a game or even every few seconds. However, if your code is sorting huge numbers of cards or …

  5. python 3.x - How to Scrape Answer from Quizlet Flashcard? BS4 …

    Sep 21, 2020 · Using this page as an example: https://quizlet.com/229413256/chapter-6-configuring-networking-flash-cards/ How would one hypothetically scrape the text answer from …

  6. image - Python - Extract a PDF page as a jpeg - Stack Overflow

    How can I efficiently save a particular page of a PDF as a jpeg file using Python? I have a Python Flask web server where PDFs will be uploaded and I want to also store jpeg files that …

  7. Get IP address of visitors using Flask for Python

    Jan 25, 2019 · I'm making a website where users can log on and download files, using the Flask micro-framework (based on Werkzeug) which uses Python (2.6 in my case). I need to get the …

  8. python - Scraping Website does not return correct source code

    raw ends up returning things that do not contain any tags or cards at all. When I check the source of the website it shows all the TermText spans that I need meaning it's not JS loaded.

  9. python - I got a error while pip install flash-attn throwing error ...

    Jun 30, 2024 · 2 enter code hereI am currently trying to install 'microsoft/Florence-2-large' model and following the documentation provided here on its github page. When running pip install …

  10. beginner - Python Flashcards - Code Review Stack Exchange

    Apr 7, 2020 · I have made a flashcard program. It opens a small window and displays a series of questions. Since I am new to programming, how can my code be improved? from tkinter …