Steven WhitakerforGreat Lakes Consulting's Blogblog.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...Discuss·211 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...Discuss·4 likes·447 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...Discusspython vs julia
Justyn NisslyforGreat Lakes Consulting's Blogblog.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...Discuss·224 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...DiscussData 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 ...DiscussJulia
Divyansh Goyalhurtbadly.hashnode.dev·Aug 8, 2024Learnings from Google Summer of Code 2024(The Julia Programming language) Libraries and packages within the health and medicine domains have often intrigued me in some way or the other. The current state of the art, medical imaging frameworks such as "MONAI" (medical open network for AI), s...DiscussMedical Imaging
Jeff DixonforGreat Lakes Consulting's Blogblog.glcs.io·Aug 2, 2024Enhancing Healthcare Revenue Forecasting with DataFrames.jl and MemPool.jl: A Case StudyIntroduction The Great Lakes Consulting team collaborated with a major healthcare client to develop a Revenue Forecasting application using the Julia framework. This application allows in-memory processing of large healthcare claims datasets, enablin...Discuss·162 readsJulia in ProductionMemPool.jl
Matthijs Coxscientificcoder.com·Jul 16, 2024FeaturedJulia Type AnnotationsThe Julia language allows type annotation in multiple ways, with different behaviors, in order to improve performance and readability of the code. Types annotations always use the :: syntax, for example in function declarations such as f(variable::In...Discuss·13 likes·448 readsJulia
Divyansh Goyalhurtbadly.hashnode.dev·Jun 21, 2024Documenting MedEye3d.jl iterations under Google-Summer-of-Code-2024Mentor : Md, Phd Dr Jakub Mitura ( MedEye3d.jl Github Repository ) Dissection of the underlying components of MedEye3d.jl package for medical imaging visualizations : MedEye3d.jl is a part of the medical imaging subecosystem of packages under the jul...Discuss·55 readsvisaulization