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, #Perl & Python
are equal in quality & older.
I do wish #Rust had the #Python 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. <https://docs.python.org/3/tutorial/index.html>
I do wish Rust had the Python tutorial.
is The Book not exactly like that?
@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.