搜索资源列表
ribao
- 使用python连接数据库,查询一些信息,其中含有变量,将查询得到的数据写入文件中。-Connect to the database using python, check some information, which contains variables, the query to get data written to the file.
berkeleydb-5.1
- Berkeley DB (DB)是一个高性能的,嵌入数据库编程库,和C语言,C++,Java,Perl,Python,PHP,Tcl以及其他很多语言都有绑定。Berkeley DB可以保存任意类型的键/值对,而且可以为一个键保存多个数据。Berkeley DB可以支持数千的并发线程同时操作数据库,支持最大256TB的数据,广泛用于各种操作系统包括大多数Unix类操作系统和Windows操作系统以及实时操作系统-Berkeley DB (DB) is a high performance, em
j_16141_DjangoBlog
- Django博客系统(Python)的数据库与模型非Django自动生成,采用Python的web开发框架(Django)和Mysql数据库,数据库的设计很不规范,由于时间方面的问题(基于才“出道”时的原有博客数据库结构),图片上传采用Python的Image类库,分页采用的是Paginator,其他的我就不一一列举出来了,请看源码!-Blog system Django (Python) database and model non-Django automatically genera
sqlite-dll-win32-x86-3070603
- Very fast and powerful database on python
parse_rrd
- python语言编写的读取rrd数据的程序-python language of the program to read the rrd data
pyosm
- Python program for Open Street Map
networkx
- python读取access数据表 networkx模块的应用-python read access the data table networkx module application
t_sqlite
- python访问SQLite的小例子,欢迎大家完善!-This is a sample to access the SQLite database by Python.
python
- 基于python的sqlite数据库操作,希望对大家学习此编程有帮助。-sqlite based on python
openpyxl233
- openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born lack of existing library to read/write natively Python the Office Open XML format.-openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xlt
toRedisCluster
- 提供python 连接redis数据库集群的方法代码, 读取redis里面list型数据表,然后生成pandas中的dataframe数据表,从而实现数据处理分析。(this file provides python code for the connection to redis cluster and the code for reading the list type data and convert the data to dataframe structure of pandas so
cartpole-dqn
- 利用deep q learning 的算法学习玩open ai gym里的cartpole游戏(Using deep Q learning algorithm to learn cartpole games in open AI gym)