List down Important and helpful resources to learn mojo:)
Not my creation, but this is super helpful and is similar to the rust book if you’re familiar.
Hey @obsidian! Thanks for sharing this question and welcome to the forum! In addition to Mojo by Example, I’d also recommend checking out the Mojo docs.
This book is a goldmine for keeping it organised and easily searchable.
With official mojo docs you constantly have to switch between whatever the “getting started” page has for data types and traits, and mojo stdlibs / api.
Maybe, these 2 pages need a bit of cross-integration?
It’s a little old at this point, and I hope Arjan revisits the topic, but I enjoyed this video as a general introduction to Mojo from the perspective of a Python developer: https://www.youtube.com/watch?v=OJUorka-XLU
Relatable perspective
I would also recommend the @kapa.ai
bot in the official Discord (channel #mojo-bot-help
). It can be very helpful.
I wrote a basic intro to Mojo in 2023, that is good for those wanting to get a basic overview with some references as to why to consider it for your next programming language to learn (especially if you already know Python).
Enjoy!
Relevant update: we’ve just added a brand-new beginning tutorial today: Get started with Mojo.
If you try it out, let us know how it went!