Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [Tkinter] Troubles with accessing attr from other class
Post: RE: [Tkinter] Troubles with accessing attr from ot...

I applied what you have written, thank you. I want to create a function which will call few functions, but i can't get through it.. def Few_Functions(self): self.Load_Data() ##Located in...
zarize GUI 3 2,634 Aug-20-2020, 05:58 PM
    Thread: [Tkinter] Troubles with accessing attr from other class
Post: [Tkinter] Troubles with accessing attr from other ...

Hi Guys, I would like to make a "big button" which would load data in several tabs in my app. In order to do this, i wanted create a function which would load 2nd part of the data, however, i can't a...
zarize GUI 3 2,634 Aug-20-2020, 07:35 AM
    Thread: Use function from other class (Tkinter)
Post: RE: Use function from other class (Tkinter)

Thank you very much for your message :) 1) Yes, it was by a mistake, i fixed it now. 2)My goal is to make an application which has a lot of tabs, and every single tab should have 1 seperate file desi...
zarize GUI 8 4,813 Aug-17-2020, 09:47 AM
    Thread: Use function from other class (Tkinter)
Post: RE: Use function from other class (Tkinter)

I would really appreciate more explanation
zarize GUI 8 4,813 Aug-16-2020, 06:50 AM
    Thread: Use function from other class (Tkinter)
Post: RE: Use function from other class (Tkinter)

Thank you for your message. I tried this: def test(self): print(self.parent.entry_location.get())returned me: Error:AttributeError: 'Notebook' object has no attribute 'entry_location'
zarize GUI 8 4,813 Aug-15-2020, 01:41 PM
    Thread: Use function from other class (Tkinter)
Post: RE: Use function from other class (Tkinter)

thank you :) #EDIT I have 1 more question... how can i access user's input from the Entry now? If there is Entry in rents.py(another class) entry_location.get()How can i access it in main? I though...
zarize GUI 8 4,813 Aug-15-2020, 01:15 PM
    Thread: Use function from other class (Tkinter)
Post: Use function from other class (Tkinter)

Hi guys, I would like to use function defined in main class, in another file/class - Rents.py/class Rents_tab(Frame) MAIN.PY import pandas as pd from tkinter import * from tkinter.ttk import * from ...
zarize GUI 8 4,813 Aug-15-2020, 09:49 AM
    Thread: how to check if string contains ALL words from the list?
Post: RE: how to check if string contains ALL words from...

Thank you :)
zarize General Coding Help 6 7,210 Jul-22-2020, 07:04 PM
    Thread: how to check if string contains ALL words from the list?
Post: RE: how to check if string contains ALL words from...

well, first of all it should be dynamic, because the string will differ each time. I tried this: some_string = 'there is a big apple, but i like banana more than orange' some_list = ['apple', 'banana...
zarize General Coding Help 6 7,210 Jul-22-2020, 05:11 PM
    Thread: how to check if string contains ALL words from the list?
Post: how to check if string contains ALL words from the...

Hi guys, How can i check if string contains all words from the list? some_string = 'there is a big apple, but i like banana more than orange' some_list = ['apple', 'banana', 'orange']It should ret...
zarize General Coding Help 6 7,210 Jul-22-2020, 04:58 PM
    Thread: splitting dirs into variables?
Post: RE: splitting dirs into variables?

(Jul-15-2020, 12:19 PM)palladium Wrote: Can you give us what prof_list and taxc_list looks like? prof_list Output:['C:\\Users\\user\\Desktop\\Tax scripts\\2020\\Germany\\ICS\\Work\\Germany profile n...
zarize General Coding Help 3 2,009 Jul-15-2020, 12:30 PM
    Thread: splitting dirs into variables?
Post: splitting dirs into variables?

Hey guys, I have grouped files which meets some requirements and i have it stored, but now i don't know how to seperate them from each other. #loop through collected in the list "for profile" files ...
zarize General Coding Help 3 2,009 Jul-15-2020, 11:57 AM
    Thread: convert old excel files(xls) to xlsm
Post: convert old excel files(xls) to xlsm

Hi guys, I would like to do some copy paste things from one excel to another, but one of them has .xls extension. I wanted to use openpyxl library but it says that it doesn't support old file format...
zarize General Coding Help 1 3,374 Jul-14-2020, 01:01 PM
    Thread: copy/pasting in excel WHILE keep file format
Post: copy/pasting in excel WHILE keep file format

Hi guys, I would like to copy/paste some things in excel files BUT with keeping current format of the file. The original file is in .xls and it has some macro inside of it. While i run the code, it ...
zarize General Coding Help 0 1,957 Jun-23-2020, 03:51 PM
    Thread: [Project] bot for web game
Post: [Project] bot for web game

Hi guys, I was thinking about project which could give me experience, on which i could learn a lot. Beside this, project must be also interesting, so i ll invest my time on this instead of doing X ot...
zarize General Coding Help 0 1,155 Apr-22-2020, 07:51 AM
    Thread: connecting data
Post: RE: connecting data

#refresh Any tips guys? i am trying to do it in different way but really got problem with it #refresh #2 Ok, i figured it out. I needed to start everything with iterrows()
zarize General Coding Help 1 1,498 Apr-01-2020, 10:54 AM
    Thread: connecting data
Post: connecting data

hi guys, how can i connect data so it would be all together (there should be 100 rows) however, when i am trying to run the script it shows 200 rows empty_list = [] excel = pd.read_excel('Excel.xls...
zarize General Coding Help 1 1,498 Mar-30-2020, 09:42 AM
    Thread: if nan -> find value in cell above Pandas
Post: RE: if nan -> find value in cell above Pandas

(Mar-27-2020, 02:47 PM)deanhystad Wrote: As the error says, "value" is a float and float[5] is not allowed. But you have something that is "subscriptable". Hint it is in your for loop inside the e...
zarize General Coding Help 3 2,016 Mar-27-2020, 03:42 PM
    Thread: if nan -> find value in cell above Pandas
Post: if nan -> find value in cell above Pandas

Hi guys, I have excel file like this: Sometext_here nan nan nan nan nan nan nan TotallyNewThing nan nan nanHow can i replace nan values? I want to replace them with VALUE above them if not nan I am s...
zarize General Coding Help 3 2,016 Mar-27-2020, 01:36 PM
    Thread: Python tool based on website?
Post: RE: Python tool based on website?

Thank you! :) Not exactly this, but i found it very useful and i think i ll study django topic
zarize Web Scraping & Web Development 2 2,472 Mar-21-2020, 02:25 PM

User Panel Messages

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