Profile

#!/usr/bin/env python

class pipitu(Person):

    def is_student(self):
        return True

    def __init__(self):
         self.Tools = { "OS" : "ArchLinux" ,
              "Editor" : "Vim" }

         self.Languages = [ "Java",  "C", "Python" ]

         self.Mobile = ["Nexus One", "iPhone 4S"]

    def get_school(self, year):
         if year > 2005.9 and year < 2009.7:
             return "Nanjing University"
         elif year > 2009.9 and year < 2012.7:
             return "Tsinghua University"
         return None

    def get_company(self, year):
        if year > 2012.6:
            return "Freewheel"
        return None

    def get_email(self):
         return "pipituliuliu (at) gmail [dot] com"
Leave a comment ?

14 Comments.

  1. 浏览了博客前面的几篇文章,猜想你是一定是一位Linux忠实Fans了?
    Nice…
    不过,貌似博客的内容依然不丰富… 我期待着你的完善.. ^_^


  2. Norris:

    浏览了博客前面的几篇文章,猜想你一定是一位Linux忠实Fans了?
    Nice…
    不过,貌似博客的内容依然不丰富… 我期待着你的完善.. ^_^
    [Reply]

  3. 难得看到一个喜欢折腾Linux的mm,稀罕

  4. 强烈关注关注Linux的MM。

  5. 朋友,交换个链接吧。我已经把你加上了。

  6. 这个主题不错,我也想换一个。 博主的twitter用的什么插件啊?

  7. 很有趣的 about ^ ^

  8. 原来是MM .. 那咱应该怎么称呼呢
    我是来问下能不能借用你写的python script来用的 ..

  9. 刚看唐骏@南林大视频,居然是订阅过的,巧。。。

  10. 为了确定您是pipitu这件事情咱滚到这里来了囧|||

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackbacks and Pingbacks: