Numeryst
Numeryst
  • 62
  • 76 157
How to Plot Heatmap in Julia
In this video, I explain how to plot heatmap in Julia. I walk you through an example plotting heatmap using both Plots and CairoMakie packages. I also show you the difference between the two packages when plotting heatmap. I also provide additional guidance on adapting code originally written for heatmap using the Plots package to make it compatible with the CairoMakie package.
มุมมอง: 129

วีดีโอ

Get Started with PostgreSQL
มุมมอง 3414 วันที่ผ่านมา
Get started with PostgreSQL in this comprehensive beginner's guide! Learn how to get started installing PostgreSQL and set up your development environment. This step-by-step tutorial covers everything you need to start your database journey, from basic SQL queries to creating tables and managing databases. We'll explore essential PostgreSQL commands, data types, and best practices for database ...
PostgreSQL pgAdmin Dialog Workflow
มุมมอง 2121 วันที่ผ่านมา
Mastering the pgAdmin dialog workflow in PostgreSQL is a crucial step toward becoming proficient in database management. This comprehensive tutorial will guide you through the essential tools and techniques used in pgAdmin, enabling you to efficiently manage and configure your PostgreSQL databases. Whether you are setting up new connections, running SQL queries, or adjusting server configuratio...
MASTERING PostgreSQL pgAdmin Toolset LIKE A PRO
มุมมอง 3928 วันที่ผ่านมา
In this comprehensive video tutorial, you will learn how to master the powerful PostgreSQL pgAdmin toolset, gaining the skills needed to manage your databases like a seasoned professional. Discover key features, tips, and best practices to optimize and streamline your PostgreSQL database management using pgAdmin, enabling you to work more efficiently and effectively. Whether you're new to Postg...
Tour the pgAdmin Interface
มุมมอง 43หลายเดือนก่อน
Take a tour of the pgAdmin interface in this video tutorial. Learn how to navigate pgAdmin 4 and manage your PostgreSQL databases with ease. I explain the essential things you need to know in the object explorer like server groups, databases, schemas and tables. Furthermore, I explain browser tabs and their usefulness in getting information about your servers. If you are curious about pgAdmin i...
PostgreSQL pgAdmin
มุมมอง 44หลายเดือนก่อน
Learn how to use pgAdmin with PostgreSQL in this beginner-friendly tutorial. We'll guide you through setting up pgAdmin, managing databases, running SQL queries, and more. Perfect for those starting with PostgreSQL or looking to enhance their skills in database administration. In this comprehensive beginner-friendly tutorial, you'll learn how to effectively use pgAdmin with PostgreSQL, one of t...
Connect to the Server with pSQL
มุมมอง 65หลายเดือนก่อน
Learn how to connect to the server with pSQL in this quick tutorial. With these simple steps, you'll be able to access your PostgreSQL database in no time! In this quick tutorial, you'll learn how to establish a connection to your PostgreSQL server using pSQL. We'll guide you through the process step by step, ensuring that you're able to access and manage your database efficiently. Whether you'...
PostgreSQL Installation
มุมมอง 89หลายเดือนก่อน
Learn how to complete a PostgreSQL installation in this step-by-step tutorial. Perfect for beginners looking to set up a local database on their computer.
Beautiful Progress Bar in Julia
มุมมอง 382หลายเดือนก่อน
Learn how to create a beautiful progress bar or progress meter in Julia with ease! This tutorial will show you step-by-step how to implement a stunning progress bar in your Julia programming projects. Perfect for beginners and experts alike!
Animating Plot in Julia
มุมมอง 5372 หลายเดือนก่อน
Learn how to animate your plots in Julia using the Makie package! This video will guide you through animating plot in Julia for scientific visualization. First explain Julia observables then we dive into various examples for animating plots. We also animate heatmap and streamplots as bonus examples.
Multiple Dispatch in Julia Programming Language
มุมมอง 3272 หลายเดือนก่อน
Learn all about Multiple Dispatch in the Julia programming language in this informative video. Discover how this feature sets Julia apart from other programming languages and how you can use it to your advantage in your coding projects. If you're a Julia programmer or looking to learn more about this language, this video is for you!
Neural Radiance Fields in 2 Minutes
มุมมอง 5312 หลายเดือนก่อน
In this video, I introduce Neural Radiance Fields (NeRF), a groundbreaking AI technique that revolutionizes 3D scene representation. NeRF uses neural networks to render photorealistic images from a few 2D photos, capturing detailed lighting and textures with stunning accuracy. I also explore its exciting applications, including in computer graphics, virtual reality, and gaming, where it enables...
Graham Scan Convex Hull Algorithm Explained with Code
มุมมอง 3062 หลายเดือนก่อน
Learn about the Graham Scan convex hull algorithm with this tutorial, including Python code examples. Understand the concept of convex hull and find out how this algorithm can help you find the convex hull of a set of points efficiently. Watch till the end to see the code in action! In this step by step guide I first explain the algorithm in detail then convert the Graham's scan convex hull alg...
Animating Plots in Matplotlib: The Ultimate Guide for Data Visualization in Python
มุมมอง 2003 หลายเดือนก่อน
Learn how to animate plots in Matplotlib for the ultimate data visualization in Python. This tutorial will guide you through the process of creating dynamic and interactive visualizations that bring your data to life! First, I explain the way to animate your plot in matplotlib. Specifically, I animate heatmap in Matplotlib using FuncAnimation class. With the help of FuncAnimation class we can s...
The Ultimate Matplotlib Histogram Guide
มุมมอง 733 หลายเดือนก่อน
In this ultimate Matplotlib histogram guide we learn how to create histograms with Matplotlib in this tutorial. Perfect for data visualization and Python beginners, this video will show you how to plot histograms using Matplotlib and NumPy for your data analysis projects. We also plot two dimensional histograms in Matplotlib. ▶️ Our Website: numeryst.com/
Parametric Type in Julia Programming Language
มุมมอง 5513 หลายเดือนก่อน
Parametric Type in Julia Programming Language
Installing Fortran on Windows
มุมมอง 2K4 หลายเดือนก่อน
Installing Fortran on Windows
The Julia Programming Language: Mastering Structs for Beginners
มุมมอง 5714 หลายเดือนก่อน
The Julia Programming Language: Mastering Structs for Beginners
How to Install Fortran on Ubuntu
มุมมอง 5744 หลายเดือนก่อน
How to Install Fortran on Ubuntu
Efficient Graph Processing with Julia
มุมมอง 6994 หลายเดือนก่อน
Efficient Graph Processing with Julia
Your Last Numerical Integration Video!
มุมมอง 6364 หลายเดือนก่อน
Your Last Numerical Integration Video!
Sympy of the Julia Programming Language?
มุมมอง 5685 หลายเดือนก่อน
Sympy of the Julia Programming Language?
Mesh in Julia
มุมมอง 1.1K5 หลายเดือนก่อน
Mesh in Julia
One-Click Setup for Mojo Programming Language in Github Codespaces
มุมมอง 2345 หลายเดือนก่อน
One-Click Setup for Mojo Programming Language in Github Codespaces
Return Types Annotation | Python Tutorial
มุมมอง 2175 หลายเดือนก่อน
Return Types Annotation | Python Tutorial
Class Type Annotation | Python Tutorial
มุมมอง 3426 หลายเดือนก่อน
Class Type Annotation | Python Tutorial
Get Started with Julia Programming | Full Course
มุมมอง 6K6 หลายเดือนก่อน
Get Started with Julia Programming | Full Course
Optional Type Annotation | Python Tutorial
มุมมอง 3156 หลายเดือนก่อน
Optional Type Annotation | Python Tutorial
Python Documentation Generator: Sphinx
มุมมอง 7246 หลายเดือนก่อน
Python Documentation Generator: Sphinx
What is Differentiable Programming
มุมมอง 8K6 หลายเดือนก่อน
What is Differentiable Programming

ความคิดเห็น

  • @urstrulyAlthaf
    @urstrulyAlthaf 19 ชั่วโมงที่ผ่านมา

    What is this platform?

    • @Numeryst
      @Numeryst 11 ชั่วโมงที่ผ่านมา

      It is Ubuntu OS.

    • @urstrulyAlthaf
      @urstrulyAlthaf 11 ชั่วโมงที่ผ่านมา

      @@Numeryst shall we try it in Ubuntu Linux terminal 18.04 version in windows sir?

    • @Numeryst
      @Numeryst 11 ชั่วโมงที่ผ่านมา

      Are you using WSL? yes you can try to install Fortran via terminal as already illustrated in the video.

  • @keithtaylor4425
    @keithtaylor4425 16 วันที่ผ่านมา

    A great video for your channel would be DuckDB either alone or as an extension for PostgresSQL. Best of luck with your channel!!

    • @Numeryst
      @Numeryst 16 วันที่ผ่านมา

      Thanks for your suggestions!

  • @martinsanchez-hw4fi
    @martinsanchez-hw4fi 20 วันที่ผ่านมา

    What do you do if VScode does not display any image when using Plots?

    • @Numeryst
      @Numeryst 19 วันที่ผ่านมา

      There could be several possible reasons, I mention the most probable ones: 1. When running scripts, explicitly call display() on your plot object. For example: using Plots p = plot(1:10, rand(10)) display(p) 2. Try Different Backends. 3. Restart VSCode. 4. Ensure Plot Pane is Enabled: Go to the settings in VSCode and make sure that the "Use Plot Pane" option is enabled. This setting allows plots to be displayed directly within the VSCode interface. 5. Start Julia REPL Correctly: Make sure to start Julia using the command Julia: Start REPL from the command palette (Ctrl+Shift+P). Starting it manually from a terminal may not integrate properly with VSCode.

  • @anandkumar-wf1so
    @anandkumar-wf1so 23 วันที่ผ่านมา

    This channel is underrated

    • @Numeryst
      @Numeryst 23 วันที่ผ่านมา

      I really appreciate your support! It's great to know you see the potential here.

  • @yash9725
    @yash9725 24 วันที่ผ่านมา

    Hey thats perfect thanks for the playlist!

    • @Numeryst
      @Numeryst 24 วันที่ผ่านมา

      Enjoy!

  • @yash9725
    @yash9725 24 วันที่ผ่านมา

    Hey this is perfect thanks!

    • @Numeryst
      @Numeryst 24 วันที่ผ่านมา

      Glad you like it!

  • @jardelkaique2522
    @jardelkaique2522 หลายเดือนก่อน

    Gotta say I'm loving your videos! Got to know your channel thanks to the python type hint videos. Couple weeks ago I started postgresql and now you just started a series about it! thank you so much!!

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      That is awesome! Glad to hear it!

  • @olmzy5812
    @olmzy5812 หลายเดือนก่อน

    video is nice, but I copied 3D plot script and it didn`t work :(

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      You probably have not imported the packages properly. I have run the code in the video!

  • @wav372
    @wav372 หลายเดือนก่อน

    Julia language is a bomb. Im so happy that my teacher recommended it to us for numerical methods class.

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      You are absolutely right!

  • @Nolteman
    @Nolteman หลายเดือนก่อน

    More videos about Julia please.

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      I appreciate your support in sharing the channel, which will enable me to produce more content focused on the Julia programming language.

  • @backntracks7489
    @backntracks7489 หลายเดือนก่อน

    i execute and i have this problem : C:\w64devkit\bin/ld.exe: C:/w64devkit/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/lib/../lib/libmingw32.a(lib64_libmingw32_a-crtexewin.o):crtexewin.c:(.text.startup+0xb1): undefined reference to `WinMain' collect2.exe: error: ld returned 1 exit status

  • @franqueliml5538
    @franqueliml5538 หลายเดือนก่อน

    Bro your videos are amazing

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      Thanks bro!

  • @willamis6903
    @willamis6903 หลายเดือนก่อน

    Excellent video, but mine is not working, it is giving this error, could you help me? gfortran hello.f90 -o hello gfortran: fatal error: cannot execute 'f951': CreateProcess: No such file or directory compilation terminated.

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      It seems that you have not setup `gfortran` properly. Probably try: `sudo apt-get install --reinstall gfortran` Or in the terminal type `gfortran --version` to see whether you get the version of your fortran successfully if not, something is wrong with your fortran setup.

  • @MojoProgramming
    @MojoProgramming หลายเดือนก่อน

    I just wanted to install postgres! cool!

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      More content on the way!

  • @cescalan9
    @cescalan9 หลายเดือนก่อน

    Gracias. Fantástico. Hacía falta. Buen aporte.

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      Glad you liked it!

  • @cescalan9
    @cescalan9 หลายเดือนก่อน

    Fantástico. Gracias.

    • @Numeryst
      @Numeryst หลายเดือนก่อน

      Thanks 🙏

  • @blaisepascal3905
    @blaisepascal3905 2 หลายเดือนก่อน

    Nice video, that was a topic that I really needed

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      Great!

  • @NamasenITN
    @NamasenITN 2 หลายเดือนก่อน

    Why doesn't the figure fill the entire width of the plot pane of VSCode?

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      You should specify figure size and whether you keep the aspect ratio fixed or not.

    • @NamasenITN
      @NamasenITN 2 หลายเดือนก่อน

      @@Numeryst Thank you and thanks for the video series on Julia.

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      @@NamasenITN You're welcome!

  • @blaisepascal3905
    @blaisepascal3905 2 หลายเดือนก่อน

    A face reveal! Nice video as always 🎉

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      Thanks!

  • @ardra1905
    @ardra1905 2 หลายเดือนก่อน

    Holy shit, face reveal! Where are you from?

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      I hope the true significance lies in the contribution that these videos make to the public.

    • @ardra1905
      @ardra1905 2 หลายเดือนก่อน

      @@Numeryst Of course. Just felt curious.

  • @rosenrotcoyohuehuetzin7802
    @rosenrotcoyohuehuetzin7802 2 หลายเดือนก่อน

    Helpful video. There´s a way I can convert a plot into an image and download it as PNG or JPG?

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      Yes, you can use "savefig" function.

  • @MojoProgramming
    @MojoProgramming 2 หลายเดือนก่อน

    I want to thank you for all your efforts! Your videos inspired me to try Julia language. Keep them coming!

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      Thank you!

  • @6PrettiestPics
    @6PrettiestPics 2 หลายเดือนก่อน

    Three minutes to cover the fundamentals. This format is great!

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      Thanks. I do my best to keep it as short as possible!

  • @crapht
    @crapht 2 หลายเดือนก่อน

    cool stuff - how do you edit your videos?

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      Thanks!

  • @MojoProgramming
    @MojoProgramming 2 หลายเดือนก่อน

    Underrated channel for real! Great video!

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      I appreciate that!

  • @Brahvim
    @Brahvim 2 หลายเดือนก่อน

    DBs are self-optimizing using indices and stuff. Data-oriented design includes that.

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      What are you referring to by DBs? And how does it relate to differentiable programming?

  • @6PrettiestPics
    @6PrettiestPics 2 หลายเดือนก่อน

    Would love to see how you approach this in Julia. It’d help to understand how best to leverage its capabilities.

    • @6PrettiestPics
      @6PrettiestPics 2 หลายเดือนก่อน

      Also the point of unit tests (I saw the poll and didn’t understand). Useful to understand the purpose of these types of algorithms.

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      I might do one for Julia in the future.

    • @Numeryst
      @Numeryst 2 หลายเดือนก่อน

      I have answered your question there.

    • @raast9835
      @raast9835 2 หลายเดือนก่อน

      ​@@6PrettiestPics one applocation is to sorted out the maximum across several dimmemsions. On loads calculations on industrial and aerospace we do that, so stress engineers take the worst conditions for size a structure

    • @6PrettiestPics
      @6PrettiestPics 2 หลายเดือนก่อน

      @@raast9835 I love this answer! Thank you!

  • @ardra1905
    @ardra1905 3 หลายเดือนก่อน

    You come up with the videos I need the most, right when I need them. You are a gem, comrade. Thank you for making these videos and continuing to make them.

    • @Numeryst
      @Numeryst 3 หลายเดือนก่อน

      Thank you! I appreciate your support 💙

    • @ardra1905
      @ardra1905 3 หลายเดือนก่อน

      @@Numeryst I hope you go places. Keep up the good work. I am also working on educational videos right now so I know the efforts it takes.

    • @Numeryst
      @Numeryst 3 หลายเดือนก่อน

      Thanks for your kind words! I really appreciate the support. Best of luck with your educational videos-it's great to connect with others who understand the hard work that goes into creating this type of content. Keep up the great work on your end as well!

    • @ardra1905
      @ardra1905 3 หลายเดือนก่อน

      @@Numeryst Thanks a lot. We have similar interests: PIML, Julia. General relativity?

    • @Numeryst
      @Numeryst 3 หลายเดือนก่อน

      Yes, indeed!

  • @belkacemF
    @belkacemF 3 หลายเดือนก่อน

    so can u tell me what knowledge should i have before learning this?

    • @Numeryst
      @Numeryst 3 หลายเดือนก่อน

      If you want to get started with differentiable programming, it's helpful to have a solid understanding of the following concepts: Basic Programming Knowledge, Calculus and (Numerical) Linear Algebra, and Machine Learning Basics. Differentiable programming is a separate field on its own. If you are curious about how programs are differentiated and want to know more about the automatic differentiation itself then you need some knowledge of how programming languages work (compiler knowledge).

    • @Roniboi
      @Roniboi หลายเดือนก่อน

      all of it