We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5e57f commit 164d6e8Copy full SHA for 164d6e8
README.md
@@ -4,3 +4,8 @@
4
## 1. crypto/PriceStream.py
5
-> Creates/subscribes to binance websocket to retrieve live price data.
6
-> This is done using standard python libraries, not python api wrappers.
7
+
8
+## 2. data/Binary.py
9
+ -> Compresses multi-dimensional arrays into 1D array, saves to binary file.
10
+ -> Unpacks binary file into usable python dict
11
+ -> This is useful for storing large data-sets without taking up much hard-drive space.
0 commit comments