Python Windows 10

Hello everyone,

does anyone know how to install python and sqlite3 on windows 10 to calculate earnings?
Is there a tutorial?

Best Regards,

Tony

For Python I recommend Anaconda.

For SQLite3 download the precompiled binaries from here:
https://www.sqlite.org/download.html

And unzip the file in your windows/system32 directory.