Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Interview Questions (100)

This repo contains 100 Python interview questions with:

  • Problem statements
  • My implementations
  • Optimized solutions
  • Tests
  • Notes

Structure

  • questions/ → practice
  • solutions/ → reference answers
  • tests/ → validation
  • notes/ → learning insights

Running tests

Run tests from the project root:

venv/bin/pytest -q

If your virtual environment is already activated, this also works:

pytest -q

To run a subset of tests, use -k:

venv/bin/pytest -k palindrome

If you are inside the questions/ folder, either go back to the project root first:

cd ..
venv/bin/pytest -q

or run pytest with the parent-relative path:

../venv/bin/pytest -q

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages