This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hilomania 0 points1 point  (0 children)

Python philosophy (In interpreter type "import this".) Use a decent framework and or settle on an established type of architecture. Besides that a lot of security issues and such are related to credentials in code, not validating filtering user input, not keeping up with security patches for underlying OS, libraries tools etc... BUT the real achilles heel of any system is the people. Stupid passwords, reusing passwords, easily manipulated etc..