码迷,mamicode.com
首页 >  
搜索关键字:python number pandas dataframe sort    ( 174627个结果
win环境下,django+postgresql配置
先下载postgresql的python包,选择合适自己的python版本和平台32位还是64位,http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml下载win环境下postgresql接口,http://www.stickpeople.com/projec...
分类:数据库   时间:2014-04-30 04:29:48    阅读次数:482
PIL install
1、wget http://effbot.org/downloads/Imaging-1.1.7.tar.gz2、tar xzvf Imaging-1.1.7.tar.gz3、cd Imaging-1.1.74、python ./setup.py make5、python ./setup.py in...
分类:其他好文   时间:2014-04-30 04:05:19    阅读次数:385
Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-04-30 03:52:56    阅读次数:411
Insertion Sort List
链表形式的插入排序实现。
分类:其他好文   时间:2014-04-30 03:30:23    阅读次数:446
LeetCode1:Two Sum
题目: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the t...
分类:其他好文   时间:2014-04-30 03:20:07    阅读次数:502
Python环境右键定制
有时候,我们需要将py打包成exe、需要将ui转换成py、需要将py转换成pyc等等,命令行操作起来有点繁琐。所以做了这个教程: 1.py打包成exe 先安装cx_freeze,参照教程:http://www.cnblogs.com/doudongchun/p/3694829.html 建...
分类:编程语言   时间:2014-04-30 03:09:48    阅读次数:680
Python的50个模块,满足你各种需要
Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。Graphical interfacewxPythonhttp://wxpython.orgGr...
分类:编程语言   时间:2014-04-30 01:28:15    阅读次数:680
导表工具
确认怎么写导表工具需要先确定开发环境,数据存储结构.假设采用的数据载体是csv如果没有编译成本比如python这样的脚本语言,做法很简单:(假设使用的是python) 1.解析svn文件,读到内存中来叫做sheet_map 2.通过读出来的sheet_map写成python代码 3.写一些通用...
分类:其他好文   时间:2014-04-30 01:08:47    阅读次数:455
Mine Number(搜索,暴力) ACM省赛第三届 G
Mine NumberTime Limit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描述Every one once played the game called Mine Sweeping, here I change the rule. You are g...
分类:其他好文   时间:2014-04-30 01:05:41    阅读次数:857
CentOS安装,更新Python
1、查看当前Python版本python -V2、查看当前CentOS版本cat /etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum install zlib-devel bzip2-deve...
分类:编程语言   时间:2014-04-30 00:59:31    阅读次数:443
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!