Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingname/python

My code of Python.
https://github.com/kingname/python

Last synced: about 12 hours ago
JSON representation

My code of Python.

Awesome Lists containing this project

README

        

#关于这个项目
这个项目是用来托管我写的各种python程序的。

###【Coursera】
这里记载了我在[Coursera](http://www.coursera.org)上面注册的课程:*An Introduction to Interactive Programming in Python*中, Miniproject的项目代码,代码会在Miniproject截止日期之后上传。
###【little_program】
这里是我平时写的提高工作效率的小程序。

1. del.py:本程序删除某个文件夹下面的所有空文件夹。
2. copy.py:本程序将某个文件夹下面的所有文件夹中的.jpg文件复制到一个特定的文件夹中。
3. pachong.py:本程序将UESTC教务处里面的信息扒取下来,并分别生成html文件。
4. sort.py: 本程序将豆瓣top250中的电影及其评分扒取下来,并排序输出到一个txt文本中。

###【comic_downloader】
卖肉漫画下载器

###About
This projec is to save all of my Python programs.
###【Coursera】
Here are the codes of the Miniproject of *An Introduction to Interactive Programming in Python* in the [Coursera](http://www.coursera.org), and they are updated after the deadline.
###【little_program】
Here are the little programs to increase the efficiency of works.

1. del.py: To delect all the empty dirs in a special dir.
2. copy.py: To copy all the .jpg files of a dir to another special dir.
3. pachong.py: To get the infomation of the website of UESTC and generate html files.
4. sort.py: To get movies from Douban's TOP250 and sort them according to the scores.

###【comic_downloader】
To download sexal comics.

#代码测试
在Coursera文件夹中的代码通过[Codeskulptor](http://www.codeskulptor.org/)进行编写,最终测试效果在Codeskulptor上查看。每个Project的代码均会在开头附上测试地址。其他文件夹下面的代码直接通过本地Python测试即可。
###Test
Except the files in Coursera dir, you could use any envirnments of Python to test the codes. For files in Coursera dir, you should use the [Codeskulptor](http://www.codeskulptor.org/), and I has writed the webaddress of each project at the top of every .py file.
#注意事项
请翻墙测试,部分代码需要加载一些资源文件,该文件位于谷歌的服务器上,因此在中国可能无法访问。
###Note
Because of the GFW of China, you should use the VPN or goagent or other methods to cross the Wall. If not, some resourses like pictures and sounds can't be loaded.