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 not work properly:
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
.sleep(5)
What's next?, I am all eyes
El 18/03/19 a las 12:44, Chris Angelico escribió:
On Tue, Mar 19, 2019 at 3:33 AM Informatico de Neurodesarrollo
wrote:
Hello friends:
I am a beginner on programming in python.
Cool! Then I would recommend making your program as simple as you p
Thanks, I was noted it. I have figure out, how can I do that.
I keep in touch
El 18/03/19 a las 14:09, MRAB escribió:
On 2019-03-18 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
Thanks for all yours recommendations, finally I was successfully
finished my first project about tkinter (and I hope, not the last).
Here is the finally code:
#!/usr/bin/env python
#
# DetectConn_2_0.py
#
#
from tkinter import *
import time, socket
def isInternet():
testConn = socket
Conn.close() <---
if output == 0:
return True
else:
return False
El 19/03/19 a las 17:55, MRAB escribió:
On 2019-03-19 19:46, Informatico de Neurodesarrollo wrote:
Thanks for all yours recommendations, finally I was successf
If you run on linux system? May be you are already installed for python
3, but not for python (python 2.7) or vice_versa .
Checks this.
(The code work fine, openSuSE Leap 15)
El 20/03/19 a las 19:34, jasonanyil...@gmail.com escribió:
So, I typed in code:
from turtle import *
forward(100)
rig
Good job, Larry !!!
El 08/05/19 a las 11:36, Larry Hastings escribió:
It's with a note of sadness that I announce the final retirement of
Python 3.4. The final release was back in March, but I didn't get
around to actually closing and deleting the 3.4 branch until this
morning.
Python 3.
El 10/06/19 a las 13:28, aris escribió:
Hello,this is my first time trying to learn coding and programming and I wanted to
start with python.Though,when I download pycharm, I go to
configure>settings>project interpreter and i can not put a project interpreter(
I have download python version