13th May 2021
Computer Science⚑
GNULinux⚑
PostgreSQL⚑
- New: PostgresSQL get column names.
Programming⚑
Basics⚑
-
New: Python time module.
Measure elapsed time between two points.
-
New: Python web regex editor.
Try your RegEx at Pythex.
Other⚑
-
New: Python isinstance.
To check if an object is an instance of a class use
isinstance(object, class)
.