On Tue, 12 Jan 2021 10:16:47 +0400, Abdur-Rahmaan Janhangeer <arj.pyt...@gmail.com> wrote:
>Greetings, > >Web with Python is really easy to get started with, here >is a simple endpoint with a framework called Flask > >from flask import Flask >app = Flask(__name__) > >@app.route('/') >def hello_world(): > return 'Hello WorldÂ’ > >if __name__ == '__main__': > app.run() > >As for Tkinter, it's really annoying. >PyQt5 and others are a lot better. >PyQt5 follows the Cpp function namings > >Kind Regards, > >Abdur-Rahmaan Janhangeer Someone else also suggested a web interface for i/o. If I get that far it seems like it will be something I'll need to take a look at. A lot of my early programming was command line BASIC apps running on MSDOS. Even some pretty BIG stuff. So, going back to that after 40+ years seems a little weird. :-) I looked at some Youtube videos about creating mobile apps with Java but that just didn't do it for me. As far as I've seen there isn't really a way to do the small "ad hoc" type of utilities on a smartphone that you can do on a desktop machine. Don't get me wrong, I love my smartphone. <g> Thanks, Don -- https://mail.python.org/mailman/listinfo/python-list