check_urls, hello_world and other stuff.
https://stackoverflow.com/a/71657414
pip install .
pylint $(git ls-files '*.py')
pytest tests --junitxml=junit/test-results.xml --html=junit/test-results.html
python -m build
This script checks URLs defined in a JSON file. For each URL, it verifies if the response contains a specific string and prints the result using emojis to indicate success or failure.
scripts/check_urls.py data/urls.json
lambda function within filter to select fruits starting with "A" from a list
scripts/filter_lambda.py
simple hello world
scripts/hello_world.py