LeetCode Study Plan Top Interview 150 30 Days of Pandas Introduction to Pandas Development python3 -m venv venv source venv/bin/activate pip install -r requirements.txt pre-commit install Testing Run all test cases python -m unittest Run specific test case python -m unittest -v problems.tests.test_problem_<number>.TestCase