阅读最新的真实Python教程

ambs-realpython-reader的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第三方库


热门话题
Selenium中弹出的java句柄窗口   java将格式化消息从任何片段传递到活动   java如何从int类型的方法返回多个整数   servlets数据不会使用java类和bean插入数据库   java如何修改Solr给出的搜索结果页面?   java如何在wildfly中重定向应用程序路径?   java使用Apache异步HTTP客户端从InputStream构造多部分请求   java解析来自REST的压缩输入流   java上载文件失败,原因是Vaadin Spring PlupLocaddon   使用需要CSRF令牌的旧端点的javascript   java如何在viewpager应用程序中将图像设置为墙纸?   java Axis2与SharePoint 2013(ADFS/FedAuth cookie)   java H2选择:意外的类型39映射   Docker Composition中拒绝java Spring应用程序连接   使用Java的ibm mq ibm mq获取LGETTIME   java循环逻辑中的漏洞   javaspringcom。mongodb。util。JSONParseException   方法调用“振动”可能会产生java。更新到Android Studio 3后出现lang.NullPointerException警告   datetime如何将日历的时间与java进行比较。sql。时间物体?