Visually Explained
Visually Explained
  • Видео 24
  • Просмотров 10 558
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...
Просмотров: 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

Комментарии

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation 6 дней назад

    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

  • @dilippkt
    @dilippkt 8 дней назад

    It would be great if u can explain OOPS in python

  • @dilippkt
    @dilippkt 8 дней назад

    Brilliant

  • @VikPatel01
    @VikPatel01 9 дней назад

    Python basic to advance - and great video about Variables

    • @VikPatel01
      @VikPatel01 8 дней назад

      I. So glad that your video landed on my page, since im trying to learn quickly as i can.

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation 7 дней назад

      Glad the video was helpful, thanks for the suggestion!

  • @ArifulPrince8
    @ArifulPrince8 10 дней назад

    explained nicely

  • @hxxsannn
    @hxxsannn 10 дней назад

    Numpy .dot!! in next video pls

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation 12 дней назад

    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

  • @melanielaberge2256
    @melanielaberge2256 12 дней назад

    I LOVE THIS it teaches me more about python. keep up the great work.

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation 13 дней назад

    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

  • @Luisito_Silva
    @Luisito_Silva 18 дней назад

    Gracias amigos, excelente video, en las opciones de reproducción del video pueden colocar doblaje al español ?

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation 18 дней назад

      ¡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!

    • @Luisito_Silva
      @Luisito_Silva 10 дней назад

      @@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

  • @MadMan920
    @MadMan920 18 дней назад

    Amazing work you are doing! Thank you!

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation 19 дней назад

    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

  • @rubenromeroruiz
    @rubenromeroruiz 20 дней назад

    Very good explanation. Greetings from México!!

  • @jaredhammett4728
    @jaredhammett4728 23 дня назад

    Using multiple processes just to run sleep kind of defeats the purpose lmao

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation 23 дня назад

      Using the sleep operation is just a stand in for any time consuming operation that you would do in a for loop.

  • @FrontendNerd-lg3oh
    @FrontendNerd-lg3oh 24 дня назад

    need something like this javascirpt especailly async js and events

  • @rabbit3606
    @rabbit3606 24 дня назад

    I loved the video!! It's very knowledgeable and straight to the point.

  • @_MysterySock
    @_MysterySock 25 дней назад

    This breakdown was so helpful! I was having a hard time understanding what each element was doing, thank you soo much!

  • @NightReads-d8z
    @NightReads-d8z 26 дней назад

    Thank You for the explanation. It was Clear and simple to understand✌.

  • @voixkin
    @voixkin 26 дней назад

    so underrated!! i love how you explain things!

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation 27 дней назад

    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

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation Месяц назад

    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

  • @sebastienplante2430
    @sebastienplante2430 Месяц назад

    Great video! 🎉

  • @OsoweFunmilayo
    @OsoweFunmilayo Месяц назад

    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.

  • @OsoweFunmilayo
    @OsoweFunmilayo Месяц назад

    very amazing!

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation Месяц назад

    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!

  • @daem0n1ze
    @daem0n1ze Месяц назад

    good job!

  • @melanielaberge2256
    @melanielaberge2256 Месяц назад

    Great explanations thank you!

  • @phxsee
    @phxsee Месяц назад

    Can you explain what that "2" is for with the multiplication of price?

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation Месяц назад

      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!

    • @richarddixon3705
      @richarddixon3705 6 дней назад

      Man that “2” had me going nuts. Thanks

  • @VisuallyExplainedEducation
    @VisuallyExplainedEducation Месяц назад

    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

  • @SoumyaGhosh-s9y
    @SoumyaGhosh-s9y Месяц назад

    awesome

  • @stefanyheller6948
    @stefanyheller6948 Месяц назад

    The video is great, you need to keep promoting your channel. Is not hard.

  • @hahahap9844
    @hahahap9844 Месяц назад

    thanks for your course on udemy and that too for free, are you planning to release more all skill level courses?

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation Месяц назад

      Yes, we are working on more courses now! We are also working on other visual explainers of topics. Stay tuned!

  • @McDonaldIbekwe
    @McDonaldIbekwe Месяц назад

    Please, produce videos Concurrency. Thanks in advance.

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation Месяц назад

      Thanks for the suggestion!

    • @VisuallyExplainedEducation
      @VisuallyExplainedEducation Месяц назад

      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

    • @McDonaldIbekwe
      @McDonaldIbekwe Месяц назад

      @@VisuallyExplainedEducation okay

  • @reckyreck1666
    @reckyreck1666 2 месяца назад

    Wow! Thanks for the information!! I did learn something new to day, Thanks!! Keep it going buddy you are doing great!!