This is a master repo containing practice codes and files created while learning various topics on PluralSight.
The repo structure would be:
- pluralsight-topics
- topic-01 (as a git submodule)
- course-01 (as a git submodule)
- course-02 (as a git submodule)
- practice files and directories for course-02
- ...
- ...
- topic-02 (as a git submodule)
- course-01 (as a git submodule)
- course-02 (as a git submodule)
- practice files and directories for course-02
- ...
- ...
- ...
- topic-01 (as a git submodule)
Each topic... shall be a separate git repo added as a submodule to this repo. Similarly, each course... shall also be a git repo added as a submodule to corresponding topic.
Python Interpreter: >= Python 3.9