Python Forum
Password Saver Project
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Password Saver Project
#9
(Oct-11-2017, 10:33 AM)buran Wrote:
(Oct-11-2017, 10:26 AM)gruntfutuk Wrote: Some people (places) prefer to use spaces, some tabs. You need to be consistent. Do not mix them (you can set you editor to convert tabs to spaces). Some people use 2 spaces (2 space tabs) and some 4 spaces (4 space tabs). No doubt some people do 1, or 5, etc.

PEP8 is pretty clear:
Tabs or Spaces? - Spaces are the preferred indentation method.Tabs should be used solely to remain consistent with code that is already indented with tabs.

Indentation - Use 4 spaces per indentation level.

So, best would be to comply with the PEP...
I agree completely, but left out the advice in the comment because:
  • Didn't want to start a flame war on tabs vs spaces
  • Thought introducing PEP8 to the OP would be confusing at their stage of learning
I am trying to help you, really, even if it doesn't always seem that way
Reply


Messages In This Thread
Password Saver Project - by jhenry - Oct-10-2017, 09:27 PM
RE: Password Saver Project - by sparkz_alot - Oct-10-2017, 09:51 PM
RE: Password Saver Project - by jhenry - Oct-10-2017, 10:08 PM
RE: Password Saver Project - by sparkz_alot - Oct-10-2017, 10:26 PM
RE: Password Saver Project - by gruntfutuk - Oct-11-2017, 09:46 AM
RE: Password Saver Project - by jhenry - Oct-11-2017, 09:55 AM
RE: Password Saver Project - by gruntfutuk - Oct-11-2017, 10:28 AM
RE: Password Saver Project - by buran - Oct-11-2017, 10:33 AM
RE: Password Saver Project - by gruntfutuk - Oct-11-2017, 10:42 AM
RE: Password Saver Project - by sparkz_alot - Oct-11-2017, 12:31 PM
RE: Password Saver Project - by jhenry - Oct-12-2017, 06:38 AM
RE: Password Saver Project - by gruntfutuk - Oct-12-2017, 07:16 AM
RE: Password Saver Project - by jhenry - Oct-13-2017, 07:22 AM
RE: Password Saver Project - by gruntfutuk - Oct-13-2017, 07:35 AM
RE: Password Saver Project - by jhenry - Oct-13-2017, 08:15 AM
RE: Password Saver Project - by gruntfutuk - Oct-13-2017, 08:30 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python project help (Password manger using mysql) lifeofpy 2 4,778 Jul-31-2020, 06:18 PM
Last Post: deanhystad
  Python Password Saver Assignment sshellzr21 2 6,245 May-02-2020, 01:34 AM
Last Post: sshellzr21
  Password Saver Program suitec 3 9,019 Aug-17-2017, 12:26 AM
Last Post: sparkz_alot

Forum Jump:

User Panel Messages

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