Python Forum
Python project help (Password manger using mysql)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python project help (Password manger using mysql)
#3
OOP has become a catchphrase that many equate with "structured programming". If you code is organized well and easy to use it must be OOP, right? This is completely wrong of course.
The attitude that OOP is good and all else is bad has lead to a backlash against OOP and interesting articles asking if OOP is a good choice for any problem space.

I don't seeing a password database as a good fit for OOP. The only "object" is the database, and that object is modeled by the database API. I suppose if you really dislike the mysql API you could make an object oriented wrapper.

Is this an assignment where you have to use classes to solve the problem?
Reply


Messages In This Thread
RE: Python project help (Password manger using mysql) - by deanhystad - Jul-31-2020, 06:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Password Saver Assignment sshellzr21 2 6,144 May-02-2020, 01:34 AM
Last Post: sshellzr21
  Password Saver Project jhenry 15 14,703 Oct-13-2017, 08:30 AM
Last Post: gruntfutuk
  [URGENT] Trying to create a simple password manager in python equanox314 5 11,191 Jul-28-2017, 08:04 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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