© 2023 Hashnode
#julia
Asides from the several built-in data types Julia offers like string, integer, etc., Julia gives a programmer the ability to create their own data type using a type called struct. This helps us organi…
Let it be said, based on the observations of this novice programmer, that the ultimate pursuit of mankind seems to be the achievement of maximum convenience, hence why I believe dynamically typed languages have taken over as much as they cu…
Write a quantum deep annealing sample program with Julia language source code (sorry for the Python reference (WRONG) - HashNode does not supply Julia embedding right now. But all of this is Julia code). using QuantumAnnealing # define the…
If you want your Julia project to work as an executable, it is now possible with the exe.jl package. Using this package, you can easily convert any Julia project into an executable file. NOTE: You wi…
MPI is the de-facto standard in the world of high-performance computing (HPC), and it can be a bit intimidating to learn at first. Julia is well-suited for HPC and it's quite easy to get up and running with MPI, thanks to the open source co…
I'd like to thank my mentors Connor Burns and Fons van der Plas, the organizations Pluto and Julia, and the program GSoC run by Google for providing me with this wonderful opportunity. Pre-requisite …
After reading this article, my goal is that you'll be able to: Get input data Convert between data types Perform element-wise operations using the "dot" operator Carry out numeric comparisons in juli…
For the part 2 of Basics of Julia & Numerical Computation, we are going to talk about: Data Types Comments Mathematical Operators Boolean Operators Updating Operators Data Types I personally categor…
Introduction Over the years, data scientists and researchers have sought a language that has an easy learning curve and is equally powerful. Computer scientists, therefore, have resorted to the more e…
Some of you may have seen one of my recent tweets that left a big question hanging in the air: Dude, what are you doing next?? I'm excited to announce today is my first official day working at RelationalAI! I've walked through a lot of the …