Python 3 Module of the Week¶ PyMOTW-3 is a series of articles written by Doug Hellmann to demonstrate how to use the modules of the Python 3 standard library. It is based on the original PyMOTW series, which covered Python 2.7. See About Python Module of the Week for details including the version of Python and tools used.
2009/06/09 グーグルは6月8日、モバイル向けプラットフォームのAndroid上でPythonやLuaを使ったスクリプティング環境を提供するオープンソースのプロジェクト「Android Scripting Environment」(ASE)の存在を明らかにした。端末の画面側を下にして置いた場合に呼び出し音を抑制する、といった簡単なアプリケーションを20行ほどのスクリプトで実現できるという。スクリプトはPC上の開発環境ではなく、デバイス上で直接入力して実行することができる。Pythonでは、インタラクティブな実行モードもサポートする。 これまでにもAndroid上でPythonやRubyといった処理系を動かす実験的な取り組みはあったが、ASEはAndroid上の標準的なパッケージとして提供する点が異なる。BeanShellはDalvik VM上で直接動くため、Javaでアプリケーショ
PySh is released under the terms of the WTFPL, with a no warranty close. In a few words: you just do what the fuck you want to, at your own risk. ~/smallprog/pyShell > ls pysh pysh.tar.gz README ~/smallprog/pyShell > stat pysh File: `pysh' Size: 7663 Blocks: 16 IO Block: 4096 regular file Device: 803h/2051d Inode: 1704436 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 1000/ antoine) Gid: ( 1000/ antoin
The newly launched search engine Bing has a simple restful API. We have created a thin Python wrapper over this API, which allows to query the Bing servers in a very pythonic way. Installing this is as easy as easy_install bingapi. [Or get it here or here ] Using from bingapi import bingapi bing = bingapi.Bing(<appid>) bing.do_web_search('Usware Technologies') The README from the project is posted
元記事:4 August 2025 - Announcements / Weekly Updates - Developer Forum Thomas Dinges 氏の記事の翻訳です(※リンク先はほぼ英文)。 毎週の進行中のプロジェクトとモジュールについてのメモです。 ようこそ Natalie Rozvezeva 氏が Blender の開発マネージャーとして(勤務を)開始しました。ようこそ。 告知 Blender 4.5.1が先週の火曜日にリリースされました。89のバグが修正されています(日本語訳) モジュールとプロジェクト 2025-07-29 - Design セッション: Essentials(オンラインとバンドル)アセット 2025-07-29 User Interface ミーティング 2025-07-31 Triaging モジュールミーティング 2025-07-31 Co
ちょろっとPythonスクリプトを書けば自動化ができる。コッホ曲線の鏡を作ってみた。 フリーのツールをダウンロードして数十行コードを書くだけでこんなのが作れるとはいい時代になったものだ。レンダリング時間もノートPCで作業しているのに一番長いので5分程度だし。 import BPyAddMesh import Blender from math import cos, sin, pi Vector = Blender.Mathutils.Vector def turtle(): verts = [] faces = [] context = dict(x=0, y=0, dir = (1, 0)) verts.append(Vector(context["x"], context["y"], 0)) verts.append(Vector(context["x"], context["y"]
Jinja2 is a full-featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. Jinja is Beautiful {% extends "layout.html" %} {% block body %} <ul> {% for user in users %} <li><a href="{{ user.url }}">{{ user.username }}</a></li> {% endfor %} </ul> {% endblock %} And PowerfulJinja2 is one of the most used tem
Buy it now! Read a sample I remember people used to talk about market disrupters and truly the Raspberry Pi was just that. In a world that looked like it was falling into a corporate-owned walled garden of locked-down “smart” devices, like the Apple iPad and Google Nexus phones, came 10 thousand bare-naked Raspberry Pis that happened to run Linux. Who’d be mad enough to want to buy one of those? F
paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also inclu
Convertkit is a marketing platform designed for creators who want to grow and monetize their audience online. It allows you to create landing pages, forms, email campaigns, digital products, and more with ease. In this article, we will review Convertkit’s features, pricing, pros and cons, and help you decide if it is worth it for…
「プログラミングとか特定のプログラミング言語とかを習得したくて色々勉強したけど、いまいち理解できた感じがしない、何がいけないのだろう、何を学べばいいんだろう」という話を聞いて思ったこと。 それって、目的が曖昧だから達成感が得られないというだけじゃないのか? 僕の今までの人生の中には「プログラミングを習得した!」と思える瞬間も「Pythonを理解した!」と思える瞬間もなかった。具体的な「Pythonで継続のある言語を実装できた!」とかならある。でも「継続の概念を完全にマスターしましたか」と言われるとそんな気はまったくしない。まだまだ先は長い。しかし僕よりはるかに継続に詳しい人たちが集まって継続に関する議論をしてたりするのを見ると、この道に明確なゴールはないことがわかる。どこまで行っても「まだ先がある」という感じが残るに違いない。 手段が間違っているのではなく、目的が間違っているんだ。「○○を
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く