<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XHope &#187; Python</title>
	<atom:link href="https://xhope.top/?cat=77&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://xhope.top</link>
	<description>Stay hungry, stay foolish.</description>
	<lastBuildDate>Wed, 11 Mar 2026 07:10:52 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>uwsgi部署Django</title>
		<link>https://xhope.top/?p=710</link>
		<comments>https://xhope.top/?p=710#comments</comments>
		<pubDate>Mon, 01 Feb 2016 06:43:27 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Django]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=710</guid>
		<description><![CDATA[uwsgi部署Django 此处省去安装Django的步骤,可以参考Django初体验 项目开发 创建项目 c [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=710</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django初体验</title>
		<link>https://xhope.top/?p=702</link>
		<comments>https://xhope.top/?p=702#comments</comments>
		<pubDate>Sun, 27 Dec 2015 14:07:35 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=702</guid>
		<description><![CDATA[Django初体验 教程：http://www.runoob.com/django/django-tutori [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=702</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python中的继承</title>
		<link>https://xhope.top/?p=695</link>
		<comments>https://xhope.top/?p=695#comments</comments>
		<pubDate>Mon, 21 Dec 2015 02:50:10 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=695</guid>
		<description><![CDATA[class Person(object): def __init__(self,name): self.__n [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=695</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python高级编程使用__slots__</title>
		<link>https://xhope.top/?p=628</link>
		<comments>https://xhope.top/?p=628#comments</comments>
		<pubDate>Fri, 10 Jul 2015 08:41:33 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Pyt]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=628</guid>
		<description><![CDATA[这这一节主要是动态为对象/实例添加属性和方法 代码如下 from types import MethodTyp [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=628</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python面向对象(七)</title>
		<link>https://xhope.top/?p=616</link>
		<comments>https://xhope.top/?p=616#comments</comments>
		<pubDate>Thu, 02 Jul 2015 13:36:53 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=616</guid>
		<description><![CDATA[在OOP程序设计中，当我们定义一个class的时候，可以从某个现有的class继承，新的class称为子类（S [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=616</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python文件操作(六)</title>
		<link>https://xhope.top/?p=607</link>
		<comments>https://xhope.top/?p=607#comments</comments>
		<pubDate>Thu, 02 Jul 2015 12:58:44 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=607</guid>
		<description><![CDATA[在Python中读写文件，操作文件和目录是非常的方便的。操作文件的目录一部分放在io ，另一部分放在io.pa [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=607</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python发布自定义模块(五)</title>
		<link>https://xhope.top/?p=542</link>
		<comments>https://xhope.top/?p=542#comments</comments>
		<pubDate>Sun, 28 Jun 2015 23:58:22 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=542</guid>
		<description><![CDATA[php开发中，我们定义好了一个公用函数，则会将代码放在公用的文件中，需要用到的时候，使用require或者in [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=542</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python代码片段（四）</title>
		<link>https://xhope.top/?p=538</link>
		<comments>https://xhope.top/?p=538#comments</comments>
		<pubDate>Sun, 28 Jun 2015 11:52:01 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=538</guid>
		<description><![CDATA[Python代码片段 #!/usr/bin/env python3 # -*- coding: utf-8 - [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=538</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python基础（三）</title>
		<link>https://xhope.top/?p=536</link>
		<comments>https://xhope.top/?p=536#comments</comments>
		<pubDate>Sun, 28 Jun 2015 05:55:41 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=536</guid>
		<description><![CDATA[基础学习 下面是一个Python的代码程序片段 #这是一段注释 a = 1000 if a &#62; 100: [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=536</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python环境搭建（二）</title>
		<link>https://xhope.top/?p=533</link>
		<comments>https://xhope.top/?p=533#comments</comments>
		<pubDate>Sun, 28 Jun 2015 05:28:58 +0000</pubDate>
		<dc:creator><![CDATA[Rick]]></dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://xhope.top/?p=533</guid>
		<description><![CDATA[Note:Python是在3.x下搭建的，所有后续的教程都是基于3.x讲解的。 软件下载： https://w [&#8230;]]]></description>
		<wfw:commentRss>https://xhope.top/?feed=rss2&#038;p=533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
