From Python to Rust. Part 1.
rebelScience [Research & Programming]
In this series, we start learning Rust by porting our Bioinformatics Python code to Rust. In part 1 we set things up and look at variables, if/else statements and while/for loops.
#Bioinformatics #Python #Rust
[=== Video Notes/Links ===] Rust Language: https://www.rust-lang.org/
Rust: Ownership and Borrowing https://dev.to/itnext/rust-ownership-and-borrowing-i2n
Recommended Rust programming books:
Rust Programming Language, The Paperback US: https://amzn.to/2Ak6sgY UK: https://amzn.to/2zuF4ND
Mastering Rust: Learn about memory safety, type system, concurrency, and the new features of Rust 2018 edition, 2nd Edition US: https://amzn.to/2zCSSFI UK: https://amzn.to/2TLd7Yt
VSCode Code Runner Rust build command: "code-runner.executorMap": { "rust": "if [ $(basename $dir) = 'examples' ]; then cargo run --example $fileNameWithoutExt; else cargo run; fi" }
Rust Matrix community: https://riot.im/app/#/room/!zXfJBqSUvXySmsZMtB:jki.re
GitLab Link: https://gitlab.com/RebelCoder/py_rust.git
[=== Community chat/communication ===] Website: https://rebelscience.club/ Telegram (Chat): https://t.me/biocodex Telegram (News): https://t.me/biocodex_news Matrix: biotechdna:matrix.org
Twitter: https://twitter.com/rebelCoderRU Mastodon: https://mastodon.social/@RebelCoder Medium: https://medium.com/@rebelCoderBio LBRY: https://lbry.tv/@rebelCoder:4
[=== Channel support ===] [PayPal] https://www.paypal.me/JurisL
[Patreon] https://www.patreon.com/user?u=26068002
All the ways to support my work: https://rebelscience.club/cryptocurrency-donations/
122935178 Bytes