Skip to content

Commit

Permalink
add credits to README #4
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 14, 2024
1 parent e0a7c76 commit 1df3717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,5 @@ The following resources were used to learn/double check general, atomic function
- [clear the terminal](https://www.geeksforgeeks.org/clear-screen-python/)
- [naming conventions](https://peps.python.org/pep-0008/)
- [naming global vs. local variables](https://stackoverflow.com/questions/69193413/why-does-the-python-style-guide-suggest-the-same-style-for-both-global-and-local)
- [conventions for putting modules into separate files](https://stackoverflow.com/questions/2864366/are-classes-in-python-in-different-files)
- [classes of the same module can be grouped in the same file](https://softwareengineering.stackexchange.com/a/306492)

0 comments on commit 1df3717

Please sign in to comment.