zoukankan      html  css  js  c++  java
  • 日常英语---200720(numpy怎么读)

    日常英语---200720(numpy怎么读)

    一、总结

    一句话总结:

    number+python

    1、pandas怎么读?

    英[ˈpændəz]

    2、市场潜能?

    Potential 英 /pəˈtenʃl/  adj. 潜在的,可能的;势的 n. 潜能,可能性;电势

    3、python的xlwings库:Set this property to False to suppress prompts and alert messages?

    display_alerts:The default value is True. Set this property to False to suppress prompts and alert messages while code is running; when a message requires a response, Excel chooses the default response.

    默认值是true。 将此属性设置为False可在代码运行时禁止显示提示和警报消息; 当消息需要响应时,Excel选择默认响应。

    suppress:英 /səˈpres/:vt. 抑制;镇压;废止
    prompt:英 /prɒmpt/ :n,v. 提示

    4、python的xlwings库:Turn screen updating off to speed up your script.?

    Turn screen updating off to speed up your script. You won’t be able to see what the script is doing, but it will run faster. Remember to set the screen_updating property back to True when your script ends.

    Turn screen updating off:关闭
    speed up:加速

    5、准备工作:preparatory work?

    preparatory:英 /prɪˈpærətri/:adj. 预备的 n. 预科;预备学校

    6、numpy的n维array的shape属性?

    shape就是形状的意思

    7、numpy中的矩阵转置transpose?

    transpose:英 /trænˈspəʊz/:vt. 调换 n. 转置阵

    8、画图库matplotlib?

    plot:英 /plɒt/ :n. 情节;图表;阴谋

    二、内容在总结中

    博客对应课程的视频位置:

     
  • 相关阅读:
    true和false
    计算几何算法概览
    pixi.js 总结
    typescript 不用import?
    nodejs 新特性
    p2 碰撞
    Java学习笔记(十四)——Java静态工厂
    Java学习笔记(十三一)——Xml 常用知识总结
    读书笔记(二) ——《恶意》你善良吗?
    Spring学习(二)——Spring中的AOP的初步理解
  • 原文地址:https://www.cnblogs.com/Renyi-Fan/p/13349551.html
Copyright © 2011-2022 走看看