<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python on Bigshans&#39; Blog</title>
    <link>https://bigshans.github.io/categories/python/</link>
    <description>Recent content in Python on Bigshans&#39; Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>bigshans</copyright>
    <lastBuildDate>Fri, 26 Oct 2018 21:15:40 +0000</lastBuildDate>
    <atom:link href="https://bigshans.github.io/categories/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>python3 在不同目录下 import 其他py 文件</title>
      <link>https://bigshans.github.io/post/python-import/</link>
      <pubDate>Fri, 26 Oct 2018 21:15:40 +0000</pubDate>
      <guid>https://bigshans.github.io/post/python-import/</guid>
      <description>&lt;p&gt;python 的 import 机制实在是太弱。。&lt;/p&gt;&#xA;&lt;p&gt;今天我将不同目录下的 python 文件导入，试了半天快要吐血，虽然说最后解决了，但是我还是要说真的是 shit 啊！&lt;/p&gt;</description>
    </item>
    <item>
      <title>python3 下使用 base64</title>
      <link>https://bigshans.github.io/post/python-base64/</link>
      <pubDate>Wed, 17 Oct 2018 17:23:44 +0000</pubDate>
      <guid>https://bigshans.github.io/post/python-base64/</guid>
      <description>&lt;p&gt;用自带库 base64 。&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code class=&#34;language-python&#34;&gt;import base64&#xA;encode = base64.b64encode(b&#39;i love python&#39;) # 加密&#xA;print(str(encode, &#39;utf-8&#39;)) # aSBsb3ZlIHB5dGhvbg==&#xA;encode = base64.b64decode(b&#39;aSBsb3ZlIHB5dGhvbg==&#39;)&#xA;print(encode) #解密&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>python 实现尾递归斐波那契数列</title>
      <link>https://bigshans.github.io/post/python-learn/</link>
      <pubDate>Tue, 28 Aug 2018 16:30:17 +0000</pubDate>
      <guid>https://bigshans.github.io/post/python-learn/</guid>
      <description>&lt;p&gt;看了一下 &lt;a href=&#34;https://pythoncaff.com/docs/byte-of-python/2018&#34;&gt;《 Python 简明教程》&lt;/a&gt;，发现了一个很有意思的项目，它推荐了这个&lt;a href=&#34;https://github.com/karan/Projects&#34;&gt;项目&lt;/a&gt;来练手。这个项目是一份列表，关于用任何语言都可以实现的程序的项目。有兴趣可以实现一下。&lt;/p&gt;&#xA;&lt;p&gt;我在这里写一下简单的斐波那契数列。&lt;/p&gt;</description>
    </item>
    <item>
      <title>python 备忘录（一）</title>
      <link>https://bigshans.github.io/post/python-bak-1/</link>
      <pubDate>Mon, 27 Aug 2018 18:17:48 +0000</pubDate>
      <guid>https://bigshans.github.io/post/python-bak-1/</guid>
      <description>&lt;p&gt;这些篇主要是记录 python 的一些知识，有些可能很基础，不过我总是忘记，以此备忘。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
