テキストな Twitter クライアントです。 また変な名前のソフトウェアを作ってしまってすいません... About This テキストベース(CLI) のシンプルすぎる Twitter クライアント、のつもり。 Python で作られています。 シンプルすぎて困っちゃうぐらいシンプル、全然魅力じゃない。 あまり、人に公開すること考えてません。 なので、相当な変人以外使わないといいと思います。 集中講義の間の数時間でちゃちゃっと書いただけだし... 日本語の扱いが、限りなく微妙です。(特に Post 入力欄 How to Use Python で作ってますので、Python が必要です。 それと、python-twitter も必要です。 python-twitter >= 0.6 をお勧めします。 Deiban のリポジトリに入ってる、0.5 でも動作しますが... (ソース見て
http://pypi.python.org/pypi/coverage/2.6/ $ coverage run prettyprint.py $ coverage htmlまあ僕は面倒なので $ coverage run prettyprint.py && coverage htmlとやるのだけど。これをやるとこんなふうになる カバレッジで覆われてないところのテストを書く。あー、でも最後のraise NotImplementedErrorとかは、うっかりミスをしたときにすぐ気づくように付けてあるもんであって普通は到達しないんだよな。わざと到達させるのも馬鹿らしい。 http://nedbatchelder.com/code/coverage/excluding.html http://nedbatchelder.com/code/coverage/config.html#config お
DAML ==== This project is a work in progress. Refer to test/templates/ for available syntax. Follow development at http://github.com/dasacc22/DAML To run unit tests: #> python test/ To use: import daml daml._sandbox._open.template_dir = 'omg/seriously' daml.parse('index.daml', {'content': 'Hello World'} Speed Tests =========== I used the speed test mentioned on Mako's website which is a benchmark
みんなのIoT/みんなのPythonの著者。二子玉近く160平米の庭付き一戸建てに嫁/息子/娘/わんこと暮らしてます。月間1000万PV/150万UUのWebサービス運営中。 免責事項 プライバシーポリシー みなさんテストしてますか? Pythonには沢山の便利でステキなテストツールがあります。標準ライブラリに入っているunittestやアジャイルドキュメンテーションとも呼ばれるdoctestなど,標準の機能だけでもかなり強力なのですが,外部のツールを使うとより快適なテストライフが送れるのです。 python.orgにあるPython testing tools taxonomy(Python用テストツールのまとめ)というページがあり,ここに有益な情報が集まっているので例によって超訳してみました(ユニットテスト関連のみ)。 ツール カテゴリ 作者 ツールが含まれるフレームワークなど 特徴
Explore Recent Photos Trending Events The Commons Flickr Galleries World Map Camera Finder Flickr Blog Prints The Print Shop Prints & Wall Art Photo Books Get Pro Pro Plans Stats Dashboard Get Auto-Uploadr Log In Sign Up Log In Explore Trending Events The Commons Flickr Galleries Flickr Blog The Print Shop Prints & Wall Art Photo Books Get Pro About Jobs Blog Advertise Developers Guidelines Help P
Unverified details These details have not been verified by PyPI Project links Homepage Meta License: MIT License (MIT) Author: Ian Bicking Maintainer: Gael Pasgrimaud Tags wsgi, test, unit, tests, web Requires: Python >=3.7 Provides-Extra: docs, tests Classifiers Development Status 5 - Production/Stable Framework Paste Intended Audience Developers License OSI Approved :: MIT License Programming La
nose is nicer testing for python nose extends unittest to make testing easier. Installation and quick start¶ On most UNIX-like systems, you’ll probably need to run these commands as root or using sudo. Install nose using setuptools: Or, if you don’t have setuptools installed, use the download link at right to download the source package, and install it in the normal fashion: Ungzip and untar the s
About web.py web.py is a web framework for Python that is as simple as it is powerful. web.py is in the public domain, you can use it for whatever purpose with absolutely no restrictions. Install web.py To install the latest web.py for Python 3, please run: The latest 0.62 release supports Python >= 3.5. Version 0.51 is the last release with Python 2.7 support. A minimal web.py application Save co
Bottle is a fast and simple WSGI-framework for the Python Programming Language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a build-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python standard library. Installation and Dependencies You can i
AndrewTrick, benjamin.peterson, cameron, chrisl, ckassab, cmcqueen1975, djc, doko, dpeterson, facundobatista, gregory.p.smith, hozn, jamesbroadhead, jarek.jpa, jcea, jjlee, kxroberto, l, martin.panter, matb, matejcik, mihalis68, mjpieters, mwilck, nfl, orsenthil, piranha, poeml, r.david.murray, statik, vila
pythonが標準で持っているライブラリでは、バグを含んでいるために掲題のことはできません。少なくとも、2.4, 2.5くらいまではできていませんでした。 最近よく使う、mechanizeというライブラリでも、proxyを介したHTTPS通信をすることができません。 そこで urrlib2 opener for SSL proxy を参考に、mechanize内にある、通信方式に対応した実装を提供する_http.pyにパッチを当ててみました。 対象は0.1.7cです。 diffでpatchを作らずに、そのままのせてみます。 """HTTP related handlers. Note that some other HTTP handlers live in more specific modules: _auth.py, _gzip.py, etc. Copyright 2002-200
これはLL Ringというイベントの「じゃんけん2.0」に出場する際に「多くの構文に改行が必須であるPythonで書かれたじゃんけんエージェントをワンライナーにしていたらウケるかな」と思ってワンライナー化しているときに書いたメモです。自分用のメモのつもりだったので書き殴ってありますが、意外と人気のようなので近いうちに加筆します。 実は後から書いた英語版(How to make oneliner in Python?)の方が整理されているのかも。 完成したワンライナー def文を式にする defは改行を要求するのでlambdaに置き換える必要がある。 def foo(x): return x + 1(ここに改行) foo = lambda x: x + 1 globals().__setitem__("foo", lambda x: x + 1) lambdaは式しか含むことが出来ないので、
What is SCons? SCons is an Open Source software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software. What makes SCons better? Configuration files are Python scripts--use the p
Downloads Get Started with Pip $virtualenvtry-twisted $ . try-twisted/bin/activate $ pip install twisted[tls] $ twist --help Download Direct from PyPI https://pypi.org/project/Twisted/ Optional Dependencies Install Extras Community See the code for Twisted (and more) on GitHub Read our blog Join the discussion list Come chat with us on IRC Report a 🔒security issue Ask on Stack Overflow Fo
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く