目录前言1. 为什么选择 SQLite?2. 连接 SQLite 数据库2.1 连接或创建数据库2.2 获取游标(Cursor)3. 创建表(CREATE TABLE)4. 插入数据(INSERT INTO)4.1 插入单条数据4.2 插入多条数据(executemany())5. 查询
i have a python script, that submits an job to the SGE (Sun Grid Engine). When the job is done i want to access the output file, generated from the SGE job.