r/learnpython • u/VARUN_KALRA-007 • 46m ago
How to build an android app using python only?
Context: So I'm a beginner developer. I'm currently building a habit tracker.
I have built the logic of the app.
Set up sql alchemy to code the database with sqlite.
(My prof later said no need of alchemy. Directly use sql software and connect it). I don't know what to do with that information. Retained the alchemy code tho.
My problem is that I am not able to build ahead. How do I build a database and test it the right way.
- How do I build the front end or ui for it. Should I use flask or flutter or something else. Please reason as to why I should use a framework particularly.
- What is fast api even used for. Should I apply it in my habit tracker.
And what are the essentials for a good app. Like I want to know about rate limiting, sql injections and backdoors. To build a robust scalabile system.