I want to share with the community yet another guide to introduce programming in Julia… this one in Spanish:
https://hedero.webs.upv.es/julia-basico/
No fancy design; right now it is built with Documenter.jl because I’m lazy and the result is good enough to use it. Check the source in:
https://github.com/heliosdrm/guia-julialang
It mainly deals with very basic concepts of programming, passing over features that make Julia special like custom types or package development – although multiple dispatch is explained when dealing with functions. I hope that this is not too disappointing: such things are meant to be part of an “intermediate” guide that is not ready yet. On the other hand, it touches some points that I would not really call “basic”, as using Plots, debugging tools and a little bit about the VS Code extension, because they are the sort of thing that many people feel like toying around with from the outset, even before mastering other basic aspects.
¡Espero que lo disfruten!