Please enable JavaScript.
Coggle requires JavaScript to display documents.
Code Resources - Coggle Diagram
Code Resources
Tools
Python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics developed by Guido van Rossum.
External Resources
w3 schools
W3Schools is a school for web developers, covering all the aspects of web development: HTML Tutorial. CSS Tutorial. for example
Platform
Pycharm
PyCharm is a dedicated Python Integrated Development Environment (IDE) providing a wide range of essential tools for Python developers.
Security
-
Security Threats
Hacking
Hacking refers to unauthorised access of a system or network, often to exploit a system's data or manipulate its normal behaviour.
CIA TRIAD
integrity
Integrity in cyber security means data is complete, trustworthy and has not been modified or accidentally altered by an unauthorised user.
availability
As defined in FISMA, the term 'availability' means ensuring timely and reliable access to and use of information.
confidentiality
Confidentiality—“Preserving authorized restrictions on information access and disclosure, including means for protecting personal privacy and proprietary information
-
API
An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other. It defines the methods and data formats that applications can use to request and exchange information. Essentially, an API acts as an intermediary that enables seamless interaction between various software components.
-
-
-