What is Mojo? list some resources

List down Important and helpful resources to learn mojo:)

3 Likes

Not my creation, but this is super helpful and is similar to the rust book if you’re familiar.

5 Likes

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.

1 Like

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?

2 Likes

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

1 Like

I would also recommend the @kapa.ai bot in the official Discord (channel #mojo-bot-help). It can be very helpful.

2 Likes

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!

1 Like

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!

6 Likes