Session_02
This commit is contained in:
parent
cd61e85689
commit
48d783bc44
4 changed files with 48 additions and 1 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
venv
|
||||
_docs
|
||||
_scripts
|
44
requirements.txt
Normal file
44
requirements.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.12.13
|
||||
aiosignal==1.3.2
|
||||
anyio==4.9.0
|
||||
asyncio==3.4.3
|
||||
attrs==25.3.0
|
||||
certifi==2025.6.15
|
||||
charset-normalizer==3.4.2
|
||||
contourpy==1.3.2
|
||||
cycler==0.12.1
|
||||
discord-webhook==1.4.1
|
||||
dotenv==0.9.9
|
||||
fonttools==4.58.4
|
||||
frozenlist==1.7.0
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
influxdb-client==1.49.0
|
||||
kiwisolver==1.4.8
|
||||
markdown-it-py==3.0.0
|
||||
matplotlib==3.10.3
|
||||
mdurl==0.1.2
|
||||
multidict==6.4.4
|
||||
numpy==2.3.0
|
||||
packaging==25.0
|
||||
pillow==11.2.1
|
||||
propcache==0.3.2
|
||||
Pygments==2.19.1
|
||||
pyparsing==3.2.3
|
||||
python-dateutil==2.9.0.post0
|
||||
python-dotenv==1.1.0
|
||||
python-telegram-bot==22.1
|
||||
reactivex==4.0.4
|
||||
requests==2.32.4
|
||||
rich==14.0.0
|
||||
setuptools==80.9.0
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
telegram==0.0.1
|
||||
typing_extensions==4.14.0
|
||||
urllib3==2.4.0
|
||||
websockets==15.0.1
|
||||
yarl==1.20.1
|
2
video.md
2
video.md
|
@ -12,7 +12,7 @@ Below are the private video links to each session of the **"Build Your Own Crypt
|
|||
---
|
||||
|
||||
### Session 2: Data Acquisition & Exchange Connectivity
|
||||
🔗 [Watch on YouTube](<PRIVATE_URL_2>)
|
||||
🔗 [Watch on YouTube](https://youtu.be/MSEXxhQWY9I)
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue