https://github.com/ianbrayoni/miscpy
Simple scripts implementing various computing and python constructs
https://github.com/ianbrayoni/miscpy
oop python3 scripts
Last synced: 11 days ago
JSON representation
Simple scripts implementing various computing and python constructs
- Host: GitHub
- URL: https://github.com/ianbrayoni/miscpy
- Owner: ianbrayoni
- License: gpl-3.0
- Created: 2017-02-28T18:52:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T09:54:26.000Z (over 8 years ago)
- Last Synced: 2025-03-01T08:46:18.514Z (over 1 year ago)
- Topics: oop, python3, scripts
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miscpy
Practice scripts implementing various _Python constructs_.
To name but a few:
1. _Encapsulation_
2. _Inheritance_
3. _Polymorphism_
4. _Abstract Base Classes_
5. _Extending, Providing, Overriding/Overloading_
6. _Composition_
Check individual directories to understand what each script does.