Join the official community for Google Workspace administrators In the Google Cloud Community, connect with Googlers and other Google Workspace admins like yourself. Participate in product discussions, check out the Community Articles, and learn tips and tricks that will make your work and life easier. Be the first to know what's happening with Google Workspace. ______________ Learn about more Goo
On behalf of the Jython development team, I'm pleased to announce that the final release of Jython 2.7.0 is available! It's been a long road to get to 2.7, and it's finally here! I'd like to thank Amobee for sponsoring my work on Jython. I'd also like to thank the many contributors to Jython, including - but not limited to - bug reports, patches, pull requests, documentation changes, support email
On behalf of the Jython development team, I'm pleased to announce that the final release of Jython 2.7.0 is available! It's been a long road to get to 2.7, and it's finally here! I'd like to thank Amobee for sponsoring my work on Jython. I'd also like to thank the many contributors to Jython, including - but not limited to - bug reports, patches, pull requests, documentation changes, support email
1 Summary Note that Jython's version numbers represent the version of CPython from which Jython pull most of its libraries that are written in pure Python (as opposed to the parts that are written in Java). 1.1 Jython 2.2.1 Jython 2.2.1 has been released. We will produce additional point releases for bug fixing as necessary. 1.2 Jython 2.5 Jython's current fragility means that the next relea
Java の REPL 環境 *1 をいくつか試してみた。ちょっとまとまったらブログ書こうかと思ってたけど、Jython で遊んでるうちに時間なくなった。また気が向いたら書く。 アルバイト チケット対応 一昨日の py2exe の PEP-0263 は完全に私のミスだった。無意識に python xxx.exe と入力してて、それは実行できないよ (> <) 、誰かに尋ねる前に朝一で気付いて良かった。テストドキュメントを更新して、セットアップドキュメントは担当者へ変更内容を伝える形で終わった。 午後からは、最初にやったお仕事の残りの課題の部分を仕上げた。同僚にレビューしてもらっていて、ループ内の API 呼び出しで、結果が同じになる可能性が高い処理をキャッシュしたら?と言われてその通りだと思った。やっぱりコードレビューって良いね。指摘されたらその通りなのだけど、実装しているときは気付かなか
The Social Innovation Forum’s Annual Winter Reception is a special event that brings together 250+ nonprofit leaders , business executives, philanthropists, and community leaders to welcome our newest cohort of “Social Innovators” – eight of greater Boston’s most innovative and effective nonprofits…
Jython プログラム mytest.jy #! /usr/local/jython2.5.1/jython # -*- coding: utf-8 -*- import com.ziclix.python.sql as sql if __name__ == "__main__": db = sql.zxJDBC.connect( "jdbc:mysql://localhost/データベース名", "ユーザ名", "パスワード", "org.gjt.mm.mysql.Driver") cursor = db.cursor() cursor.execute("SELECT * FROM hoge") rows = cursor.fetchall() for row in rows: for column in row: print column, '|', print cursor.clo
Read it now on the O’Reilly learning platform with a 10-day free trial. O’Reilly members get unlimited access to books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers. Book description Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's p
Welcome to the Jython Wiki! The purpose of a programming language is to let software developers express their intentions as simply and directly as possible. - JimHugunin Jython is a Java implementation of Python that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code. Jython is complementary to Java and
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く