使用苹果报摊应用程序信息创建、搜索和分析数据库

newsstand_db的Python项目详细描述


#报摊使用苹果报摊应用程序信息搜索并分析数据库

*(todo:add usage reference)*


\developer reference

\package reference

-如何打包python代码
-http://www.scottorborg.com/python packaging/index.html
-合并类从不同的模块
-http://stackoverflow.com/questions/2505166/python类设计将大类拆分为多个类以分组函数
-import*setup
-http://docs.python.org/2/tutorial/modules.html importing-from-a-package
-在模块中组织python类和/或包
-http://stackoverflow.com/questions/3842616/在模块和/或包中组织python类/13258827\13258827-http://docs.python.org/2/library/sqlite3.html sqlite3.cursor.execute
-sql代码获取sqlite db+schema中的表列表
-http://stackoverflow.com/questions/305378/get list of tables db schema dump etc in sqlite databases
-sql默认记录值
-http://stackoverflow.com/questions/2059266/sqlite在create table中设置默认值
-python csv to sqlite
-http://stackoverflow.com/questions/5942402/python csv to sqlite
-http://stackoverflow.com/questions/2887878/importing-a-csv-file-into-a-sqlite3-database-table-using-python
-csv模块参考
-http://docs.python.org/2/library/csv.html
-reading a utf8 csv file
-http://stackoverflow.com/questions/904041/reading-a-utf8-csv-file-with-python
-sql-where子句
-http://www.w3schools.com/sql/sql-where.asp
-sql-in运算符
-http://www.w3schools.com/sql/sql-in.asp
-sql-distinct运算符
-http://stackoverflow.com/questions/4790162/sqlite-select-disticnt-values-of-a-column-without-ordering


\r/>\r单位测试参考

-general
-http://docs.python.org/2/library/unit test.html
-导出类错误
-http://stackoverflow.com/questions/7562775/deriving-a-class-from-testcase-throws-two-errors
-pydev中的单元测试
-http://pydev.org/manual-adv-pyunit.html
-断言系统退出
-http://stackoverflow.com/questions/15672151/is-it-possible-for-a-unit-test-to-assert-that-a-method-calls-sys-exit

###其他

-string join
-http://stackoverflow.com/questions/493819/python join为什么是string join list而不是list joinstring/493831/493831
-list comprehensions
-http://www.secnetix.de/olli/python/list-comprehensions.hawk
-http://stackoverflow.com/questions/8049798/understanding nested list comprehension
-http://stackoverflow.com/questions/3900215/ignore an element while building list in python
-http://stackoverflow.com/questions/4260280/python if else in list comprehension
-索引范围
-http://efffot.org/zone/python list.htm
-md5文件校验和
-http://stackoverflow.com/questions/1131220/get-md5-hash-of-big-files-in-python
-pythonic获取列表中最大项的方法
-http://stackoverflow.com/questions/1874194/pythonic-way-to-get-the-largest-item-in-a-list
-将浮点限制为两个小数位
-http://stackoverflow.com/questions/455612/python将浮点限制为两个小数位
-检查文件是否存在
-http://stackoverflow.com/questions/82831/how-do-i-check-if-a-file-exists-using-python
-函数中有多个参数
-http://stackoverflow.com/questions/919680/python-can-a-variable-number-of-arguments-be-passed-to-a-function
-基于模式搜索文件
-http://stackoverflow.com/questions/3348753/python使用通配符的搜索文件
-argparse reference
-http://docs.python.org/2/library/argparse.html\module argparse
-运行shell命令
-http://stackoverflow.com/questions/89228/调用python中的外部命令
-填充字符串
-http://stackoverflow.com/questions/5676646/fill-out-a-python-string-with-spaces
-获取绝对值路径
-http://stackoverflow.com/questions/51520/如何在python中获取绝对文件路径
-错误引用
-http://docs.python.org/2/tutorial/errors.html
-处理异常
-http://www.tutorialspoint.com/python/python\u exceptions.htm
-子进程引用(调用shell命令)
-http://docs.python.org/2/library/subprocess.html
-http://stackoverflow.com/questions/89228/calling an external command in python
-converting list to*args in python
-http://stackoverflow.com/questions/3941517/converting list to args in python/3941541 3941541
-函数的变量参数
-http://stackoverflow.com/questions/919680/python-can-a-variable-number-of-arguments-be-passed-to-a-function
-向当前日期添加一年
-http://stackoverflow.com/questions/15741618/add-one-year-in-current-date-python

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java客户端线程挂起仿真阻止服务器在客户端设置为等待的时间内接受任何I/O   java让Eclipse更喜欢嵌套类的静态导入   java Json解析器将空值转换为0   java如何从OFBiz SECA服务返回错误   Java中的C#IEnumerable   java OpenCV 安卓 VideoWriter问题   标签更改的java侦听器   用于在文本字段中键入的java Javascript执行与sendKeys不同   java反转整数中的所有位并返回整数   如何在java中使用默认值构造属性列表?   swing Java将向量分配给JTable   java Spring引导Restcontroller作为单元测试中的内部类(webmvctest)   java如何避免布尔方法中未处理的异常?   arraylist我在java中有一个字符串表的数组列表,我想从这些表中删除空的和空的元素   java是并发请求的repo类线程安全吗?弹簧靴   java如何在Thymeleaf中创建必需的下拉列表/选择   java创建一个类型为class Matrix的方法来添加两个矩阵   java检查是否加载了aspectjweaver(或任何javaagent)