freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
313 stars 105 forks source link

feat: add vector space prototype #371

Closed Dario-DC closed 5 months ago

Dario-DC commented 7 months ago

Checklist:

A possible project to add to the Python curriculum.

zairahira commented 7 months ago

The project is looking great 👍️

Dario-DC commented 7 months ago

I've just refactored the code to include inheritance. Not sure if it's a good idea but in this way we can use this project to introduce inheritance and teach abstract base classes in the following project (equation solver project, which I'm working on)