Skip to content

Commit

Permalink
add study material credits to README #4
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 11, 2024
1 parent 5f583ae commit 94ce972
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ Click **View** under the message, and a new tab will appear with your deployed a

## Credits

The following resources were used to learn/double check general, atomic functionalities/syntax:

- [Copy list so it can be changed without affecting the original list](https://stackoverflow.com/a/25004389)
- [Remove item from list](https://www.w3schools.com/python/python_lists_remove.asp)
- [Docstring conventions](https://peps.python.org/pep-0257/)
- [Get combinations of items from a list](https://stackoverflow.com/a/16603347)
- [`itertools` package documentation](https://docs.python.org/3/library/itertools.html#itertools.combinations)
- [Add list items](https://www.w3schools.com/python/python_lists_add.asp)
- [Remove specified item from a list](https://www.w3schools.com/python/python_lists_remove.asp)
- [Docstring conventions](https://peps.python.org/pep-0257/)

0 comments on commit 94ce972

Please sign in to comment.