Hey everyone! I'm looking to integrate Azure into an app I'm developing using Python. I need it to work with a database, and Azure seems like a solid option. Are there any recommended libraries for working with Azure in Python? Any advice or tips would be really appreciated!
2 Answers
You might want to check out the Azure SDK! It's pretty comprehensive and should have everything you need to get started with Azure in Python.
Just curious, are you looking to build an app that connects to a database, or do you also want to leverage Azure services?
That sounds like a solid plan! It’ll definitely help you learn how to work with databases and Azure together.
I’m leaning towards making an app that checks if something is in the database, and if it’s not there, adds it for future reference. For example, if I search for the word 'job', it should either show me the definition or let me add one if it’s missing. It’s crucial that this is an internet-based database—how does that sound?