
python
sgcc_zhs
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++及python 的并行(待完成)
1. Parallel 2. Cython OpenMP Parallel Python,也就是pp dispy Jug Rpyc MyCloud 名词解释: Twisted: python网络框架 参考: Hadoop和MPI的比较,说明适用情况 http://comment2.youkuaiyun.com/topic.php?tid=3转载 2012-07-23 10:03:20 · 836 阅读 · 0 评论 -
pyside-环境建立(windows)
1. 有phthon环境,查看python的版本,直接在命令行窗口输入 python C:\Users\Administrator>python Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or原创 2012-08-12 21:12:11 · 2132 阅读 · 0 评论 -
把Qt Designer的ui文件转换为PySide页面文件
Qt Designer 设计的ui文件,就是一个xml文件,通过pyside-uic可以转换成标准的.py文件。 这个功能不是pyside的专利,也可以通过pyqt转换。 1. 前提: 安装了pyside。 环境变量中设置了 C:\Python27\Scripts。 (pyside-uic.exe 这个文件在~\Python27\Scripts文件夹下,如果不设置这个环境变量,用绝对原创 2012-08-12 22:13:31 · 4338 阅读 · 0 评论 -
python构架的科学计算程序设计(转载)
这是一篇转载文章,同意作者想法。在工作中尝试了一次,不过是在c++中调用python,项目开始一翻风顺,“享受编程的乐趣”,但涉及到在QT的多线程中嵌套python的多线程,开始无助,更别提之间通讯。最终放弃了。原因:个人水平,项目时间有限,没有深入研究。方向问题,应该是python调用c/c++,反过那就是"偷懒"。 --------------------------------------转载 2012-07-24 15:23:12 · 1610 阅读 · 0 评论 -
pyqt5.2 + vs2010-- could not find or load the Qt platform plugin windows
vs2010编译pyqt5.2,执行错误 This application failed to start because it could not find or load the Qt platform plugin windows原创 2014-01-13 23:05:15 · 4366 阅读 · 0 评论 -
shapefile文件(shp)读取
shapefile是GIS中一种数据类型,在ArcGIS中被称为要素类(Feature Classes),主要包括点(point)、线(polyline)和多边形(polygon)。 解析geopandas文件的方式很多,本文介绍两个 pyshp和geopandas。 1.pyshp(Python Shapefile Library) 是一个Python库,用于在Python脚本中对原创 2017-07-15 08:24:36 · 23684 阅读 · 1 评论