Skip to content

Commit

Permalink
[create-pull-request] automated change (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Gus Pendleton <[email protected]>
  • Loading branch information
github-actions[bot] and gus-pendleton authored Aug 18, 2023
1 parent be8e9a2 commit b157f02
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/09_Adding_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ end
````

````output
Test.DefaultTestSet("Test arithmetic equalities", Any[], 1, false, false, true, 1.692283843203536e9, 1.692283843252886e9, false)
Test.DefaultTestSet("Test arithmetic equalities", Any[], 1, false, false, true, 1.692358515249315e9, 1.692358515298615e9, false)
````

With this Melissa can run her test using the pkg mode of the REPL:
Expand Down
67 changes: 67 additions & 0 deletions episodes/10_Wrapping_Up.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
title: "Wrapping Up and Moving Forward"
teaching: 5
exercises: 0
---

:::::: questions

## Questions

- "What have I accomplished in this tutorial?"
- "Where can I continue to learn Julia?"
- "Whoe else is using Julia in my field?"

::::::

:::::: objectives

## Objectives

- "Review the progress you have made"
- "Find other Julia resources to use in your own work"

::::::

## Congratulations! You have taken your first steps in the Julia language

Learning any new programming language can be intimidating, and the learning process is never over. However, finishing this workshop is worth celebrating! To review, you have learned:

- How to write and run Julia code
- How to install packages from Julia's repository
- How important Types are in Julia and how to handle them
- How to write if statements, for loops, and functions
- How to organize code into modules and make sure that code is robust to tests

We hope this is just the beginning of your journey in Julia. Below, we detail some ways you can stay connected with the Julia community, connect with other Julia-users in your field, and find resources for writing your own Julia code.

## The Julia Community

As you learn Julia, we encourage you to connect with other users, share questions, and stay involved. Here are a few places you can participate:

- [The JuliaLang Discourse forum](https://discourse.julialang.org/) is a great place to ask Julia-specific questions, read about new Julia packages, and stay up-to-date on community events

- [The Julia Slack](https://julialang.org/slack/) is very active, and people will often respond to questions within minutes
- Likewise you can connect via the [Julia Zulip](https://julialang.zulipchat.com) or [discord](https://discord.com/invite/C5h9D4j).
- It is a good idea to look out for channels called \#helpdesk or similar.

- [The official Julia Documentation](https://docs.julialang.org/en/v1/) is a more comprehensive overview of programming in Julia, and a good next step to continue learning

- [JuliaCon](https://juliacon.org/2023/) is an annual in-person conference of Julia users, but talks are also streamed online

You can also get Julia help on Stack Overflow, as with other coding languages.

## Domain-specific Julia Organizations

Julia users have also created domain-specific organizations, to better develop packages for specific fields. These can be a great place to go to learn more about the specific Julia packages available for your work. As just a sample:

- [JuliaActuary](https://juliaactuary.org/) for actuarial science
- [JuliaAstro](http://juliaastro.org/dev/index.html) for astronomy

Check warning on line 59 in episodes/10_Wrapping_Up.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[needs HTTPS]: [JuliaAstro](http://juliaastro.org/dev/index.html)
- [EcoJulia](https://ecojulia.org/) for ecological research
- [JuliaRobotics](https://juliarobotics.org/) for robotics control
- [BioJulia](https://biojulia.dev/) for biological and genetic research
- [JuliaGeo](https://juliageo.org/) for geospatial data
- [MLJ](https://juliapackages.com/p/mlj) for machine learning

And many more that you can explore [here!](https://julialang.org/community/organizations/)

0 comments on commit b157f02

Please sign in to comment.