Skip to content

ahmetax/Practical-Mojo-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical-Mojo-Examples

Practical Mojo Examples Especially For Beginners

In this repository I will try to share some practical and tested mojo examples. My examples are written and tested on an Ubuntu machine. These examples are generally for the beginner level. Maybe in future I can also share some advanced examples.

I preferred pip installation of mojo. For the other installation methods please refer to https://docs.modular.com/mojo/manual/install page. My Python version is Python 3.12.

We will use the text files in gutenberg_org in some of our examples. These files are shared in https://gutenberg.org and selected randomly.

Cloning

mkdir github

cd github

git clone https://github.com/ahmetax/Practical-Mojo-Examples.git

cd Practical-Mojo-Examples

Installation

python3.12 -m venv e312

source e312/bin/activate

pip install mojo

Version check

mojo -v

About

Practical Mojo Examples Especially For Beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages