BA13-1-pythonReferences

时间:2020-11-14 00:38:55   收藏:0   阅读:25

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!