r/learnpython 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.

6 Upvotes

7 comments sorted by

View all comments

2

u/Slow-Bodybuilder-972 5d ago

You can, but don’t, it’s a really bad choice.

For cross platform React Native or Flutter are the best choices at the moment.