Skip to content

Files

Latest commit

 

History

History

day30

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Day 30 - Errors, Exceptions and JSON Data: Improving the Password Manager

Concepts Practised

  • Catching Exceptions: The try catch except finally Pattern
  • Raising Exceptions
  • IndexError Handling
  • KeyError Handling
  • Write, read and update JSON data in the Password Manager

Password Manager 2.0

day30