Tiny Python learning workspace with a few example scripts.
Run the examples (uses the project's virtualenv Python if available):
/Users/adbalabs/python_learning/venv/bin/python data_structures.py
/Users/adbalabs/python_learning/venv/bin/python functions.py
/Users/adbalabs/python_learning/venv/bin/python syantax_practice.py
/Users/adbalabs/python_learning/venv/bin/python test.pyRun tests (pytest required):
/Users/adbalabs/python_learning/venv/bin/python -m pytest -qNotes:
- These files are learning artifacts. Prefer small, focused edits and preserve example outputs unless the owner requests refactors.
syantax_practice.pyfilename is spelled intentionally here; do not rename without confirmation.