Yup, VueJS and Python Flask.
Like Grigorii K. Shartsev said, the server code doesn't really have any effect on how the frontend interacts with it: they both speak HTTP, and as long as your API design is the same, it's the same as if you were using, say, NodeJS.