+ 2
What is a simple and easy way to learn ruby? :)
Not much detail, but if anyone answers thanks :)
14 Answers
+ 6
Kiwi
This thread contains a lot of resources for ruby learners
https://www.sololearn.com/Discuss/608062/?ref=app
+ 5
âI hear and I forget.
I see and I remember.
I do and I understand.â
â Confucius
/He said this for ruby learners.../
+ 4
by practicing it!
PS: I don't really like JetBrains IDEs, but they now offer their RubyMine IDE for free for non-commercial use.
their IDEs are good and "smart", but heavyweight.... it can be hard to start learning in that, but helps you....
+ 2
I don't know đ
+ 2
don't overthink it.
lots of learning resources out there.
don't look for the best.
try them all and decide what works for you.
+ 2
Ruby is actually one of the most beginner-friendly languages because of its clean and natural syntax.
1) Install Ruby (from https://www.ruby-lang.org) or use an online playground like https://replit.com/
2) Learn the fundamentals first: variables, strings and numbers, arrays and hashes, conditionals (if, else, elsif), loops (for, while, .each), methods (functions)
3) Donât just read tutorials. Pick a mini project: Simple blog (with Sinatra or Rails later), Command line note-taking app, File renamer script
4) Use the community resources:
- Ruby Monk (interactive free Ruby learning) https://rubymonk.com/
- Official Ruby docs (very beginner-friendly): https://ruby-doc.org
Good luck!
+ 2
Yono, unfortunately, SoloLearn no longer offers Ruby courses.
But, if you sre interested, you can get concrete knowledge from several external resources such as:
https://www.learnrubyonline.org/
https://www.rubyguides.com/ruby-tutorial/
https://www.geeksforgeeks.org/ruby/ruby-tutorial/
https://www.geeksforgeeks.org/ruby/ruby-tutorial/
https://www.ruby-lang.org/en/documentation/quickstart/
I hope this helps. Keep coding.
Thank you.
+ 2
You are most welcome, Yono. It is my pleasure.
+ 1
Thanks
+ 1
Dn Rashid, could you kindly elaborate on your question?
Also, you might want to create a seperate thread so that people can answer and access it more easily.
+ 1
Hi Rashid! You can go to the market with him to buy groceries and check the prices by multiplying the weight of the product by the price! With the calculator, you will always know the exact price. Or try to sell this software product to a company that needs it!
0
I donât see any ruby courses in the courses available how to learn it on this application
0
Thanks đ
0
Thanks guys! đ
Appreciate it :)