Magnolia's Blog

持续成长


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

编写高质量代码:Python中的内部机制(下)

Posted on 2019-10-20 | In 技术 , Python
除了掌握Python本身的语法以及使用外,对其内部机制的探索可以更深入理解和掌握语言本身蕴含的思想和理念。
Read more »

编写高质量代码:Python中的内部机制(上)

Posted on 2019-10-20 | In 技术 , Python
除了掌握Python本身的语法以及使用外,对其内部机制的探索可以更深入理解和掌握语言本身蕴含的思想和理念。
Read more »

编写高质量代码:Python中的常见库

Posted on 2019-10-06 | In 技术 , Python
除了掌握Python本身的语法以及使用外,使用常见库可以提高效率、不必重复造轮子
Read more »

编写高质量代码:Python中的常见语法

Posted on 2019-09-29 | In 技术 , Python
Rome was not built in one day, coding will not advance vigorously with one effort. 有节制地使用from… import语句 尽量优先使用import a形式,如访问B需要使用a.B的形式 有节制的使用from a i ...
Read more »

编写高质量代码:Python中的惯用法

Posted on 2019-09-22 | In 技术 , Python
Rome was not built in one day, coding will not advance vigorously with one effort. 编程语言都有其惯用法,了解掌握这些用法有助于帮助写出更加专业和精简的程序。 利用Assert发现问题assert 主要是为调试使用,方 ...
Read more »

编写高质量代码:Pythonic

Posted on 2019-09-21 | In 技术 , Python
Pythonic 的代码是什么样的?多一些规范,适当必要的注释,优化优雅的代码布局
Read more »

自动化测试脚本编写小结

Posted on 2019-09-14 | In 技术 , 工作小结
1. 注释 业务代码必须要写好注释。变量的命名也需要考虑规范,尽量和业务名相关,这样也算是一种注释,让人看得清楚。 纯逻辑代码注明该块代码的作用是什么,入参、返回值的注释。一头(入参)、一尾(返回值)、一大概(功能),让他人拿到就能用,不用想怎么实现的,应用为先。 2. 代码抽取、封装 使用两次及 ...
Read more »

Python的特殊方法

Posted on 2019-08-22 | In 技术 , Python
特殊方法,实现了我们常用的功能。
Read more »

Python偏函数结合类装饰器

Posted on 2019-08-18 | In 技术 , Python
对一个案例的分析
Read more »

Python中的继承

Posted on 2019-08-18 | In 技术 , Python
继承、多态、多继承
Read more »
1…8910…12
Magnolia

Magnolia

Python/测试开发

120 posts
24 categories
37 tags
CSDN Gitee GitHub E-Mail
© 2025 Magnolia
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4
0%