Continuing my discussion on animations in #julialang, I use the example on the Plots.jl website and integrate it with the @SciML_Org's Differential Equations. DEs can have some pretty designs, and adding an animation can give it that "wow" factor! https://t.co/fuQXkqDBYO
#Coding
Today I go into using the Debugger package for #julialang. While print lines are great for a lot of our #coding needs, sometimes we need something beefier to address our mistakes in #programming. 👀-- https://t.co/e7iKnL6k5H
I finish up the MPI example this week with BCAST and REDUCE in #Fortran. These are two other good functions that help with processes to interact with each other when #parallelcomputing. #programming -- https://t.co/4GEisnLzWM
I continue the discussion on MPI this week! This time in #Fortran I go into the SEND and RECV functions for #parallelcomputing. These functions help with sending information across multiple processes, so they can perform the correct operations. -- https://t.co/K5jsNgZij7
This week I go into using MPI for #Fortran! If you're working with big data, #ParallelComputing will help in your development and in learning #HPC. While I did cover this in terms of Fortran, the process is fairly similar for #cpp in #programming. -- https://t.co/0yz9DJHobH
Sometimes we want an application without the burden of designing a #GUI for it. This is where a #progamming a Command Line Interface comes in #CLI! I go into how to add flags and options in your #julialang scripts. -- https://t.co/NW5zEUFVA6 #coding#Linux
In today's video I go back to #julialang and cover how to call #Python code in your #programming scripts! Julia is great, but sometimes you need from other languages. Having access to those extra tools can be a great addition to your #coding scripts! -- https://t.co/0Ep2ccsiun
Today I got into #programing types and classes in #fortran! Object Oriented Programing #OOP is always a nice skill to have especially since it's such a fundamental tool used in modern #coding -- https://t.co/oomCUUwJeE
I continue the topic of Multiple Dispatch for #julialang, but also go into how to extend Unitful.jl. Still one of my favorite libraries for how simple it is! https://t.co/R1AF0LIMfJ via @YouTube#programming#coding#codingisfun#edtech
And this week I start going into multiple dispatch for #julialang. Inspired by @StefanKarpinski's talk on it at @JuliaConOrg (which is really good btw, y'all should watch it), I hit on some of the lighter subjects of it to help your #coding! https://t.co/wKkrzJhJvk
@nithin_eco Hello! I actually have a fairly in-depth series covering Julia. (: This is just the crash course if you're trying to get started quickly, but my channel also goes deeper into specific topics of Julia if you're looking for something. 😊 https://t.co/nwlrUm7TBX
An informative discussion on the #Fortran world. I cover Fortran because of the barrier to entry. My PI codes in F77. I learned in F90, and later learned Modern Fortran. All this can confuse a new user, but all the new projects can benefit the community (My fav being FPM 🙌). 😎
Today I went into making animations in #julialang! I touched on macros and created some simple animations like the one below. ALSO, this #animation is based off the DIYrotate program by @DIYnamicsTeam. Do check them out! https://t.co/V0vkBPl1Xd
#programming#physics#geophysics
@SwampThingPaul VS Code is nice and accessible across all different machines, and with all the plugins, you can design it to be your own editor. Vim/Emacs are the classic editors, but are a tougher learning curve. I tend to use VS Code and Emacs across my platforms. (:
@SwampThingPaul Hi! I recently covered some Fortran topics, and did a small crash course on getting into the modern Fortran standard. It did fairly well for my channel, and I will be continuing into other topics, since some of my community has asked. Check out my profile for my info!
Very excited to cover this project for the #Fortran community! #Programming a Makefile can be cumbersome, and the FPM is a new project at @fortranlang that streamlines the process and does so much more. Do check it out!
https://t.co/dNtKfNvdDP