Often you may need to add directory to python path. Here is how to permanently add directory to python path.
Author: Sreeram Sreenivasan
How to Install Python Package with .WHL file
How to Convert JSON to Pandas DataFrame
How to Write List to File in Python
How to Fix Invalid Use of Group Function Error
How to Insert Current Date Time in PostgreSQL
How to Uninstall MySQL Completely in Ubuntu
Often database administrators need to uninstall MySQL completely in Ubuntu. Here are the steps to completely remove MySQL in Linux.
How to View MySQL Query Locking Table
Sometimes you may need to view MySQL query locking table. Here is how to view query that is locking MySQL tables.
How to Group By Date on Datetime Column in MySQL
How to Select By String Length in MySQL
Sometimes you may need to select by string length in MySQL. Here are the steps to select by character length.