Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Nix and NixOS
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://search.nixos.org/packages
mkShell vs buildFHSUserEnv
See discussions in mkShell vs buildFHSUserEnv in Nix .
Python
See discussions in Set Up Nix for Python Development .
References
mkShell vs buildFHSUserEnv in Nix
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The following content is edited based the answer generated by Google AI Studio using the prompt "buildFHSUserEnv vs mkShell".
mkShell (and nix-shell, nix develop)
Purpose: The standard way to create a …
Set Up Nix for Python Development
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
References
Python Tips and Traps
Misc¶
https://docs.python-guide.org/writing/gotchas/
https://stackoverflow.com/questions/101268/hidden-features-of-python
- The
int
type in Python 3 is unbounded, which means that there is no limit on the range of integer numbers that anint
can represent. However, there are still various integer related limits in Python 3 due to the interpreter's word size (sys.maxsize
IDE for Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Visual Studio Code
-
The rust-analyzer extension seems to be a good option.
-
Rust extenstion (rust-lang.rust) is another posssible extension for Rust but does not work as well as rust-analyzer .