Visualizing Bitcoin in Python
HTML-код
- Опубликовано: 8 фев 2025
- Today we learn how to visualize the prices of cryptocurrencies like Bitcoin, Ethereum and more.
DISCLAIMER: This is not investing advice. I am not a professional who is qualified in giving any financial advice. This is a video purely about programming using financial data.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
💻 The Algorithm Bible Book: www.neuralnine...
🐍 The Python Bible Book: www.neuralnine...
👕 Programming Merch: www.neuralnine...
💻 Exclusive Content 💻
👥 Patreon: / neuralnine
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine...
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/Neu...
🎵 Outro Music From: www.bensound.com/
You are one of great python teachers ❤️
I totally agree
Hey dude!
How a bout a longer series making a nice AI, beating the shit out of numerai competiton.
You are clearly very talented so i think ppl would interested in somone building an actual useful investment
You’re videos are the best! Love the consistency of uploads recent also!
Awesome tutorial. You explain complex topics in simple terms. I would like to see a way to put multiple plots on a single screen.
And yes dude make some more tutorials on analyzing cryptoprices
seriously your videos are so good I find myself learning machine learning by accident you are really something!
Amazing as always! 💎🙌🏽
Your videos are very useful.
Please keep making simple but useful project like this.
Really useful video! Definitely do more crypto analysis videos!
Super tare tutorialul 💙💛❤️
Thank you i love your videos
and when i try to compare crypto prices like ethereum with stocks like TSLA, AMZN i get No data fetched for symbol AMZN-USD using YahooDailyReader- why can i not fetch stock prices with this?
I'm trying to learn python your videos help
Great video. And how to do when i want to see BTC-CZK. This recalculation is not there so is there any way how to do BTC-EUR, then EUR-CZK and then show the graph ? Thanx a lot for advice.
can you use that in your website
This was great
Nice bro 😀😀
Thank you for answer 🙁
How to create algorithm in python for machine learning
You're best evrrrrr
hey neural it would be cool if you can make a series on ursina or on making a minecraft clone using c++ it would be awesome
Awesome man! I’m taking BSBA program and part of the curriculum is data analytics. This is perfect- thank you!
Would it be possible to show to to automate these reports/visualizations? Perhaps to run each day and be emailed out or just saved to your computer?
Thank you- love your channel!
what text editor are you using?
looks like vim but not sure
Vim for sure
Thx
posible to change the title name?
a logarithmic chart view is totally senmseless dude. Isnt there a way to scale this down a bit more without using logarithmic charts? how can we scale it to print it out in 100$ steps?
helpful
Please could you try to answer to my questiion ?? Thank you 🤔
thank you 🤗❤️
thanks for watching ^^
@@NeuralNine
🌹❤️🌹
the fact that this video was published before the BTC hit ATH uhh
The real smart hulk
noice
Dude, sync your youtube channel with odyseee and earn crypto on top
One of da first
Make a wallet
First comment
First!!!!
data = web.DataReader(f"{crypto}-{currency}", "yahoo", start, end)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: string indices must be integers, not 'str'
I keep getting this error can someone help? @NeuralNine