Re: can not use pycharm

2019-06-14 Thread Informatico de Neurodesarrollo
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

Re: Farewell, Python 3.4

2019-05-10 Thread Informatico de Neurodesarrollo
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.

Re: Might be doing this wrong? (Turtle graphics)

2019-03-21 Thread Informatico de Neurodesarrollo
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

Re: tkinter

2019-03-20 Thread Informatico de Neurodesarrollo
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

Re: tkinter

2019-03-19 Thread Informatico de Neurodesarrollo
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

Re: tkinter

2019-03-18 Thread Informatico de Neurodesarrollo
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

Re: tkinter

2019-03-18 Thread Informatico de Neurodesarrollo
.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

tkinter

2019-03-18 Thread Informatico de Neurodesarrollo
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 -*- #