democritus-project / democritus-project/d8s-python
Update the "python_file_names" function to use pathlib globing
Open
enhancement
good first issue
help wanted
time est: 0.1 hour
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
HELP WANTED 👋 : If you'd like to take this challenge on, please let me know! Even if you're new to Python and/or Github, this is a great place to start and I'd be happy to help walk you through this challenge as much as you need - don't hesitate to ask.
This particular issue will give you some exposure to update a function to use the [Pathlib](https://docs.python.org/3/library/pathlib.html) library.
---
We should update the `python_data.python_file_names` function to use the [Path.glob](https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob) function.
Contributor guide
Assessment
This issue has not been assessed yet.