I worked on parser for my future uni's system - it will allow me to see the easiest and hardest subjects for every year (even though years and on other faculties too): github.com/Nereg/ais_parse
It uses aiohttp and asyncio, so I am able to speed it up later, by parallelizing the requests to the uni's systems
github.com/Faustynn/TG_bot/commit/dc381df93aba4e2066838e090bdfa989cc379f13 taught my friend a few python + git things!
1. He accepted a pull request on github. Will also help him merge the changes with his own, because he made quite a lot of progress on his own
2. Set him up and explained how logging in python works. Now it writes log into the console and into some files
3. Also told him about requirements.txt because he didn't use it.