Ben Chuanlong Du's Blog

It is never too late to learn.

Visual Studio Code for Java Development

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Java Development in Visual Studio Code

https://code.visualstudio.com/docs/languages/java

https://www.youtube.com/watch?v=RJIfsSmU9zk

https://iseif.dev/2019/06/05/vscode-as-java-ide/

https://github.com/redhat-developer …

Write Unit Tests Using PyTest in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Run pytest in the root directory of your project to run all test suites. You can run test cases in a specific test file (e.g., test_file.py) using the command …

Data Types in Different Programming Languages

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Data Type C C++ Rust Java Python numpy pyarrow Spark SQL SQL
8 bit integer short (16-bit) int8_t i8 short (16-bit) int (arbitrary precision) int8 TinyInt …

Python for Tablet

https://stackoverflow.com/questions/54003194/how-can-i-access-tablet-pen-data-via-python

https://kivy.org/#home

Tips on Python-Language-Server

pip3 install python-language-server[all]

References

https://github.com/palantir/python-language-server

https://github.com/tomv564/pyls-mypy

https://github.com/paradoxxxzero/pyls-isort

https://github.com/rupert/pyls-black