首页 > 编程语言 > 详细

BA13-1-pythonReferences

时间:2020-11-14 00:38:55      阅读:25      评论:0      收藏:0      [点我收藏+]

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

BA13-1-pythonReferences

原文:https://www.cnblogs.com/PRCdefender/p/13972026.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!