Skip to content

beenlanced/julia_presentation_intro2julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro2Julia - A Series of Julia Coded Notebooks Introducing the Julia Programming Language

Julia Programming

Project Description

Project folder housing numerous Julia coded examples, text files, and Jupyter notebooks showcasing the Julia programming language for a Machine Learning Meetup presetation, Learning Tuesday Talk, or general tech chat.

The notebooks are the perfect aid to help introduce those new to Julia about key Julia features and highlight Julia performance benefits.

Objective

I am a big fan and supporter of Julia. To better understand the programming language I put this project together to educate myself and to be able to present to others.

Tech Stack

Git GitHub Julia Jupyter Notebook Visual Studio Code

Getting Started

You will need to install Julia and IJulia to utilize the Jupyter notebooks in this repository. Then, clone the repository and you are ready to go.

Installation Steps

Install Julia

You will need at least Julia version 0.6.2

  1. juliaup

A recommended way to install Julia is to install juliaup which is a small, self-contained binary that will automatically install the latest stable Julia binary and help keep it up to date. It also supports installing and using different versions of Julia simultaneously.

Install juliaup by running this in your terminal:

curl -fsSL https://install.julialang.org | sh

This will install the latest stable version of Julia, which can be launched from a command-line by typing julia as well as the juliaup tool. To install different Julia versions see juliaup --help.

  1. Downloads If you want to manually download and install specific Julia versions, see the Downloads page.

Install IJulia to Use Jupyter Notebooks

Install IJulia using instructions here

Review the Notebooks

Each notebook is a hodgepode of different topics illustrating Julia functionality and performance.

Final Words

Thanks for visiting.

Give the project a star (⭐) if you liked it or if it was helpful to you!

You've beenlanced! 😉

Acknowledgements

I would like to extend my gratitude to all the individuals and organizations who helped in the development and success of this project. Your support, whether through contributions, inspiration, or encouragement, have been invaluable. Thank you.

Specifically, I would like to acknowledge:

  • The folks at Julialang.org for their installation instructions and up-to-date information on the happenings with Julia.

  • Hema Kalyan Murapaka and Benito Martin for sharing their README.md templates upon which I have derived my README.md.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

An introductory guide to the Julia Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors