Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Modern looking GUI
Post: RE: Modern looking GUI

@Larz60+ That looks better, but I think I'll stick with Qt for now. @metulburr And I think now what you've said really wraps it up pretty accurately. Those are just details, that can be changed if y...
Cuz GUI 14 72,875 Jan-11-2019, 09:30 PM
    Thread: Modern looking GUI
Post: RE: Modern looking GUI

Didn't expect that much attention :) Thank you all for your replies! @Larz60+ I don't really see how wxpython would be better than PyQt5. Quick search shows that it looks similarly ancient :) @met...
Cuz GUI 14 72,875 Jan-10-2019, 09:56 PM
    Thread: Modern looking GUI
Post: Modern looking GUI

Hi guys, I have an easy question but an important one for me nonetheless. I was recently diving into PyQt5 designing really simple desktop apps and now I'd like to try with the first project of my ...
Cuz GUI 14 72,875 Jan-10-2019, 09:21 AM
    Thread: How to desing an app for tracking workload
Post: RE: How to desing an app for tracking workload

Once again, I'm in awe looking at how helpful is python community. ◕‿◕
Cuz General Coding Help 4 2,763 Jan-08-2019, 10:45 AM
    Thread: How to desing an app for tracking workload
Post: RE: How to desing an app for tracking workload

That's exactly the kind of advice I was looking for! Briefly looked it up and from what I understand it's open-source, doesn't require any kind of installation or configuration from users, it can be ...
Cuz General Coding Help 4 2,763 Jan-08-2019, 10:10 AM
    Thread: How to desing an app for tracking workload
Post: How to desing an app for tracking workload

Hi all, everyone keeps telling me the best way to learn Python is to start your own projects, so I wanted to create my own desktop app. I need help with designing it and choosing the best solutions/a...
Cuz General Coding Help 4 2,763 Jan-08-2019, 08:58 AM
    Thread: Match CSV files for difference
Post: RE: Match CSV files for difference

Thanks! This really helps and I have fully working script now :) I think that I completely misunderstood index() method.
Cuz General Coding Help 4 3,462 Dec-18-2018, 02:16 PM
    Thread: Match CSV files for difference
Post: RE: Match CSV files for difference

Ok, so maybe the reason is elsewhere. I'm using a code looking like this: import csv, os os.chdir(r"C:\Users\me\Desktop\compare files") file1_list = [] file1 = open(r"file 1.csv") file1_reader_obj =...
Cuz General Coding Help 4 3,462 Dec-18-2018, 01:12 PM
    Thread: Match CSV files for difference
Post: Match CSV files for difference

Hi guys! I have a real-life problem and wanted to know if there is a way to do it in more efficient way. I have two CSV files I need to compare to see if there are any differences. Let's say we hav...
Cuz General Coding Help 4 3,462 Dec-17-2018, 06:19 PM

User Panel Messages

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