Programming project question

Hello, I’m learning Catalan right now and I’d like to create a simple flash card practice program.
I’d like the program to accept new words and have a function that allows one to test the knowledge of the Catalan translation for the English and vice versa. As well as a function that provides the English translation and asks the player to spell the word.

I think I would only need a single language for this like Javascript or Python because it’s for myself and not necessarily for the web. Am I correct? What would be the best language to use?

Hello!

Both JavaScript and Python will give you what you’ll need for your project.

Python has pygame GettingStarted - pygame wiki a Python library mainly for games, but also fitting for a learning program with cards.

When you decide to open your app to users one day and you need a backend, one of the JavaScript or Python frameworks will come in handy.

So you can’t go wrong with either, just choose what you are more comfortable with and/ or already know.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.