We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fix: Unclosed code block
update subtitle of Python about Nim lib
update url of pylib, update its desc
Add more example of python-like Nim modules
Add pseudo prefixes and path-relative about import stmt
`assert` does nothing when `-d:danger` or `-a:off`, not `-d:release`
btreetables is in `pkg/fusion`, no longer `std/btreetables`
Add note about `fmt`/`&` can be said to be corresponding to `fr`/`f`
`strutils.normalize()` bahaves differently from `unicodedata.normalize("NFC", "Foo")`
Remove broken link `[pools](https://nim-lang.github.io/Nim/pools.html)`
update link for `bigints`'s issue #14696, add repo link
Update Nim column of `Standard Library Equivalents` (due to Nim from 1.x to 2.x)
Either `"""foo"""` or `r"""foo"""` is `Multi-line Raw string` in Nim.
Literal for Assigns -> literal for assignements
Add note about default value of function parameters
Py's F-string suppport slash escaping chars like `\n` since 3.12
Add note about `std/strutils` focused on ASCII only
Remove `std/` prefix for Python code
This segment is misinformed. Tables are not just sugar on arrays of tuples. Tables have hash access, arrays do not.
No one would use a ternary here. The `or` guard is much more common and "Pythonic"
Update
fix std/syncio link
Correct link about memory management
Remove Python's `std/` prefix when "import unittest"
Remove incorrect `std/` prefix in Python code-block
Replace `is_main_module` with `isMainModule`
looks like someone accidentally a word
Updated Nim for Python Programmers (markdown)
Fix cat ref object example.