阅读最新的真实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如何将cassandra中的行数据转换为与列相关的嵌套json   java如何使用jcr XPath在jcr:content/@jcr:data中搜索?   java在使用openCV进行安卓开发时如何利用手机的广角镜头   java解析扩展了接口,结束了一个潜在的无限循环   位置服务的@Override方法中存在java Android应用程序错误   java本地线程的用途和需求是什么   具有左右子访问的java节点树遍历   java验证JsonWebToken签名   JUL日志处理程序中的java日志记录   嵌入式Java读取给定时间段的串行数据。   java有没有办法从多个URL获取多个图像?   java线程通过等待intent阻止自己发送intent   java Spring MVC解析多部分内容请求   java JPA/Hibernate静态元模型属性未填充NullPointerException   java格式错误的字符(需要引号,得到I)~正在处理   java为什么PrintWriter对象抛出FileNotFoundException?   java Neo4j未正确保存标签   java IE不加载图像