Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Tkinter refresh
Post: RE: Tkinter refresh

The problem is that I have to put some widget with 60 elements. Once the element has been selected, the screen must appear. The Optionmenu goes away from the screen and I have not managed to limit the...
eduardoforo GUI 4 12,565 Nov-14-2018, 03:36 PM
    Thread: Tkinter refresh
Post: Tkinter refresh

def selmunicipio(): top = tk.Toplevel() top.title("Selección de Municipio") y=1 for i in listamunicipios: y+=1 if y<=30: tk.Radiobutton(top,text=i,variab...
eduardoforo GUI 4 12,565 Nov-13-2018, 08:51 PM
    Thread: Object database
Post: Object database

I have always used SQL relational databases. In an application where you work with many objects, lists and dictionaries, is it worth using a object database? Can someone clarify its usefulness? Thanks...
eduardoforo News and Discussions 1 4,366 Oct-07-2018, 07:47 PM
    Thread: Arcs
Post: RE: Arcs

Solved. Thanks
eduardoforo Game Development 2 2,549 Sep-26-2018, 10:00 AM
    Thread: Arcs
Post: Arcs

I'm drawing in Pygame a soccer field. With this code I have managed to draw the arc of the lower left corner of the field. pygame.draw.arc (pantalla, NEGRO, [25, 925, 50, 50], 0, math.pi/2, 5) What ...
eduardoforo Game Development 2 2,549 Sep-24-2018, 06:51 PM
    Thread: Easier framework
Post: RE: Easier framework

Amazing. I never thought that with Tkinter games could be made. I have always used Tkinter to create interfaces for my programs. I will study the code of the examples that you have given me. Thank you...
eduardoforo Game Development 5 3,380 Sep-13-2018, 04:45 PM
    Thread: Easier framework
Post: RE: Easier framework

At the graphic level, I have worked with Tkinter. It's the only thing I know. In games I am a newbie. That's why the question. Which framework is friendlier?
eduardoforo Game Development 5 3,380 Sep-13-2018, 08:14 AM
    Thread: Easier framework
Post: Easier framework

Hi. I've been programming for 2 years with python at the amateur level. I want to develop simple educational games for children. What will be easier, Pygame, Kivy or another? Thank you.
eduardoforo Game Development 5 3,380 Sep-12-2018, 06:04 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020