In the process of programming we can aply the outline or we say the draft as a auxilliary to finish a comprehensive project.
As is shown from a certain course I've just finished.
A wise path of lauching a project is as below:
1st_Disolve the ultimate goal into serveral procedural functions
2nd_Note the functions about their function
3rd_Implement the functions with detailed notes right below the function name
4th_Implement the detailed function chunks denoted by the seperated notes
5th_Congragation
6th_Run and debug recurcively
WE CAN CALL THIS STRATEGY A RECURSCIVE PROGRAMMING!PRETTY HIGH EFFICIENT ! ! !
Other references for py
BS4
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
py3