"Everything should be as simple as possible, but no simpler", Albert Einstein Overview: PyUI is a user interface library written entirely in the high-level language python. It has a modular implementation that allows the drawing and event input to be performed by pluggable "renderers". This makes PyUI very portable and scalable. It can run in environments from hardware accelerated 3D surfaces to r
BazaarNG archive and nightly build is here Check out the Sourceforge project page for downloads and mailing list. Questions and Answers: What's Python? What's a Refactoring Browser? What's a Refactoring? What's the overall idea of Bicycle Repair Man? Why Bicycle Repair Man? Where can I find even more info? What's Python? Python is a programming language. To find out more about it, go to the Python
帰るときの電車は相変わらず混んでいるような空いているような微妙な案配の車両が混在している。電車の中では人の機微が満ちあふれているが、あからさまなアピールとして大声で何かを話したり、一つ一つのことに舌打ちをする男たちもいるので、それとの隔絶を選んで、ただ文字を目で追う事に徹することにした。 重たくて仕方がないのだが持ち歩いている「初めてのPython」を開こうかどうか迷う。ただ、少し喉の奥がいがらっぽく、気持ち悪い気がしている。読み始めても集中できないような気がして、読みやすい「暗号技術入門」にしようか、と考えていた。しかしながら、こんな重いものを持ち歩くからいつも鞄がでかいとか重いと言われてしまうのだろうな、と当たり前の事を考える。 そういえば技術書の類を電車の中で読んでいる人には今まで一度しかお目見えしたことがない。唯一のそれはO'REILLYの「sendmail」で、しかも小柄な女性が
(2) Sat Aug 06 2005 22:11 What is Pythonic?: What the heck does "pythonic" mean? This was a question asked a few months ago, on, of all places, the EuroPython mailing list, which is mainly used to plan the EuroPython conference. It was an interesting question though. I realized I've seen the word been used a lot, but that I've hardly seen any attempts to explain what it means. In the thread that
リンク:Pexpect - a Pure Python Expect-like module Pythonから対話型プログラムとのやりとりを自動化するためのライブラリ。 シェルアクセス等の大抵のやりとりを自動化できるpython版EXPECT。 Python標準ではcommands というライブラリがあるが、Pexpectでは、commandsライブラリよりも細かいコントロールを行うことが可能。 例えば、SSHで他のホストに自動的にアクセスして特定のファイル状況を確認したい場合、 import pexpect command = 'stat /home/user/logfile.log' childproc = pexpect.spawn('ssh -l %s %s %s' % (user, host, command), timeout=60) childproc.expect(pexp
Pexpect is a Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. Pexpect is pure Python. Note that Pexpect development has moved to Github: https://github.com/pexpect/pexpect
🔗 Using AI to build a tactical shooter (#)Via RC’s AI article, a fascinating recording of someone programming a game almost entirely by prompting Claude by voice. This feels truly “futuristic” to me. Sure it’s clunky at times, but damn if this isn’t closer to the Star Trek computer than I ever thought I’d see in my lifetime. 🔗 Developing our position on AI - Blog - Recurse Center (#)Detailed, nu
Please note that appscript is no longer developed or supported, and its use is not recommended for new projects. Appscript is a high-level, user-friendly Apple event bridge that allows you to control scriptable Mac OS X applications from Python, Ruby and Objective-C. Appscript makes these languages serious alternatives to Apple's own AppleScript language for automating your Mac. For example, to ge
Current Status Dabo is currently in maintenance mode. Some initial steps at porting to Python 3 have been made, and things generally run OK, but not perfectly (yet!). If you'd like to help out, please let us know. Desktop applications. That's what Dabo does. It's not YAWF (yet another web framework). There are plenty of excellent web frameworks out there, so if that's what you are looking for, Dab
日本語訳(Junya Miura) Last Update-26 Oct 2006 PySndObjって何? PySndObjとはSndObjというC++のコードを包むpythonモジュールで、Pythonでスクリプトするのにとても役立ちます。素早いアプリケーション開発、アプリケーションのプロトタイピング、一般的な"on-the fly"な音響合成処理を目的としたライブラリの洗練したインターフェイスを構築できよう考慮されている。 PySndObjを始めるには、(Linuxなら拡張子.so、OSXなら.dylib、Windowsなら.dll)ダイナミック・モジュールの_sndobjと(pythonに結び付けられた)sndobj.pyを(Pythonのドキュメンテーションを調べて)正しい場所に置くことから、そしてimportコマンドを打つ: import sndobj あなたのプラットホームで
Pythonの桁数無制限整数をつかって、べき乗計算を簡単におこない、RSA方式の概要を把握することを目的とします。実際に、Pythonでプログラムしながら、習得できるようなっています。 目次 1 実験しながら暗号の仕組みを学ぶ 2 実験をすすめるのに必要な知識 2.1 数学領域 2.2 Python の使い方 3 「シーザー暗号」をプログラムしてみる 3.1 シーザ暗号 3.2 ’z’ を超える値をどうするif 文による条件分岐 3.3 26 文字一回転を計算する剰余計算(modulo) 3.4 if 文ではなく、剰余計算で、シーザー暗号を確かめる 4 べき乗した値のmodulo 計算を使った暗号を考える 4.1 RSA 公開鍵暗号へ 5 RSA 公開鍵暗号 5.1 まずは、公開鍵暗号を計算してみよう 6 Python で計算しながら各ステップを確かめる 6
管理人(はむ!)は最近スクリプト言語Lua(るぁ)に入れ込んでいます。と思ったら「ARカプセル」とかやってます。 ※iPhoneの方は右上の「PC」ボタンでPC用表示のほうが良いと思います。 eguoさんの日記(無断でアンテナ捕捉させて頂いてます m(_ _;m )でstackless pythonに触れているのを見て、そういえばスタックレスって何だっけな、と思って再度調査。まとめることにしました。 MLなどを見ていると、Lua5.0(5.1)はスタックレス(stackless)であるそうです。Lua4.0はスタックレスではなく、Lua5.0でコルーチンを実装するためにスタックレスにしたのだそうな。参考までに、pythonは公式のものはスタックレスではなく、傍流であるstackless pythonはその名の通りスタックレスのようです。 そんでそんで、スタックレスって結局何よ、というわけで
Browse free open source Software Development software and projects below. Use the toggles on the left to filter open source Software Development software by OS, license, language, programming language, and project status. 無料プランが拡大! | Auth0 無料プランのMAUは25,000まで、さらに、Okta Connectionsが無制限になり、開発者のみなさんがアプリの開発に注力することができるようになりました。 無料・有料プランを拡張してほしい!そのような声を開発者の方々からいただき、プランが大幅に変更されました。プランの制約とセキュリティーの悩みから解き放たれ、
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く