Recommendations of what to do after the certificate

Hi, I am getting really far into my python course, but I am curious if there would be any point of me doing the python videos on the FreeCodeCamp youtube channel too? Like maybe I could try to use this to refine any learning I may of not understood the best, but I am unsure if there is a point, as I would really like to improve on my clairty when writting code.

Addtionally, I have seen some people do stuff on GitHub of helping other people with projects on Cvs? Whats peoples thoughts on this and if it is even useful? I would just like to make a small plan when I am done with some of the courses here.

after the python course you could choose to learn additional libraries, and create your own projects

there are many many different libraries that you could add to your python project that go from data analysis (numpy, pandas), to UI for video games, or even web dev frameworks

in short build projects, and contribute to existing open source projects