Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
- rustimport is a Python library which allows you to import Rust source files directly from Python! It is similar to rustdef @ GitHub but targeting use cases in Python code instead of in Jupyter/Lab notebooks.
Use Python with Google Spreadsheet
Tips on Backend Development
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
API
Java Backend Frameworks
spring-framework
spring-framework Spring provides everything required beyond the Java programming language for creating enterprise applications for a wide range of scenarios and …
SQL Database Client-server Protocols
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Apache Arrow Flight is the future protocol for querying Databases! It use columnar data and leverages Apache Arrow to avoid unnecessary copy of data, which makes it able to query large …
No BLAS or LAPACK Found When Installing Scipy
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
To build Scipy from sources, BLAS & LAPACK libraries need to be installed. See site.cfg.example in the Scipy source directory and
sudo apt-get install gfortran libopenblas-dev liblapack-dev
The dependency requires …
Cast Types of Columns in Pandas
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!