Home bpython is a fancy interface to the Python interpreter for Unix-like operating systems (I hear it works fine on OS X). It is released under the MIT License. It has the following features: In-line syntax highlighting. Readline-like autoco... 続きを読む
Overview Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of... 続きを読む
LEARN programming by visualizing code execution Online Python Tutor is a free educational tool that helps students overcome a fundamental barrier to learning programming: understanding what happens as the computer executes each line of a prog... 続きを読む
Contents Introduction Greenlets Data Structures Events Queues Locks and Sempahores Actor Model Groups and Pools Real World Applications Holding Side Effects WSGI Servers Long Polling Chat Server Other Resources Gevent Docs gevent For the Work... 続きを読む
Httpretty HTTP client mocking tool for Python Download ZIP Download TAR View On GitHub This project is maintained by gabrielfalcao HTTPretty Version 0.5.8 New in version 0.5.8 Support to register regular expressions to match urls Body callb... 続きを読む
What is Meld? Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support fo... 続きを読む
John Hunter, author of Matplotlib, founding board member of NumFOCUS, husband to Miriam, and father to three daughters: Clara, Ava, and Rahel, was diagnosed with cancer in late July 2012 after returning from his keynote address at SciPy in Au... 続きを読む
by ats — posted at 2010-06-10 18:18 last modified 2010-06-10 18:31 みなさんテストしてますか? Pythonには沢山の便利でステキなテストツールがあります。標準ライブラリに入っているunittestやアジャイルドキュメンテーションとも呼ばれるdoctestなど,標... 続きを読む
python のイメージライブラリの ML [Image-SIG] に Pillow の python3 port を master ブランチにマージしたというお知らせが来た。 http://mail.python.org/pipermail/image-sig/2013-January/007143.html http://blog.aclark.net/2013/01/10/pillow-python-3/... 続きを読む
2013-01-08 Python で TDD してみる RSpec の入門とその一歩先へ がとてもよい記事だったので、 Python で写経させてもらいました。 https://github.com/methane/pytest-tut Ruby コミュニティと Python コミュニティの考え方の違いも見えて面白いと思います。 ... 続きを読む
This multi-part series I am working on introduces Asynchronous Programming and the Twisted networking framework. In Which We Begin at the Beginning Slow Poetry and the Apocalypse Our Eye-beams Begin to Twist Twisted Poetry Twistier Poetry And... 続きを読む
Looking for a Python equivalent of some PHP function, class or library. Here is the place to find it or contribute your findings. 続きを読む
Python, Classes, and Objects Most readers are aware that Python is an object-oriented language. By object-oriented, we mean that Python can define classes, which bundle data and functionality into one entity. For example, we may create a clas... 続きを読む
sh 1.02¶ sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function: wlan0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:2... 続きを読む
Using python and phantomjs, a headless webkit browser, it is a snap to build a self-hosted bookmarking service that can capture images of entire pages. Combine this with a simple javascript bookmarklet and you end up with a really convenient ... 続きを読む
The MySQL Utilities is a set of easy-to-use scripts intended to make working with servers easier. It is part of the MySQL Workbench. 続きを読む
Abstract This manual describes how to install, configure, and develop database applications using MySQL Connector/Python, a self-contained Python driver for communicating with MySQL servers. Document generated on: 2012-11-13 (revision: 33027) 続きを読む
API Reference コマンドの実行はコンソール( ctrl + ` で開ける)で以下を実行する: view.run_command('example') Default (OSX).sublime-keymap 等に以下を記述しておくと cmd + ctrl + e で example コマンドを実行できる: { "keys": ["super+ctrl+e"], "com... 続きを読む
The Astropy project is a common effort to develop a single core package for Astronomy that brings together almost 100 developers from around the world. Development is actively ongoing, with major packages such as PyFITS, PyWCS, vo, and asciit... 続きを読む
1.概要¶ ArduinoとPythonを使ってハードウェアのHackingを行う。 基本的な動作は、PythonのPysirialと言うシリアル通信用ライブラリを使い、Arduinoの内部関数を制御する。 3.背景¶ ハードウェアとPythonの相性について発表して来たが、実際にその相性の良さを... 続きを読む