📙
Learn Julia the Hard Way
  • README
  • Contributors
  • License
  • The Setup
    • Printing
    • Variables
    • Types
    • Collections
    • Strings
    • Control flow
    • Functions
    • Handling errors
    • I/O
    • Streams - TODO
    • Macros and metaprogramming - TODO
    • Unit testing - TODO
    • Writing good Julia
  • PART 2: Applied Julia
    • Quadratic solver - TODO
    • FizzBuzz - TODO
    • Bob - TODO
    • Levenshtein distance - TODO
    • Dice - TODO
    • Great Circle distances - TODO
    • Data frames - TODO
    • Plotting a time series - TODO - TODO
    • Consuming a RESTful API - TODO
    • Shell management from Julia - TODO
    • Moving average in a DataFrame - TODO
    • Naive Bayes classifier - TODO
    • Fun with nucleotide sequences - TODO
    • ? Save the Apollo astronauts ? (waiting for perm) - TODO
    • Twulia! - TODO
    • Longest Collatz sequence - TODO
Powered by GitBook
On this page
  • Contributions
  • License terms

Was this helpful?

License

This material is protected under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License. You may download it and share it with others, as long as you refer back to our CONTRIBUTORS.md file, but you can’t change it in any way or use it commercially.

Contributions

Furthermore, by contributing to this project, you grant the Author (Chris von Csefalvay) an irrevocable licence to all content you have contributed. Under this licence, the Author will be entitled to retain the profits of any use of the final document, including your contributions, as long as he provides a general attribution to you. As a contributor, please be aware that one day, the contents of this book may be published. By contributing, you waive any and all rights other than the right to be acknowledged as a contributor to the finished work.

License terms

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/4.0/.

PreviousContributorsNextThe Setup

Last updated 4 years ago

Was this helpful?