Python Data Visualization With Bokeh

  Рет қаралды 165,938

Traversy Media

Traversy Media

5 жыл бұрын

In this video we will get started with data visualization in Python by creating a top horsepower chart using the Bokeh library
Code:
github.com/bradtraversy
Bokeh Docs:
bokeh.pydata.org/en/latest/
Sponsor: DevMountain Bootcamp
goo.gl/6q0dEa
💖 Become a Patron: Show support & get perks!
/ traversymedia
Website & Udemy Courses
www.traversymedia.com
Follow Traversy Media:
/ traversymedia
/ traversymedia
/ traversymedia

Пікірлер: 108
@cleancodez
@cleancodez 5 жыл бұрын
Yessss, I was waiting for this, please do another on numpy, pandas please. Anyone supporting the same like the video then the comment
@mr.chinaski2613
@mr.chinaski2613 5 жыл бұрын
Also Metplotlib is pretty useful and similar :)
@cleancodez
@cleancodez 5 жыл бұрын
@@mr.chinaski2613 yeah Dan
@luizhenriquebritto519
@luizhenriquebritto519 4 жыл бұрын
This is truly one of the best tutorials i've ever seen. Congratulations.
@imbayi
@imbayi 5 жыл бұрын
Every video from Brad is gold. Good to see content outside of web development.
@slavoie
@slavoie 5 жыл бұрын
Thank you for this Brad! I think you explained the topic very well and the result was very interesting and inspiring to say the least!
@xx482
@xx482 5 жыл бұрын
"With all excitment i just saw notification of video and started to write few words from my heart" I love you man , when ever i am trying to learn and research about a topic and find myself in dead end , i don't know somehow your channel and you are the place where i get the answer , I am learning about data Visualization in python using matplot lib or seaborn you have provided a detailed video about it. Thanks a lot
@BishSinhaExcelsior
@BishSinhaExcelsior 4 жыл бұрын
Thanks. This was a very useful introduction especially the inclusion of data vars from csv bit.
@akiratoriyama1320
@akiratoriyama1320 5 жыл бұрын
Thank you for all your videos!!! I still don't get how you now all these technologies, so good that you can teach other people too!!
@infantajay9538
@infantajay9538 5 жыл бұрын
You're a real inspiration to many Brad, thanks for your contributions. Respect.
@geekyprogrammer4831
@geekyprogrammer4831 5 жыл бұрын
Please keep posting more Python contents! loved this one Sir :')
@TheBiggE.
@TheBiggE. 5 жыл бұрын
Awesome I really appreciate this simple and comprehensive tutorial. Bokeh is a very nice tool!
@bhargavig5257
@bhargavig5257 4 жыл бұрын
Amazing video and totally cleared my concepts... Thanks... waiting for more such videos on visualizations
@mosesm1994
@mosesm1994 5 жыл бұрын
Hello Brad ,You are the best tutor in YOU TUBE ,And Udemy .I have been taking your classes including Udemy classes . I do advice make tutorial series on one thing from beginning to the end step by step.That way many beginners ,intermediates etc will follow.Alot of tutorial mixing here and some come once are confusing.Otherwise you are my best Teacher.
@julians.2597
@julians.2597 4 жыл бұрын
thx, great tutorial to get down the basics
@felipemaia3458
@felipemaia3458 5 жыл бұрын
Great video!! Good speaking speed and good step by step explanation!!
@pablorosa2960
@pablorosa2960 4 жыл бұрын
Thanks for this tutorial. It's very important tha the features that we select for the 'y' axis MUST BE a str, not a int, not a float. str. if you are working with a Datafram, and you transform it to a list, i suggest to you to use this code week = list(map(str,df_proyeccion['week']))) i hope this help everyone (also i hope that you understand me, i'm from argentina and my english is not the best you will hear jaja) Bye bye from argentina!
@ts3798
@ts3798 5 жыл бұрын
Love the way you say "bar chart"!
@dhristovaddx
@dhristovaddx 4 жыл бұрын
Great tutorial. Really helped me out. :)
@iwanttopunchtheosface
@iwanttopunchtheosface 3 жыл бұрын
This is amazing! Thank you Brad!
@nonsolovita
@nonsolovita 5 жыл бұрын
really intersting topic Brad !!
@isrj01
@isrj01 5 жыл бұрын
I will put this on my list since I started studying data science
@jjones40
@jjones40 11 ай бұрын
I was looking for a good higher level demo type video. This is great. Thanks.
@thelolladorfking2416
@thelolladorfking2416 5 жыл бұрын
Can you do a Python Data Visualization with Plotly ?
@hendrixnathan1008
@hendrixnathan1008 2 жыл бұрын
i realize I'm quite off topic but do anybody know a good website to watch new series online?
@ahebwachryce3299
@ahebwachryce3299 5 жыл бұрын
Great work Brad
@gad690
@gad690 2 жыл бұрын
awesome tutorial! learned tons from you.
@wasiquehaider4727
@wasiquehaider4727 5 жыл бұрын
Aaah python my latest crush thanks brad :)
@TraversyMedia
@TraversyMedia 5 жыл бұрын
Same here. I am first and foremost a JS dev but Python is my second love :)
@JoCh911
@JoCh911 4 жыл бұрын
So good to find you on this topic too... Could we have on real time data update?
@michaelchung9119
@michaelchung9119 4 жыл бұрын
Very good tutorial, thank you for this.
@rantan1618
@rantan1618 5 жыл бұрын
Bokeh is a Japanese term normally used in photographery to refer to the blurred light created by the shutter. It is pronounced BO-ka
@ThePandaGuitar
@ThePandaGuitar 5 жыл бұрын
It also means idiot in Japanese :)
@lardosian
@lardosian 5 жыл бұрын
@@ThePandaGuitar Thought that was 'baka'?
@dainaxie3342
@dainaxie3342 4 жыл бұрын
@@ThePandaGuitar That is BAKA, not bokeh
@janm20
@janm20 2 жыл бұрын
Great, this helped a lot. Thanks!
@VHugoBarnes
@VHugoBarnes 4 жыл бұрын
Great tutorial :D
@mason6300
@mason6300 4 жыл бұрын
Nice tutorial, the majority of people use VBar however, but I found it relatively simple to modify the code for the VBar requirements.
@Joshua-dl3ns
@Joshua-dl3ns 5 жыл бұрын
Nice video! Can you do a numpy and Keras/Tensorflow tutorial in python and JS?
@MehmetMustafaICER
@MehmetMustafaICER 4 жыл бұрын
This is great. Thanks.
@datadriven659
@datadriven659 4 жыл бұрын
thanks, very helpful!
@ThePandaGuitar
@ThePandaGuitar 5 жыл бұрын
Man the amount of work that would take to do in JS. Amazing lib.
@devilmanscott
@devilmanscott 5 жыл бұрын
Not really, there's numerous of similar libraries in JavaScript, though Python is quite nice for data visualisation and sorting, probably that and AI are the main reasons to use Python.
@lardosian
@lardosian 5 жыл бұрын
Thanks Brad, gonna give that a whirl.
@juliagschwend
@juliagschwend 3 жыл бұрын
very useful, thanks!
@SirBrownsack
@SirBrownsack 5 жыл бұрын
You, sir, have ruined my sleep schedule. But that’s not a bad thing. 😂
@chilansethuge8487
@chilansethuge8487 Жыл бұрын
Brilliant !
@AndreAAmaya
@AndreAAmaya 4 жыл бұрын
Hi, gr8 video but i have a question, how can i do a tringle to show the data ?... i dont need bars or circles, i have A (side of triangle), B(side of triangle), C (antoher side), how can i transfor those datas in a triangle, what is the command to use that figure ? .
@jerrymalloney625
@jerrymalloney625 5 жыл бұрын
Hey brad, how do you have that great new tab ?
@julians.2597
@julians.2597 4 жыл бұрын
I was aon my jupyte rtab and heard him say "death Mountain is a bootcamp..."
@SHdrummerguy08
@SHdrummerguy08 3 жыл бұрын
Thanks, Mark Wahlberg. This is exactly the video I needed
@boscocorrea1895
@boscocorrea1895 5 жыл бұрын
I recently heard about react native web! seems we can use same code base for all platforms. Can you please do one video on that? Please!
@joseluis.colungag
@joseluis.colungag 5 жыл бұрын
Can you insert it in a web app interface? I'm considering making a website for the company I'm working on, but it'd be actually a web app, and not a website. I need graphs like this in order to monitor data in real time.
@sujildevkota
@sujildevkota 5 жыл бұрын
Can you do Running Python Scripts in Background and displaying progress bar and output messages in the web page using Django
@pietraderdetective8953
@pietraderdetective8953 2 жыл бұрын
Great video! Please make a similar video with Plotly..
@ripperx444
@ripperx444 3 жыл бұрын
So here is a question. i have main.py and all the logic is there including raw javascript for div’s. How do I show the URL with the different query paramus if i’m running everything with bokeh -serve
@lardosian
@lardosian 5 жыл бұрын
Have been wondering why there are so many superhero movies coming out these days, from looking at the imdb example I now know why, they are just raking in the mulla!
@flurry3085
@flurry3085 4 жыл бұрын
Awesome
@ukakkad2010
@ukakkad2010 3 жыл бұрын
hey, where have you stored the cars.csv dataset?
@souravdas6635
@souravdas6635 3 жыл бұрын
Is it possible if i want to show a bar graph or a table but my visualisation depends on my dropdown menu so that I can filter using location colum ? Need help
@MrHamsterbacke756
@MrHamsterbacke756 5 жыл бұрын
A video about object oriented programming in python would be very nice.
@haha6285
@haha6285 4 жыл бұрын
Nice video. Can I get the Github link to your csv file?
@manishsahani4867
@manishsahani4867 5 жыл бұрын
please make video on how to use redux with react with a dummy project
@Chris-bn1vt
@Chris-bn1vt 5 жыл бұрын
In 2017 you did a video on Cmder and in the comment section you said you'll do a comparison video between terminals. Did you do that video? I looked but see nothing. Currently hunting for a better terminal.
@devilmanscott
@devilmanscott 5 жыл бұрын
If you're using Windows, which you probably are, then just install Linux Subsystem and get an actual bash terminal, you just type wsl and it pops up a bash terminal.
@devilmanscott
@devilmanscott 5 жыл бұрын
@@rs-4733 Most people don't want to, so better to give nice alternatives for Windows, also Windows is more ubiquitous and sometimes I can not be bothered to switch between operating system while dual booting.
@RSkyCar
@RSkyCar 5 жыл бұрын
Thank you, Brad, for the introduction of the Bokeh library, it was a really fascinating journey to data visualization. It would be great to add sound to the project, but there is no option for that at the moment. Could you tell, is there is a way to add sound to my data visualization project? For example, how to include arbitrary JS code in Bokeh output, in various customs callbacks or in Custom Extension code to play sound?
@piligrimm2
@piligrimm2 2 жыл бұрын
What kind of interface is that?Could have told in the beginning.
@arunp7758
@arunp7758 Жыл бұрын
I'm trying to save the bokeh plots as .PNG, and finding difficulties., I have added the chromedriver to PATH(env variables) and did pip install as directed in the documentation page, still I get error.. can you help on this ?
@umacalopsitaeumviolao
@umacalopsitaeumviolao 3 жыл бұрын
How do I publish this in order for a person who does not have any of that on their machine, can also see this report?
@glopezzz
@glopezzz 4 жыл бұрын
NICE
@marcinkrysinski1566
@marcinkrysinski1566 5 жыл бұрын
Maybe You will make crash course about numpy ?
@ashutoshpanda4336
@ashutoshpanda4336 5 жыл бұрын
What about TensorFlow with JS 😍😍😍😍
@harissaleem8688
@harissaleem8688 3 жыл бұрын
Can you please make a video on this concept recently i learned java, But in javascript it is difficult for me to understand that suppose we have let a = "Brad".length; then console .log(a) result will be 4 ; so, how we are accessing the dot length thing or maybe like let a = "Brad".toUpperCase(); how this function we are calling because " Brad " it is not a reference variable because in java we use the reference variable them put dot to call any thing inside the object of that class in javascript where is this coming from ???? Please make a video that will be all for me ane it will others also to build concept .
@tiktuktiktuk
@tiktuktiktuk 5 жыл бұрын
Can you try integrate this with flask
@julianvi4779
@julianvi4779 5 жыл бұрын
Brad in romanian means fir tree. ;)
@Z3rom1stmusicBlogspotMxZ3M1
@Z3rom1stmusicBlogspotMxZ3M1 3 жыл бұрын
File "C:\Users\...\main.py", line 13, in p = figure( "" figure.py", line 1568, in figure return Figure(**kwargs) Why that happends?
@rakeshranjan23
@rakeshranjan23 4 жыл бұрын
I have to plot graph using pandas pivot table data, how can I achieve this.
@adharshgurudev1219
@adharshgurudev1219 4 жыл бұрын
can this be done in idle
@salyexe
@salyexe 5 жыл бұрын
Which is the best choice between Bokeh, Plotly, Chartjs, or else to go with Django+Pandas?
@abhijithchandran5744
@abhijithchandran5744 5 жыл бұрын
Hi Brad can you make course about Tensorflow
@TraversyMedia
@TraversyMedia 5 жыл бұрын
Planning on it at some point :)
@Latinoaman
@Latinoaman 3 жыл бұрын
Is that Pycharm or Idle?
@usamanaqi2229
@usamanaqi2229 5 жыл бұрын
Please make a video series on salesforce development
@xconkersx1
@xconkersx1 5 жыл бұрын
So, how exactly do I understand the thinking that goes behind what you are coding? I have done so many tutorials of yours ever since finding your website but it just feels like I am aimlessly copy pasting your code, I do edit what I watch a lot but at the end of the day half the time I don't know what is going on? I guess it comes with practice and once you "copy paste/edit/practice" you will eventually understand the workflow of general programming? (A few times I would be editting the original content and realize "oh thats why he did this or that is how this works") Or should I be reading OOP books/youtube tutorials?
@devilmanscott
@devilmanscott 5 жыл бұрын
It happens, the only way out of it is making things from scratch yourself, start your own project while using others as references, you'll make a lot of mistakes, but you'll learn much more than just following tutorials. I don't what to sound arrogant, but I started where you were following online tutorials like Brad's, but I'll say now that I've pretty much surpassed him, I just kept going deeper and deeper on my own, I just watch to see if there's something good to know. Also read some books damn it, I know a lot of people try to avoid it, but that's where you'll find the real detailed stuff.
@SyreshamPBS
@SyreshamPBS 5 жыл бұрын
I agree with Scott Berry It's almost certain that you will learn most by solving problems, not "copy - paste - edit" In the beginning, just make up a problem that you think you can solve and then do it 🙂
@derfrueder5975
@derfrueder5975 4 жыл бұрын
Good Stuff! You sound a bit like Tyler the Creator hahah
@muzamilhussain9908
@muzamilhussain9908 4 жыл бұрын
Why this when excel and power bi are very simple ????
@cleancodez
@cleancodez 5 жыл бұрын
Number 2,
@aakashkarki1764
@aakashkarki1764 5 жыл бұрын
@Brad You are my greatest Inspiration If you could turn your life and become A "A+'" I can do it too.
@nick.karimi
@nick.karimi 5 жыл бұрын
Rule #2.Watch#1.Like
@imbayi
@imbayi 5 жыл бұрын
Niaje mzito?
@nick.karimi
@nick.karimi 5 жыл бұрын
@@imbayi Poa Sana, Vipy.
@lifesmysteriesofficial
@lifesmysteriesofficial 4 жыл бұрын
3:26
@TheChrist559
@TheChrist559 5 жыл бұрын
I can’t do it on mine wth
@jacobdymond9658
@jacobdymond9658 5 жыл бұрын
Anyone else pipenv downloading/locking extremely slow?
@TheChrist559
@TheChrist559 5 жыл бұрын
Nvm I gots it!!
@ahmadalalloush9962
@ahmadalalloush9962 4 жыл бұрын
first text. test
@tomu_sange
@tomu_sange 5 жыл бұрын
it offers free instructorahip...to help africans improve on dem knowledge
@ClevergunsYT
@ClevergunsYT 5 жыл бұрын
1 dislike? Wth?
@pritam1366
@pritam1366 3 жыл бұрын
It's better I use seaborn matplotlib
@xcharita
@xcharita 4 жыл бұрын
dude has too many ads
@ashutoshpanda4336
@ashutoshpanda4336 5 жыл бұрын
Make more videos on NodeJS 😫😫😫😫 I don't like python 😆😆😆 kidding.... But never forget NodeJS 😭😭😭
@darktealglasses
@darktealglasses 2 жыл бұрын
What's `Pipfile.lock`?
Build & Deploy A Python Web App | Flask, Postgres & Heroku
53:24
Traversy Media
Рет қаралды 267 М.
7 Python Data Visualization Libraries in 15 minutes
15:03
Rob Mulla
Рет қаралды 71 М.
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
Intro To Web Crawlers & Scraping With Scrapy
28:56
Traversy Media
Рет қаралды 274 М.
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 185 М.
An Introduction to Coding In Rust for Pythonistas
20:42
ArjanCodes
Рет қаралды 118 М.
Data Analysis with Python for Excel Users - Full Course
3:57:46
freeCodeCamp.org
Рет қаралды 2,1 МЛН
Python Crash Course For Beginners
1:35:47
Traversy Media
Рет қаралды 850 М.
Top 18 Most Useful Python Modules
10:50
Tech With Tim
Рет қаралды 924 М.
Desktop GUI App With Python & Tkinter
56:39
Traversy Media
Рет қаралды 385 М.
Introduction to Dash Plotly - Data Visualization in Python
29:21
Charming Data
Рет қаралды 772 М.