Tag Archives: Julia

5 Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia

By: Logan Kilpatrick

Re-posted from: https://towardsdatascience.com/5-julia-projects-for-beginners-easy-ideas-to-get-started-coding-in-julia-938b823a0a08?source=rss-2c8aac9051d3------2

Learn Julia by building Madlibs, Guess the Number Game, Computer Number Guesser, Rock Paper Scissors, and a password generator.

Multi-columns, shortcut strings and subset transformations in DataFrameMacros.jl v0.2

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-12-28-new-features-dataframemacros/

DataFrameMacros.jl is a Julia package that makes it easier to manipulate DataFrames, by rewriting code into source-function-sink expressions that conform to DataFrames.jl’s more verbose mini-language. In version v0.2 (and v0.2.1) I have added a couple new features that are powerful, but not immediately obvious. This post takes a closer look at the new functionality.