Zacks Blog

Subtitle

Total Words Count of All Posts: 795,406

  • Counted by Linux Shell Command: wc -w *.md
Read more »

Intro

If you are looking for roles like DA, BA, FA, MA, or BIE with entry-level SQL requirements, you need to complete all the Basic and Intermediate problems listed below.

If you are looking for roles like DS, DE, MLE, or Backend SDE with advanced-level SQL requirements, you need to complete all the problems listed below.

Read more »

Pipenv Intro

Pipenv is a great Python Dev workflow for humans. It was designed for replacing Pip, venv, and virtualenv. By using Pipenv, you have the easiest way to manage your Python environments, including package version control, minimum project size, dev & prod env isolation, migration, and teamwork.

Read more »

TL;DR

If your work is related to SQL & databases, you may be frustrated with troubleshooting your SQL code or SQL practice since:

  • Terminal does not have a beautiful UI & is hard to manipulate your code
  • IDE such as MySQLWorkbench does not support multiple outputs
Read more »
0%