Easy Ideas to Get Started Coding in Julia. Learn more by reading this article on medium. If you are new to Julia and un-sure of it's benefits, you might want to check out Why you should learn Julia, as a beginner / first-time programmer or Why You Should Invest in Julia Now, as a Data Scientist.
- Mad Libs ✍️ input-command-line, string-parsing
- Guess the Number Game 💯 while, random-numbers, if-else, input-command-line
- Computer Number Guesser 🤖 input-command-line, random-shuffle, for, if-else
- Rock 🗿, Paper 📃, Scissors ✂️ lists, input-command-line-base-prompt, sleep, if-else
- Password Generator 🎫 random-numbers, for, input-command-line, using-external-packages, sleep, lists
- Leap Year 📅 input-command-line, if-else, basic-arithmetic-operations
- Dice Rolling Simulator 🎲 while, input-command-line, random-numbers, if-else
- Countdown Timer ⏱️ input-command-line, while, if-else, sleep
- Calculator 🧮 input-command-line, while, if-else, basic-arithmetic-operations
- Prime Number Checker 🔢 if-else, for, basic-arithmetic-operations, input-command-line, while
- Chatbot 💻 input-command-line, struct, random-selection, while, if-else, string-parsing, string-interpolation, dictionary
Have a small Julia project you want to contribute? Open a PR with the code and add it to the list here. Let's help people learn Julia! A few things to keep in mind:
- Add comments to make the code clear for new users
- Make sure the code has consistent spacing
- Use lowercase file names and "_"'s between the words (snake casing)
- Add new examples to the list of problems in the README
- Try to add a new concept that the other programs don't cover
Thank you for contributing 🤗