Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarymist/learning-python
https://github.com/binarymist/learning-python
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/binarymist/learning-python
- Owner: binarymist
- Created: 2022-07-30T06:31:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T02:25:53.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:14:07.529Z (7 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Resources Within
* [The Hitchhiker’s Guide to Python](doc/TheHitchhikersGuideToPython/README.md)
- The top level sample and test directories are from the [samplemod](https://github.com/navdeep-G/samplemod) repository
* [Effective Python (2nd Edition)](https://effectivepython.com/)
- [sample-code](example-code/) which was cloned from [effectivepython](https://github.com/bslatkin/effectivepython) as a Git submodule. Details on Git submodules is [here](https://devconnected.com/how-to-add-and-update-git-submodules/)