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
4nd_Implement the detailed function chunks denoted by the seperated notes
5nd_Congragation
6nd_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
https://docs.python.org/3/tutorial/index.html
原文:https://www.cnblogs.com/PRCdefender/p/13972026.html