Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Cloud IDE
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Google Firebase Studio (Formally Known as Project IDX)
See Tips on Google Firebase Studio .
Code Server
Makepad
GitPod
GitPod (based on theia) is a web IDE for repositories on GitHub.
CodeSandbox …
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 SQL
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Jupyter / JupyterLab
I personally prefer to query databases using a Jupyter/lab notebook. The reason is that results of queries are persisted in the notebook for future reference and sharing.
dbeaver …
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 .
RustRover …
Develop a GUI Application in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
tauri
Please refer to tauri for more discussions.
dioxus
Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
rinf
Rinf is a production-ready framework for …