Done with a new app!
This one is a small app that searches for some text you want, through a folder full of files.
I learnt
- about try / except blocks. this was necessary to catch non text files.
- learnt about recursive programming. I understand it in principle now. I need more practice.
- learnt about generators. This too, I get in principle, but need lots more practice.
Code’s here on Gitlab and on Github.