Starting With Julia!

Heya! I’m a bit new to Julia, so, i’ve been studying the language for a couple of days, i already know some of the syntax, i’ve learned various types of data structures and I’m going to learn algorithms by implementing them in Julia, but my goal, is learn how to make AI Assistants with Julia, so, i was asking:

What do i need to learn before i start learning how to make AI Assistants with Julia?

1 Like

Hi!
Welcome to the community.
Always great to hear when people try out julia.

Others will chime in, but my suggestion to start well with julia is to have a good workflow. Maybe you know it already but we have now a great resource:
https://modernjuliaworkflows.github.io/

It takes you from the very basics to quite advanced material.

Don’t hesitate to post here. Always best to ask specific questions. Here is another resource on how ask questions so people can help you better.
https://discourse.julialang.org/t/please-read-make-it-easier-to-help-you/14757?u=olivier_merchiers

Have fun

5 Likes

I really appreciate what you said Oliver. Thanks so much! :blush:

1 Like

Please read: Working with Julia projects | Julia programming notes

This is not about AI assistants, just about the basics.

1 Like

Tysm! :smile:

This is related to Data Science and Machine Learning (MLJ)

https://juliaai.github.io/DataScienceTutorials.jl/

2 Likes

Specifically on a Gen AI assistant for Julia see Fine-tuning an LLM for Julia, updates

and this list:

1 Like