Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 802 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 802 Bytes

Pluralsight Topics

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
        • ...
      • ...
    • ...

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