Showing posts with label anaconda. Show all posts
Showing posts with label anaconda. Show all posts

Wednesday, May 4, 2022

Rust bare metal programming

If you are a Rust enthusiast and looking for something to read and try. I would recommend https://os.phil-opp.com/minimal-rust-kernel 

The blogs explains how to build OS in rust.

You can have a start over and build OS if you missed to build it in your college days . Blog starts from OS bigbang with a compiler story telling way. A basic understanding of Rust would be a prerequisite , but the blog explains the builing steps in Rust compiler driven programming method. So it would be good learning experience in embedded Rust programming .

Sunday, September 17, 2017

Python + Anaconda+tensorflow in Linux

I would say that the best way to learn datascience and machine learning is through installing Anaconda in your linux system.

You can set up your tensorflow very easily .It is very easy to setup anaconda environment through command line.