13th May 2021
Computer Science⚑
GNULinux⚑
(../computer_science/gnu_linux/postgresql.md)⚑
- New: PostgresSQL get column names.
Programming⚑
(../python_basics.md)⚑
-
New: Python time module.
Measure elapsed time between two points.
-
New: Python web regex editor.
Try your RegEx at (https://pythex.org/).
Other⚑
-
New: Python isinstance.
To check if an object is an instance of a class use (https://docs.python.org/2/library/functions.html#isinstance).