* bitwise-operators concept * small fizes to about.md * Proposed Edits and Links First draft of edits and links for Bitwise operations. * Typos and Review Changes --------- Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
23 lines
691 B
JSON
23 lines
691 B
JSON
[
|
|
{
|
|
"url": "https://wiki.python.org/moin/BitwiseOperators/",
|
|
"description": "BitwiseOperators on the Python wiki."
|
|
},
|
|
{
|
|
"url": "https://realpython.com/python-bitwise-operators",
|
|
"description": "Real Python: Bitwise Operators in Python."
|
|
},
|
|
{
|
|
"url": "https://stackoverflow.com/a/20768199",
|
|
"description": "Stack Overflow: Convert a Python int to an unsigned int."
|
|
},
|
|
{
|
|
"url": "https://www.khanacademy.org/computing/computer-science/cryptography/ciphers/a/xor-bitwise-operation",
|
|
"description": "Khan Academy: The Ultimate Shift Cipher."
|
|
},
|
|
{
|
|
"url": "https://en.wikipedia.org/wiki/XOR_cipher",
|
|
"description": "The XOR Cipher"
|
|
}
|
|
]
|