Developing MVP products using Python + MySQL

Hi everyone, I am an ex-developer turned entrepreneur. I need to develop two distinct web-based apps (Saas) using Python + MySQL as stacks. I have the details mapped out in terms of what the MVP must be able to do, for example, I want to have the user’s IP address, mac address/device users are using, and some network details for security of the MVP. Log-in page should be able to catch other variables.

Google Cloud (Python stack + db) is probably my preferred platform for development and hosting the app live for clients. Any thoughts on the best IDE or python is a good choice for this MVP? Thanks for throwing in your thoughts. I am new here :slight_smile:

I use Visual Studio Code (commonly called VSC). It’s free and has lots of extensions for Python, and reading (viewing) data from various types of databases.

Python is good for the app as it can make web-based apps, often with third-party modules.

1 Like

Noted with thanks