On 18/03/2019 16:00, Informatico de Neurodesarrollo wrote:
> Hello friends:
>
> I am a beginner on programming in python.
>
> I want make a simple program that test continuously (every 5 seg) the
> connection to internet and change the background color when are not
> available. I try this , but
On 26/02/2019 15:51, Paul Sutton wrote:
> Hi
>
> I have been trying to write a small application that is essentially user
> information application.
>
> https://raw.githubusercontent.com/zleap/AboutMe/master/Aboutme.py
>
> So far I have managed to write the data generate
Hi
I have been trying to write a small application that is essentially user
information application.
https://raw.githubusercontent.com/zleap/AboutMe/master/Aboutme.py
So far I have managed to write the data generated to a file, what I want
to do now, is read this data back in when the user opens
On 24/02/2019 17:09, Rich Shepard wrote:
> When placing widgets (e.g., Entry, Spinbox) in a grid layout can a length
> (visible width) be specified? For example, a telephone extension is a
> shorter
> string than the number itself.
>
> What's a good resource (other than this mail list) for such qu