阅读最新的真实Python教程

realpython-reader-Wilbury-01的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广播接收器未检测到按键事件   java不为特定列更改创建修订   java采用了更实用的方法   java桌面窗格HTML呈现   java处理internet连接丢失   java在调整JFrame的大小时,如何防止JTable的列调整大小?   如何用Java中的“Scanner.hasNext”完成程序   具有模块名称的java停止IntelliJ项目工具窗口?   执行已编译的Rails-Warbler JAR文件时发生java加载错误   java Spring数据redis存储库不支持集合查询?   每个客户端的java队列请求   获取Java中的JSON嵌套数组元素   java GWT,Vaadin ConcurrentModificationException   firebase存储中的java在保存照片之前,我需要发送两次照片   JavaSpringEleaf如何在容器外使用变量