Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

khins/python-interview-questions

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.