Hi folks, first thanks to Peter and Alan for the comments about the
Interpreter, i really appreciate that.
The question that i have in mind is about grid layout, i have the below
code and i want to resize every widget when the user resize the main
windows.
"""
START
"""
import tkinter as tk
im
Hi, i wrote a small APP to execute MySQL commands and retrieve to a Treeview
http://pastebin.com/v2C8kAu1
Share your comments and upgrades.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/ma
Hi guys, i wrote a simply MySQL interpretar with Python / Tk and I want to
ask if can I share with the people in the list to discuss about the code
and maybe help to the community.
The source code has 200 lines and is written in a single file.
P.D. please, Alan Gauld be kind with my mistakes abou
Hi, the problem is in the line that says:
terms = int(input("How many terms of the fibonnaci sequence would you
like?")
is missing a closing ')'
take a look:
terms = int(input("How many terms of the fibonnaci sequence would you
like?"))
Hope you help.
___
Hi to everyone, this is my first post to the list, I have problems
installing wxPython in OSX El Capitan, the install end with a message that
indicates that there's nothing to install, I have installed Python 2.7 by
default and 3 by myself, and I'd like to know another graphic library to
use in OSX