Am 28.01.21 um 20:57 schrieb Terry Reedy:
On 1/28/2021 5:53 AM, Robin Becker wrote:
I googled in vain for instances where parts of idlelib are re-used in
a simplistic way. I would like to use the editor functionality in a
tkinter window and also probably run code in a subprocess.
Are there an
On 30Jan2021 16:50, Bischoop wrote:
>Got problem with responding for Ping, tried so many ways to response
>and always end up with time out or other error. This time:
>
>ERROR :(Ping timeout: 264 seconds)
>Traceback (most recent call last):
>s.send(bytes('PONG ' + data.split()[1], 'UTF-8'))
>Br
On Sun, Jan 31, 2021 at 5:26 AM jackson kwame via Python-list
wrote:
>
> Hi
>
> I'm new to Python and currently taking part in a Data Science course. Python
> is the main coding/programming language for the course. We were guided to
> download the Python application through Anaconda which worke
Hi
I'm new to Python and currently taking part in a Data Science course. Python is
the main coding/programming language for the course. We were guided to download
the Python application through Anaconda which worked. I have been using
Jupyther through a browser to practice Python exercises. Ho
Got problem with responding for Ping, tried so many ways to response
and always end up with time out or other error. This time:
ERROR :(Ping timeout: 264 seconds)
Traceback (most recent call last):
s.send(bytes('PONG ' + data.split()[1], 'UTF-8'))
BrokenPipeError: [Errno 32] Broken pipe
wh