https://github.com/binarymist/learning-python
https://github.com/binarymist/learning-python
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/binarymist/learning-python
- Owner: binarymist
- Created: 2022-07-30T06:31:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T02:25:53.000Z (about 3 years ago)
- Last Synced: 2025-01-20T22:12:31.374Z (about 1 year 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/)