Articles tagged with Python:
- Post in Fri 10 March 2017
My Translations
Post in Wed 08 March 2017
Kivy For Now
Post in Mon 06 March 2017
VisPy
Post in Sat 25 February 2017VisPy 中文文档翻译
VisPy 是一个高性能交互式 2D/3D 数据可视化库,通过 OpenGL 库来对目前的图形处理单元(GPU)的计算性能进行充分 …
GeoPython,a project of using Python for geology related daily work
Post in Sun 18 December 2016GeoPython, a project of using Python for geology related daily work
GeoPython,一个将 Python 用于地质学的日常工作的计划
https://github.com/cycleuser/GeoPython
author: cycleuser
email: cycleuser@cycleuser.org
Copyright 2016 cycleuser
MileStone Date Function Beginning Date 2016-07-07 6 …
MacOS PyCUDA Python Pyenv
Post in Fri 21 October 2016Mac系统下使用Pyenv管理Python多版本,并且给各个版本安装PyCUDA
本文是针对PyCUDA的新手用户。此处特点是使用了Pyenv构建了多个工作环境,并且指导如何在各个不同的Python环境中安装PyCUDA。
安装Git和Pyenv
下载PyCUDA代码需要用Git,管理多版本 …
Install PyCUDA to Python managed by Pyenv under MacOS
Post in Thu 20 October 2016Install PyCUDA to Python managed by Pyenv under MacOS
This post is a guide for newbie users of PyCUDA. We use Pyenv here and that means we can build different versions of working environments.
Install Git and Pyenv
In order to download the PyCUDA code, we need to install Git …
PyCUDA Tutorial 中文版
Post in Thu 13 October 2016CycleUser 翻译
开始使用
在你使用PyCuda之前,要先用import命令来导入并初始化一下。
import pycuda.driver as cuda import pycuda.autoinit from pycuda.compiler import SourceModule这里要注意,你并不是必须使用pycuda.autoinit …
ThinkPython 双语学编程
Post in Thu 25 February 2016Finally I finished the translation of ThinkPython. All the files can be found here.
我总算是翻译完了这本 ThinkPython。所有文件都可以在这里下载。
There are there different formats of the translated book, which contains an epub …
Python, a better language for Universities in China
Post in Tue 03 November 2015中国大学应该广泛尝试用Python来教编程

The picture shows a Koch curve,which may be familiar for those who know something about fractal. It is an example form an excise of the book Think Python Chapter5's sample solution.
图片是Koch曲线,熟 …
« Page 3 / 3
CycleUser