Show HN: My son's first GitHub repo
I have finally convinced my son to take a step forward to publish something in public domain. As he is learning Python these days, he made a scraper to download Cambridge past papers (GCSE / IGCSE).
If you like it, encourage the kid by pressing the Star button :)
https://github.com/UsamaKashif/CambridgePastPapersDownloader
6 comments
[ 2.9 ms ] story [ 21.0 ms ] threadHaha, kidding. Great question! I'm also curious.
It's great to have motivated parents who are in the industry. And resources these days are just incredible: https://read.macmillan.com/mcpg/code-this-game/
I'd humbly suggest not teaching him to not use internet points as motivation.
And if you want to make his life easier show him how to use xpath with lxml. It's way easier to use than what he did. Just press ctrl-f in the 'elements' developer tools and you can test the path interactively