Nina Channinacomputer.hashnode.dev·Jan 8, 2025Here’s why Julia is THE language in scientific programmingOne of the best things about working in quantum computing is being exposed to a whole new set of skills and tools. For those of us coming from the software engineering side, discovering the things our academic peers are using is an interesting experi...Julia
Jordan Valarie Barboza-Davisvalariedesigns.hashnode.dev·Jan 2, 2025Learning The Julia Programming Language Part 1This month, I'm breaking away from all things business psychology and Scrum methodology to discuss one of my favorite open-source coding languages: Julia. What is Julia?Released in 2012, Julia is a high-level, high-performance programming language pr...1 likeMachine Learning
Great Lakes Consultingblog.glcs.io·Dec 26, 2024Best Practices for Testing Your Julia PackagesThis post was written by Steven Whitaker. The Julia programming language is a high-level language that is known, at least in part, for its excellent package manager and outstanding composability. (See another blog post that illustrates this composab...1 like·163 readsDiving into JuliaJulia
Great Lakes Consultingblog.glcs.io·Nov 25, 2024How to Create a Julia Package from ScratchThis post was written by Steven Whitaker. The Julia programming language is a high-level language that is known, at least in part, for its excellent package manager and outstanding composability. (See another blog post that illustrates this composab...1 like·301 readsDiving into JuliaJulia
Steven Whitakerblog.glcs.io·Oct 10, 2024Julia 1.11: Top Features and Important UpdatesA new version of the Julia programming language was just released! Version 1.11 is now the latest stable version of Julia. This release is a minor release, meaning it includes language enhancements and bug fixes but should also be fully compatible wi...371 readsJulia ReleasesJulia
Matthijs Coxscientificcoder.com·Sep 18, 2024Straightforward Functional Programming Examples in JuliaFunctional programming has gained quite some popularity in recent years. Yet if you code with the Julia language you probably already used a lot of functional programming concepts without really thinking about it. In it's essence functional programmi...4 likes·623 readsJulia
Vijayendra Prasadvijaywrites.hashnode.dev·Aug 31, 2024Python vs Julia: The Ultimate Showdown for Data Science EnthusiastsData science is very popular now. Python and Julia are the most talked-about languages. If you're diving into data science, you might be wondering which one to pick. Let's explore the strengths and weaknesses of both languages. This will help you dec...python vs julia
Justyn Nisslyblog.glcs.io·Aug 14, 2024Maximizing Julia Development with VSCode ExtensionIn this article, we will review some of the features that the Julia extension offers! If you don't have Julia, VS Code, or the Julia extension already installed, look at this article to help you get set up! Running a Julia File Now that we have the e...270 readsDiving into JuliaJulia
jinesh vorayourtechexpert.hashnode.dev·Aug 12, 2024The Essential Programming Languages Every Data Scientist Should MasterTable of Contents Introduction: The Importance of Programming in Data Science Python Swiss Army Knife of Data Science R Language of Statistics and Data Visualization SQL Mastering Data Storage and Retrieval Java and Scala Enterprise-Level Data Scienc...Data Science
Kanza Syedknz.hashnode.dev·Aug 9, 2024Getting started with API Calls in JuliaThis program calls the get API which displays pokemon types w.r.t names using Julia This article demonstrates how to make an HTTP GET request to an API, parse the response body as JSON, and extract relevant information from the parsed JSON object in ...Julia