RUST AND PYTHON: CODING FOR BEGINNERS: LEARN PROGRAMMING BASICS QUICKLY
by TAMSEL JP(Author)
ASIN: B0B4B4D5JK
Language 语言: English
File size: 1810 KB
Print Length 页数: 123 pages
Book Description
By finelybook
This book is to learn Rust and Python coding quickly. It is only for absolute beginners. This book is useful for College exams and Interviews.
Table of Contents
INTRODUCTION
Installation
First Rust – program
‘If’ – statement
“if-else”
Using – “if in a let” – statement
Loops – RUST
While loop in Rust
For loop in Rust
Rust Ownership
Slice In Rust
Rust – References and Borrowing
Update Syntax
Method Syntax
Rust Enum
Match Operator in Rust
Introduction – PYTHON
Features – python
Install – pip
Executing – first program
Comments in Python
Block Comments in Python
Create multiline comments
Python Keywords
Python built-in keywords
Python Numeric Types
Variables and Data Types
Determine a Python variable’s type
Python Identity Operators
Python Arithmetic Operators
Membership Operators in Python
Behavior of increment operators
Logical and Bitwise NOT Operators
Logical Operators – on String
Python – if else Conditional Operator