{"id":22669873,"url":"https://github.com/astrobarker/julia_intro","last_synced_at":"2025-03-29T11:15:34.469Z","repository":{"id":108616345,"uuid":"365069254","full_name":"AstroBarker/Julia_Intro","owner":"AstroBarker","description":"Some Julia basics and resources","archived":false,"fork":false,"pushed_at":"2021-06-24T18:27:41.000Z","size":1177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T10:56:41.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AstroBarker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-07T00:15:55.000Z","updated_at":"2021-06-24T18:27:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"dba0102c-17fa-45c8-b2a5-2318eab969ce","html_url":"https://github.com/AstroBarker/Julia_Intro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2FJulia_Intro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2FJulia_Intro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2FJulia_Intro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstroBarker%2FJulia_Intro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AstroBarker","download_url":"https://codeload.github.com/AstroBarker/Julia_Intro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174609,"owners_count":20735417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T15:41:53.132Z","updated_at":"2025-03-29T11:15:34.431Z","avatar_url":"https://github.com/AstroBarker.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intro to Julia\n\nThis repo has some basics I put together to introduce colleagues to the Julia programming language: [slides](julia_basics.pdf) and [notebook](julia_notebook.ipynb).\nThey are not meant to be comprehensive, focusing on overarching themes and introducing syntax for some common use cases.\nMore resources are listed in [resources.md](resources.md).\n\nIf you do not yet have Julia, [download it](https://julialang.org/downloads/).\nYou may want to alias the Julia executable `alias julia='/path/to/julia/bin/julia'`.\nOn my Mac, the path looks like this `alias julia='/Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia'` (more complciated than on linux systems).\nI'll assume this command is available to you.\nTo use this resource you don't need any dependencies already installed except `IJulia`.\nIf you do not yet have this, enter the julia REPL by typing `julia` at the command line.\nOnce there you may type `]` to enter the package manager mode followed by `add IJulia` or `using Pkg` following by `Pkg.add(\"IJulia)`.\n`exit()` to exit.\nAll other dependencies may be installed in the notebook.\n\nAlternatively, the script [setup.jl](setup.jl) can be ran with `julia setup.jl` and will install all the packages used here and set Julia to use your Python installation.\n\nWe will use:\n* [Plots](https://docs.juliaplots.org/latest/)\n* [BenchmarkTools](https://juliapackages.com/p/benchmarktools)\n* [PyCall](https://juliapackages.com/p/pycall)\n* [PyPlot](https://juliapackages.com/p/pyplot)\n* [DataFrames](https://juliapackages.com/p/dataframes)\n\nAlso useful is [HDF5.jl](https://juliapackages.com/p/hdf5) for easily reading and writing HDF5 files.\nI provide an example function using this in [HDF5_example.jl](HDF5_example.jl).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrobarker%2Fjulia_intro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrobarker%2Fjulia_intro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrobarker%2Fjulia_intro/lists"}