Comments¶
Be careful that some functions return bytecode instead of string in Python 3.
bytecodehas similar APIs tostr. Most string functions can be applied to bytecode as well.
String to Bytecode¶
Format Java Code
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Google Java Format is a good formatter for Java code. It can be used with Gradle or as an IntelliJ plugin. The article Integrate Google Java Style Guide in a Java …
Generator in Python
Axis Range of Plots in HoloViews
Install Kotlin
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Ubuntu
Unfortunately, there is no apt-get installation (even no Ubuntu PPA) for Kotlin at this time. There are basically 3 options to install Kotlin on Ubuntu.
- Install manually.
- Use snap app …