ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

Rust's standard library docs are so fantastic. To me they're the gold standard of standard library documentation, and I wish every language had something on that level.

☮ ♥🧑‍💻

@brainblasted agree with Rust, 🧅& Python🐍 are equal in quality & older.

I do wish had the tutorial.

Up to date and covers the basics with the latest version. This point is so important, have correct usable documentation at each release. No half completed information allowed. 🐍<docs.python.org/3/tutorial/ind>

Python documentationThe Python TutorialPython is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax an...

@brainblasted @laund no I’ve got the NoStarch release, it’s good but the Py tutorial covers the basics succinctly. Rust you have to go beyond basics to write code.

A reminder to myself, Rust has quite a few different ideas for example Strings and lifetimes. Python takes a much simpler approach so maybe thats why the Py docs appear clearer. I’ll have to take another look.