- Видео 24
- Просмотров 10 558
Visually Explained
США
Добавлен 5 июн 2024
Complex Topics, Visually Explained.
Visualize Your Data using Matplotlib (💻 Example Code Included!)
🔵 Example code: rebrand.ly/kg1qk17
🔵 Looking to learn more Python? Check out our Python Quick Tips series!
ruclips.net/p/PL8HmoRTjTSlH5tdpBPgn-Q5UwK4wRRo43
🔵 Let’s connect!
- Website: visuallyexplained.co
- LinkedIn: www.linkedin.com/company/visually-explained/
🔵 Chapters
00:00 - Intro to Matplotlib
00:29 - Install Matplotlib
00:35 - Import pyplot module
00:54 - Plot data
01:16 - Change x-axis values
01:34 - Add title and axis labels
02:18 - Add data point markers
02:43 - Add horizontal line
03:11 - Use colors / line styles
03:43 - Add a legend
04:15 - Use dot notation
🔵 Matplotlib
In this video, you will learn how to visualize data in Python using Matplotlib. Formatting options discussed in the video:
1. pl...
🔵 Looking to learn more Python? Check out our Python Quick Tips series!
ruclips.net/p/PL8HmoRTjTSlH5tdpBPgn-Q5UwK4wRRo43
🔵 Let’s connect!
- Website: visuallyexplained.co
- LinkedIn: www.linkedin.com/company/visually-explained/
🔵 Chapters
00:00 - Intro to Matplotlib
00:29 - Install Matplotlib
00:35 - Import pyplot module
00:54 - Plot data
01:16 - Change x-axis values
01:34 - Add title and axis labels
02:18 - Add data point markers
02:43 - Add horizontal line
03:11 - Use colors / line styles
03:43 - Add a legend
04:15 - Use dot notation
🔵 Matplotlib
In this video, you will learn how to visualize data in Python using Matplotlib. Formatting options discussed in the video:
1. pl...
Просмотров: 98
Видео
Learn Python Variables in 4 Minutes! (💻 Example Code Included!)
Просмотров 462День назад
🔵 Example code: rebrand.ly/4e80f9 🔵 Interested in learning Python? Check out our full course. - Check out our full course: www.udemy.com/course/python-visually-explained/?referralCode=606E7991150B0E96C410 - And our Python Quick Tips series: ruclips.net/p/PL8HmoRTjTSlH5tdpBPgn-Q5UwK4wRRo43 🔵 Let’s connect! - Website: visuallyexplained.co - LinkedIn: www.linkedin.com/company/visually-explained/ 🔵...
Learn Python List Comprehensions in 3 Minutes! (💻 Example Code Included!)
Просмотров 33514 дней назад
🔵 Example code - rebrand.ly/tke9s45 🔵 Looking to learn Python? Check out our Python Quick Tips series! ruclips.net/p/PL8HmoRTjTSlH5tdpBPgn-Q5UwK4wRRo43 🔵 Let’s connect! - Website: visuallyexplained.co - LinkedIn: www.linkedin.com/company/visually-explained/ 🔵 Chapters 00:00 - Intro to list comprehensions 00:15 - For loop → list comprehension example 1 00:40 - Save 3 lines of code! 01:25 - For l...
Create Python Progress Bars with tqdm (💻 Example Code Included!)
Просмотров 61521 день назад
🔵 Links and Resources - Example code: rebrand.ly/a02qo1n - Parallelize your Python Code with Joblib: ruclips.net/video/p14mkEoY88I/видео.html 🔵 Let’s connect! - Website: visuallyexplained.co/ - LinkedIn: www.linkedin.com/company/visually-explained/ 🔵 Looking to learn Python? Check out our Python Quick Tips series! ruclips.net/p/PL8HmoRTjTSlH5tdpBPgn-Q5UwK4wRRo43 🔵 Chapters 00:00 Intro 00:19 Cod...
Boost Python Performance: Parallelize Code with Joblib (💻 Example Code Included!)
Просмотров 549Месяц назад
🔵 Example code: colab.research.google.com/drive/1PcgF5venNwtXhVbPvaRyK7_1aDFB7E2U?usp=sharing 🔵 Looking to learn Python? Check out our Python Quick Tips series! ruclips.net/p/PL8HmoRTjTSlH5tdpBPgn-Q5UwK4wRRo43 🔵 Let’s connect! - Website: visuallyexplained.co/course/python-visually-explained - LinkedIn: www.linkedin.com/company/visually-explained/ 🔵 Chapters 00:00 - Speed up your For Loops 00:25...
Learn Python Dictionaries in 5 Minutes!
Просмотров 609Месяц назад
🔵 Check out our Python course, its discounted through these links! - Our website: visuallyexplained.co/course/python-visually-explained - Udemy: www.udemy.com/course/python-visually-explained/?couponCode=VISUAL-PYTHON-JAN25 - Skillshare: skl.sh/4hV7MaB 🔵 Python dictionaries In this beginner-friendly tutorial, we explore Python dictionaries-one of the most flexible and powerful data structures i...
For Loops: Understanding Execution Flow | Python, Visually Explained
Просмотров 1,4 тыс.Месяц назад
🔵 Check out our Python course, its discounted through these links! - Our website: visuallyexplained.co/course/python-visually-explained - Udemy: www.udemy.com/course/python-visually-explained/?couponCode=VISUAL-PYTHON-JAN25 - Skillshare: skl.sh/4hV7MaB 🔵 Python for loops Learn how to master Python for loops in this beginner-friendly tutorial! For loops are essential tools for automating repetit...
Python Sets vs Lists vs Tuples: When and Why to Use Each | Python, Visually Explained
Просмотров 1,5 тыс.Месяц назад
🔵 Check out our Python course, its discounted through these links! - Our website: visuallyexplained.co/course/python-visually-explained - Udemy: www.udemy.com/course/python-visually-explained/?couponCode=VISUAL-PYTHON-JAN25 - Skillshare: skl.sh/4hV7MaB 🔵 Python sets In this video, we dive into Python sets, a powerful data type for managing collections of unique items. Building on our previous l...
Python Tuples Explained: How They Differ from Lists and Why They Matter | Python, Visually Explained
Просмотров 536Месяц назад
🔵 Check out our Python course, its discounted through these links! - Our website: visuallyexplained.co/course/python-visually-explained - Udemy: www.udemy.com/course/python-visually-explained/?referralCode=606E7991150B0E96C410 - Skillshare: skl.sh/4hV7MaB 🔵 Python tuples In this video, we explore Python tuples, a fundamental data type perfect for organizing immutable collections. Building on ou...
Python Lists: How to Use Them and Why They Matter | Python, Visually Explained
Просмотров 1532 месяца назад
🔵 Check out our Python course, its discounted through these links! - Our website: visuallyexplained.co/course/python-visually-explained - Udemy: www.udemy.com/course/python-visually-explained/?referralCode=606E7991150B0E96C410 - Skillshare: skl.sh/4hV7MaB 🔵 Python lists Are you ready to upgrade your Python skills? In this video, we dive deep into Python lists, the ultimate tool for organizing a...
Python If / Else: How to Use Conditionals to Make Decisions in Code | Python, Visually Explained
Просмотров 1392 месяца назад
Python If / Else: How to Use Conditionals to Make Decisions in Code | Python, Visually Explained
Beginner’s Guide to Python Booleans: Comparison and Logic | Python, Visually Explained
Просмотров 812 месяца назад
Beginner’s Guide to Python Booleans: Comparison and Logic | Python, Visually Explained
Built-in Functions vs. Type Methods | Python, Visually Explained
Просмотров 1962 месяца назад
Built-in Functions vs. Type Methods | Python, Visually Explained
How do Built-in Functions Work? | Python, Visually Explained
Просмотров 1212 месяца назад
How do Built-in Functions Work? | Python, Visually Explained
Text Data in Python: Understanding Strings for Beginners | Python, Visually Explained
Просмотров 1022 месяца назад
Text Data in Python: Understanding Strings for Beginners | Python, Visually Explained
Integers vs Floats: What's the Difference? | Python, Visually Explained
Просмотров 1062 месяца назад
Integers vs Floats: What's the Difference? | Python, Visually Explained
Python Calculations for Beginners | Python, Visually Explained
Просмотров 1702 месяца назад
Python Calculations for Beginners | Python, Visually Explained
Have questions or ideas for future topics? Drop them in the comments-we’d love to hear from you and help out! Want to make your Python code run faster? Check out this video: ruclips.net/video/p14mkEoY88I/видео.html
It would be great if u can explain OOPS in python
Thanks for the suggestion!
Brilliant
Python basic to advance - and great video about Variables
I. So glad that your video landed on my page, since im trying to learn quickly as i can.
Glad the video was helpful, thanks for the suggestion!
explained nicely
Glad you enjoyed it!
Numpy .dot!! in next video pls
Have questions or ideas for future topics? Drop them in the comments-we’d love to hear from you and help out! If you are curious about how to store data in Python, check out this video: ruclips.net/video/Nx2146CcKMQ/видео.html
I LOVE THIS it teaches me more about python. keep up the great work.
Glad you enjoy it!
Have questions about Python collections or ideas for future topics? Drop them in the comments-we’d love to hear from you and help out! If you are curious about Python dictionaries, check out this video: ruclips.net/video/wa7ApMdGHeU/видео.html
Gracias amigos, excelente video, en las opciones de reproducción del video pueden colocar doblaje al español ?
¡Hola! Por el momento, RUclips no nos permite agregar pistas de audio separadas para diferentes idiomas. Por ahora, la mejor solución es usar los subtítulos en español generados automáticamente. ¡Gracias por mirar!
@@VisuallyExplainedEducation No me refería a grabar dos pistas de audios, si no me refería, a que hay la opción ahora de traducion en tiempo real directo desde RUclips con pista de audio en español
Amazing work you are doing! Thank you!
Thanks for watching!
Have questions about Python list comprehensions or ideas for future topics? Drop them in the comments-we’d love to hear from you and help out! If you are looking to make your for loops run faster, check out this video: ruclips.net/video/p14mkEoY88I/видео.html
Very good explanation. Greetings from México!!
Thanks for watching!
Using multiple processes just to run sleep kind of defeats the purpose lmao
Using the sleep operation is just a stand in for any time consuming operation that you would do in a for loop.
need something like this javascirpt especailly async js and events
Thanks for the suggestion!
I loved the video!! It's very knowledgeable and straight to the point.
Thanks for watching, glad it was helpful!
This breakdown was so helpful! I was having a hard time understanding what each element was doing, thank you soo much!
Glad it was helpful!
Thank You for the explanation. It was Clear and simple to understand✌.
Glad it was helpful!
so underrated!! i love how you explain things!
Glad it was helpful!
Have questions about tqdm or ideas for future topics? Drop them in the comments-we’d love to hear from you and help out! Looking for more Python tips? Check out this video on List Comprehensions: ruclips.net/video/fs23ikg2CYE/видео.html
Have questions about parallelizing your Python code or ideas for future topics? Drop them in the comments-we’d love to hear from you and help out! Did you know you can add progress bars to your Python code? Check out this video to see how: ruclips.net/video/VAoGebgGTdM/видео.html
Great video! 🎉
Glad you liked it!
Hi, Coach. Do you want your Udemy course to go from being a new seller to a best seller? Together, we can increase your course's visibility, attract targeted enrollment, and build your expert credibility so that it converts into sales on Udemy.
very amazing!
Thank you!
Have questions about Python dictionaries or ideas for future topics? Drop them in the comments-I’d love to hear from you and help out!
good job!
Thanks, glad you enjoyed it!
Great explanations thank you!
Can you explain what that "2" is for with the multiplication of price?
Hi! The 2 in the code "round(price * 0.7, 2)" specifies the number of decimal places that the price result (price * 0.7) should be rounded to. Hope this helps!
Man that “2” had me going nuts. Thanks
Have questions about for loops or ideas for future topics? Drop them in the comments-we'd love to hear from you and help out! If you are looking to make your for loops run faster, check out this video: ruclips.net/video/p14mkEoY88I/видео.html
awesome
Thanks!
The video is great, you need to keep promoting your channel. Is not hard.
Thanks for the feedback!
thanks for your course on udemy and that too for free, are you planning to release more all skill level courses?
Yes, we are working on more courses now! We are also working on other visual explainers of topics. Stay tuned!
Please, produce videos Concurrency. Thanks in advance.
Thanks for the suggestion!
Hi! We just published a video breaking down how to parallelize your Python code using Joblib. Go check it out, and please let us know if you have other topics suggestions! ruclips.net/video/p14mkEoY88I/видео.html
@@VisuallyExplainedEducation okay
Wow! Thanks for the information!! I did learn something new to day, Thanks!! Keep it going buddy you are doing great!!
Thanks!