I'm starting my Python journey with a particular project in mind; The title explains what I'm trying to do (make json api calls with python3.6 and sqlite3). I'm working on a mac. My question is whether or not this setup is possible? Or if I should use MySQL, PostgreSQL or MongoDB? If it is possible, am I going to have to use any 3rd party software to make it run?
Sorry if this is off topic, I'm new to SO and I've been trying to research this via google and so far no such luck.
Thank you in advance for any help you can provide.
Python 3.6 and sqlite both work on a Mac; whether your json api calls will depends on what service you are trying to make calls to (unless you are writing a server that services such calls, in which case you are fine).
Any further recommendations are either a) off topic for SO or b) dependent on what you want to do with these technologies.