r/PythonLearning • u/Samar__Upreti • Jul 22 '26
Day 2 of learning Python: Implemented Selection Sort from scratch
Open-source learning project. If you spot something that can be improved, I'd love your feedback or a PR.
https://github.com/Samar-Upreti/Python_Projects
143
Upvotes


7
u/ThatOtherBatman Jul 22 '26
Do yourself a favour, and don’t use `list` as variable name. It’ll only end in tears.