Skip to content

Commit 164d6e8

Browse files
authored
Update README.md
1 parent de5e57f commit 164d6e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
## 1. crypto/PriceStream.py
55
-> Creates/subscribes to binance websocket to retrieve live price data.
66
-> 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

Comments
 (0)