Site Resources | Content |
---|---|
Python Repositories | Index of all the Python code repositories |
Python Models | Summary of features with screenshots and examples - pdf |
Python Story Index at upper right on this page. |
Python ebook in 7 chapters first chapter in Python Story |
Python Bites Index at upper right on this page. |
Dozens of Code Bites about Python first Python Bite <-- good place to go after this page |
Python Glossary | Definitions of common terms |
Python FlashCards | Basic types and data structures |
Bits of Code | Compares small C++, Python, C#, Python, and JavaScript codes |
Python Playground | online compiler |
Code Examples | Content |
Python Repositories | Index into Python Repositories |
Python Code examples | List of PythonBites code examples, PythonPlayground code examples, Python Basic Demos Repository |
online code execution | RustPlayground, tutorialspoint |
Other Resources | Content |
Rust Guide | Definition and examples of Rust collections, iterators, and concurrency constructs. |
Tooling | Using Visual Studio Code to create and build Python code |
Python home site | Download and install, learn Rust |
Rust user's forum | Create an account and you can log-in, read, and post messages and questions. |
The Rust Reference | Semi-formal, but surprisingly readable, reference for Rust |
Rust API Guidelines | Guidelines for crafting Rust code, from the source |
Other intermediate and advanced resources | |
How to learn modern Rust | A collection of links to explorations of intermediate and advanced language materials |
idiomatic rust resources | Annotated links to articles and examples of community accepted styles and patterns for rust code. |