阅读最新的真实Python教程

rprpressiani的Python项目详细描述


真正的Python提要阅读器

真正的Python提要阅读器是一个基本的web feed阅读器,可以从Real Python feed下载最新的Real Python教程。在

有关更多信息,请参阅教程How to Publish an Open-Source Python Package to PyPI关于Real Python。在

安装

您可以从PyPI安装真正的Python提要读取器:

pip install realpython-reader

python2.7和python3.4及更高版本都支持该阅读器。在

如何使用

真正的Python提要阅读器是一个命令行应用程序,名为realpython。要查看latest Real Python tutorials的列表,只需调用程序:

^{pr2}$

要阅读某个特定教程,请使用教程的数字ID作为参数调用该程序:

$ realpython 0
# How to Publish an Open-Source Python Package to PyPI

Python is famous for coming with batteries included. Sophisticated
capabilities are available in the standard library. You can find modules for
working with sockets, parsing CSV, JSON, and XML files, and working with
files and file paths.

However great the packages included with Python are, there are many
fantastic projects available outside the standard library. These are most
often hosted at the Python Packaging Index (PyPI), historically known as the
Cheese Shop. At PyPI, you can find everything from Hello World to advanced
deep learning libraries.

[... The full text of the article ...]

也可以通过从reader包导入,在自己的Python代码中调用真正的Python提要读取器:

>>> from reader import feed
>>> feed.get_titles()
['How to Publish an Open-Source Python Package to PyPI', ...]

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java无法从布尔值中获得正确显示的结果   json java流逗号分隔   java ArrayList索引超出范围,但实际上没有?   Android中的java左对齐文本   当excel中的某些更改未保存时,如何在java中使用poi读取   java如何重新排列数组,使空值占据数组的开头?   查找多维数组是否在Java数组中   在Java中实现无数据库的数据   java什么是系统负载?   java在启动活动时“错误类型3错误:活动类{}不存在”,错误类型3活动类不存在”   java如何在textView中显示多个值   java JDBC:如何从结果集中检索SQL COUNT函数的结果?   JAXRS客户端的java应答   java奇怪的包装器类行为==和=   爪哇改变油漆的颜色会改变所有的颜色   在IntelliJ中使用Maven、Spring和ApacheSpark的java会导致错误   java清单文件的用途是什么   编译为什么Java编译器默认不缩短名称?(用于性能和模糊处理)   java JPA查询创建bean时出错