查看原文
其他

Python英语 - Issue13

我是阳哥 Python数据之道 2022-09-04

内容目录

重要的是行动起来

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英语】专题汇总

Issue12Issue11 | Issue10 | Issue09

Issue08 | Issue07 | Issue06 | Issue05

Issue04 | Issue03 | Issue02 | Issue01


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


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


您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存