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. 情节;图表;阴谋

    二、内容在总结中

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

     
  • 相关阅读:
    燕园笔记之一——穿梭
    openvc学习笔记(1)——简单应用
    匆匆过客
    opencv学习(3)——高斯平滑图像
    为什么(win10系统)电脑上面的鼠标(触摸板)突然用不了?怎么开启和关闭、
    SqlServer自动备份数据库
    CodeSmith批量生成实体类
    XML文件的序列化和反序列化
    AjaxPro的使用
    设计模式之——策略模式
  • 原文地址:https://www.cnblogs.com/Renyi-Fan/p/13349551.html
Copyright © 2011-2022 走看看