Skip to content

adbadev1/PYTHON_LEARNING

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_learning

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.py

Run tests (pytest required):

/Users/adbalabs/python_learning/venv/bin/python -m pytest -q

Notes:

  • These files are learning artifacts. Prefer small, focused edits and preserve example outputs unless the owner requests refactors.
  • syantax_practice.py filename is spelled intentionally here; do not rename without confirmation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages