Thank you
Don
--
https://mail.python.org/mailman/listinfo/python-list
On Sat, 16 Jan 2021 14:56:37 -0600, 2qdxy4rzwzuui...@potatochowder.com
wrote:
>On 2021-01-16 at 15:42:44 -0500,
>DonK wrote:
>
>> Yes, Windows. Iterating open windows with the Window's API is easy the
>> hard (very hard) part is sending keystrokes to those windows
On Tue, 12 Jan 2021 10:16:47 +0400, Abdur-Rahmaan Janhangeer
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 'Hell
On Mon, 11 Jan 2021 21:56:48 -0800, Paul Rubin
wrote:
>DonK writes:
>> My problem is that I don't understand how Python programs are
>> used. (i.e user input and output) Is Python mainly used for backends?
>> I've seen some Python gui frameworks like Tkinter,
On Tue, 12 Jan 2021 09:26:18 +1100, Chris Angelico
wrote:
>On Tue, Jan 12, 2021 at 7:41 AM DonK wrote:
>> Hi, I'm thinking about learning Python but I'm 74 years old and will
>> very likely not ever have a programming job again. I used to program
>> in Visual Basi
Hi, I'm thinking about learning Python but I'm 74 years old and will
very likely not ever have a programming job again. I used to program
in Visual Basic, C\C++, Delphi, etc. and some obscure "mainframe"
languages. It's been about 18-19 years since my last programming job.
I do understand program