Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: GUI application - code review
Post: RE: GUI application - code review

(Jan-01-2024, 08:50 PM)Axel_Erfurt Wrote: Output:Traceback (most recent call last): File "/tmp/Pylang/MainWindow.py", line 6, in <module> from ContinueLearnFrame import ContinueLearnFram...
Sr999 Code Review 3 1,520 Jan-06-2024, 10:14 PM
    Thread: GUI application - code review
Post: GUI application - code review

Hello guys , i have been learning python for like 1.5 month last time i got here nice reviews and aspects of my code progress and i would like to get another review my progress is kind of slow cause i...
Sr999 Code Review 3 1,520 Jan-01-2024, 11:12 AM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Dec-01-2023, 01:16 PM)menator01 Wrote: The password cane be shown but is hashed i the database. maybe i didnt understand but i saw the password is inserted as sha256 into the database so how you ca...
Sr999 Code Review 19 5,342 Dec-01-2023, 02:08 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-30-2023, 10:05 PM)menator01 Wrote: Although I don't have the database and some error checking done yet. Thought I would share what I have. Code updated. Still need to work on edit and delete. ...
Sr999 Code Review 19 5,342 Dec-01-2023, 01:17 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-30-2023, 10:05 PM)menator01 Wrote: Although I don't have the database and some error checking done yet. Thought I would share what I have. Code updated. Still need to work on edit and delete. ...
Sr999 Code Review 19 5,342 Dec-01-2023, 01:13 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-29-2023, 03:12 AM)rob101 Wrote: (Nov-28-2023, 11:41 PM)Sr999 Wrote: Again appreciate your time and I am Waiting for your review Thanks again You are very welcome and while I don't want to com...
Sr999 Code Review 19 5,342 Dec-01-2023, 12:45 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-28-2023, 11:22 PM)rob101 Wrote: You're not wrong: hashing is a one way function. What I had in mind would be over complicated for an app such as this. I am not an expert in the use of encrypt...
Sr999 Code Review 19 5,342 Nov-28-2023, 11:41 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-28-2023, 11:14 PM)menator01 Wrote: I was intrigued by your project and started to take my own approach from your project. This will give you an example of how I was taught or advised how to do ...
Sr999 Code Review 19 5,342 Nov-28-2023, 11:38 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-28-2023, 12:24 AM)menator01 Wrote: You should not do wild card imports eg from tkinter import *. This will cause problems down the road. Other than that, nicely done. Hey menator01 in my learni...
Sr999 Code Review 19 5,342 Nov-28-2023, 10:52 PM
    Thread: Python code review | Tkinter gui application
Post: RE: Python code review | Tkinter gui application

(Nov-28-2023, 12:00 AM)rob101 Wrote: The #1 and most significant change you could make is to not have the passwords stored in the clear, rather store said as a sha256 hash value, which could be reve...
Sr999 Code Review 19 5,342 Nov-28-2023, 10:48 PM
    Thread: Python code review | Tkinter gui application
Post: Python code review | Tkinter gui application

Hey, i am learning python for like 12-14days and i have finished my first complete gui project using tkinter because i am self learner i have no place to get feedback about my code in aspect more than...
Sr999 Code Review 19 5,342 Nov-27-2023, 11:05 PM

User Panel Messages

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