Python Forum

Full Version: Python to build desktop and mobile apps
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I'm very new to programming. I'm teaching myself through YouTube and some other courses. So one thing I'd like to do is learn how to develop mobile apps. Is there a difference in the code between desktop and mobile apps? Or is it basically the same, besides screen ratio, touch controls, etc.?

I'm currently using pycharm. Can the mobile apps be entirely developed and run there, or do I need to run it through another program?
You can (and should) write the code so that it will work with any size screen, mobile or wall size display.
Miguel Grinberg's Flask tutorial will show you how to do this and keep it elegant (and secure)
see: https://blog.miguelgrinberg.com/post/the...ello-world
I went through his upgrade of this tutorial, and thought it was very well done, the caveat is that the new edition has a small price tag of $39. (well worth it) I expect the original (which is free) is well done also.
you may look at Kivy, which is cross-platform GUI framework