简历 - 刘项 - Python
基本信息
- 男
 
- 未婚
 
- 生于1989年2月
 
- 现居住于辽宁大连
 
- 博客:http://elephantliu.blog.51cto.com
 
- github 主页:https://github.com/lexdene/
 
联系方式
E-mail:
在Linux的终端中输入以下内容可以看到我的E-mail地址:
echo ZWxlcGhhbnRfbGl1QG1haWwuZGx1dC5lZHUuY24K | base64 -d
入门
- 自学
 
- 《简明 Python 教程》:http://woodpecker.org.cn/abyteofpython_cn/chinese/
 
基本语法
- 判断、循环、函数、类;
 
- 继承、装饰器;
 
- 生成器、迭代器;
 
算法编程
- 使用Python在zju online judge上完成过算法相关的小程序。
 
桌面客户端程序开发
- 使用PyQt开发桌面程序
 
- https://github.com/lexdene/JDMD-OnlineJudge
 
web.py
- 使用web.py开发web应用
 
- 掌握基本操作,如cookie、session、数据库、文件读写等。
 
- https://github.com/lexdene/learn-webpy
 
drape
- drape是由我一个人设计并编码实现的。
 
- drape是一个Python的web后台框架。
 
- 支持MVC,LinkedModel,session,cookie,log,mako,jinja2,后台表单验证。
 
- demo:http://testdrape.sinaapp.com/
 
- demo的github主页:https://github.com/lexdene/testdrape
 
- drape详细介绍:http://testdrape.sinaapp.com/manual
 
- drape的github主页:https://github.com/lexdene/drape