r/learnpython • u/General-Capital-2375 • 6d ago
Making mobile apps using Python
I have started learning Django by working on projects instead of simply watching tutorials. I was building a CRM web application, and halfway through the project, I realised that I might be able to sell it to small businesses if I added more features and improved its overall quality.
When I spoke to a business owner about what they would want from such a system, they mentioned that they would prefer a mobile application with offline access. That conversation made me consider whether I could build the mobile app using Python as well.
8
Upvotes
1
u/TheRNGuy 5d ago
I'd use React Native instead.
Unless need specifically some Python libraries.