Installing dependencies in Jupyternotebook April 24, 2024April 24, 2024 by ComputingNotes https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/
TCP vs UDP Protocol April 24, 2024April 24, 2024 by ComputingNotes https://wiki.python.org/moin/UdpCommunication
Socket Programming in Python April 24, 2024April 24, 2024 by ComputingNotes https://docs.python.org/3/library/socket.html https://www.digitalocean.com/community/tutorials/python-socket-programming-server-client Client Server – TCP / Socket Client to Client – Peer to Peer Communication : UDP Protocol (User Datagram Protocol)
Liboqs and LibOqs-python; NCI June 10, 2022 by ComputingNotes git clone -b main https://github.com/open-quantum-safe/liboqs.git cd liboqs mkdir build && cd build cmake -GNinja .. -DBUILD_SHARED_LIBS=ON ninja