内容目录

重要的是行动起来

1、英文阅读

2、本期单词

3、建议征集


1英文阅读

开始之前,大家不妨阅读下面的内容:

This section provides the complete public API reference for Bokeh, auto-generated from the docstrings in the project source code.

 

The full list of sections for all the modules in Bokeh is accessible from the sidebar to the left. Listed below are a few selected sections that may be especially useful.

 

bokeh.models

Everything that comprises a Bokeh plot or application—tools, controls, glyphs, data sources—is a Bokeh Model.Bokeh models are configured by setting values their various properties. This large section has a reference for every Bokeh model, including information about every property of each model.

 

bokeh.plotting

The bokeh.plotting API is centered around the figure() command, and the associated glyph functions such as circle(), wedge(), etc. This section has detailed information on these elements.

 

bokeh.layouts

The simplest way to combine multiple Bokeh plots and controls in a single documentis to use the layout functions such as row(), column(), etc. from the bokeh.layouts module.

 

bokeh.io

Functions for controlling where and how Bokeh documents are saved or shown, such as output_file(), output_notebook(), and others are in this module.

 

bokeh.palettes

This section provides visual representations of all the palettes built into Bokeh.

 

bokeh.settings

All Bokeh-related environment variables, which can be used to control things like resources, minification, and log levels, are documented here.



2本期单词


glyphs      

n.  符号(占星学上所用的速记符号);

 

property 

 [ˈprɒpəti]   [ˈprɑpərti]

n.  特性,属性财产,地产; []道具所有权;

 

palette 

 [ˈpælət]   [ˈpælɪt]

n.  调色板,颜料;

 

minification

缩小



3建议征集


【Python英语】从开始到现在,已发布13期。英语学习,对于开拓视野,学好python还是有诸多益处的。 关于【Python英语】专题,希望能得到大家更好的建议,与大家一起,坚持学习Python。欢迎大家在本文后面留言提出改善的建议,感谢!


---------------- End ----------------


Python英语】专题汇总

Issue12 | Issue11 | Issue10 | Issue09

Issue08 | Issue07 | Issue06 | Issue05

Issue04 | Issue03 | Issue02 | Issue01


如果您对我的文章感兴趣或者觉得文章内容不错的话,请在阅读后顺便转发到您的圈子里,或者点个赞鼓励我继续前行! 感谢您的陪伴与支持!


定个小小目标希望近期文章点赞数能达到100+,感谢各位亲的点赞与支持!



©著作权归作者所有:来自51CTO博客作者mb5fe18e7c44408的原创作品,如需转载,请注明出处,否则将追究法律责任

更多相关文章

  1. Python英语-Issue03
  2. Python英语-Issue02
  3. Python英语 - Issue12
  4. Python英语-Issue08
  5. Python英语-Issue06
  6. Python英语-Issue07
  7. Python英语 - Issue11
  8. Python英语-Issue05
  9. Python英语 - Issue10 - Python之父退出核心决策层

随机推荐

  1. Android的线程模型
  2. NDK编程实例
  3. Android检测外接USB设备的几种方法
  4. Android apk逆向实战
  5. Android基于TextView属性android:ellipsi
  6. 修改android 默认设置
  7. android平板上的GridView视图缓存优化
  8. android拍照后bitmap显示问题
  9. android animation动画
  10. Android消息机制——Handler、Looper、Me