Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Reproducing assignment with min cost flow in networkx
Post: Reproducing assignment with min cost flow in netwo...

Hi so I have seen the ortools webpage ortools where it states that you can solve the assignment problem with the min cost flow algorithm, however when I try to reproduce this process with networkx I g...
mntfr General Coding Help 0 2,128 Jun-13-2019, 04:06 PM
    Thread: Tkinter timetabl using treeview
Post: RE: Tkinter timetabl using treeview

Hi Thanks for answering but I need it to be multiple rows not columns
mntfr GUI 3 3,229 Feb-05-2019, 06:24 PM
    Thread: Tkinter timetabl using treeview
Post: Tkinter timetabl using treeview

Hi I am trying to create a drag and drop timetable using tkinter and I was wondering if there was a way to create an element in a treeview that expands more than one row, def changeTime(td): hour = ...
mntfr GUI 3 3,229 Feb-05-2019, 04:01 PM
    Thread: Tkinter grid columnspan being ignored
Post: RE: Tkinter grid columnspan being ignored

Yes, the function puts a very long string in it's value so I need it to be long
mntfr GUI 6 6,802 Feb-01-2019, 06:01 PM
    Thread: Tkinter grid columnspan being ignored
Post: RE: Tkinter grid columnspan being ignored

Sorry about the list thing I was translating code, but what I dont get is why the columnspan is not beign used. what I am trying to do is just make the third column have a span of 30(when j == 2)
mntfr GUI 6 6,802 Feb-01-2019, 04:08 PM
    Thread: Tkinter grid columnspan being ignored
Post: RE: Tkinter grid columnspan being ignored

I am sorry I don't get your explanation j is not going to be over 3 and what do you mean by all 30?
mntfr GUI 6 6,802 Feb-01-2019, 02:14 PM
    Thread: Pthyon 3 question (newb)
Post: RE: Pthyon 3 question (newb)

Python does read from top to bottom but about_this_computer() is a function, code inside a function will only get executed when the function is called
mntfr General Coding Help 11 5,842 Feb-01-2019, 01:05 AM
    Thread: Tkinter grid columnspan being ignored
Post: Tkinter grid columnspan being ignored

Hi so I am trying to create a table using grids and entrys in tkinter but my columnspan option is being ignored def table(list, system): window = Toplevel(system) window.grid_columnconfigure((0, 1),...
mntfr GUI 6 6,802 Feb-01-2019, 12:41 AM
    Thread: Timing functions with multiprocessing
Post: RE: Timing functions with multiprocessing

(Nov-17-2018, 05:40 PM)woooee Wrote: Do you want to time how long it takes to finish? The simplest way to do that is to do it within the called function using a start and finish time/datetime.I wan...
mntfr General Coding Help 3 4,998 Nov-17-2018, 05:49 PM
    Thread: Timing functions with multiprocessing
Post: Timing functions with multiprocessing

Hi, I have a function that I execute with no problems with multiprocessing however I cant time it import multiprocessing as mp import timeit poolTimes = mp.Pool(processes=5) poolResults = mp.Poool(pr...
mntfr General Coding Help 3 4,998 Nov-17-2018, 05:10 PM

User Panel Messages

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