You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
A library for probabilistic modeling, inference, and criticism. Edward is a Python library for probabilistic modeling, inference, and criticism. It is a testbed for fast experimentation and research with probabilistic models, ranging from classical hierarchical models on small data sets to complex deep probabilistic models on large data sets. Edward fuses three fields: Bayesian statistics and mach
By Al Sweigart. Over 500,000 copies sold. Free to read under a CC license. "The best part of programming is the triumph of seeing the machine do something useful. Automate the Boring Stuff with Python frames all of programming as these small triumphs; it makes the boring fun." - Hilary Mason, Data Scientist and Founder of Fast Forward Labs "I'm having a lot of fun breaking things and then putting
accessibility 10 advanced 195 AMP 13 Android 2 API 7 apps 7 autocomplete 2 beginner 173 CAPTCHA 1 Chrome 2 cms 1 crawling and indexing 158 encryption 3 events 51 feedback and communication 83 forums 5 general tips 90 geotargeting 1 Google Assistant 3 Google I/O 3 Google Images 3 Google News 2 hacked sites 12 hangout 2 hreflang 3 https 5 images 12 intermediate 205 interstitials 1 javascript 8 job s
2019/11/26 Winds Chord Blogに移行しました。 CentOS 6.2にyumで入っているPythonのバージョンが2.6.6で少し古いので,2.7.2に更新する. (2015/3/21追記 Python3.4のインストールはこちら) 1.インストールに必要なものをインストール $ sudo yum install zlib zlib-devel tk-devel tcl-devel sqlite-devel ncurses-devel gdbm-devel readline-devel bzip2-devel db4-devel openssl-devel (2012/12/31 openssl-devel追記) 2.Pythonをダウンロードして解凍する $ wget http://python.org/ftp/python/2.7.2/Python-2.7.2
ちょっとGoogle AnalyticsのWebだとやりにくいアクセス集計がやりたくて、Analytics APIを叩いてみました。以前Google CalendarのAPIを使った事があるので大丈夫かと思ったら、結構手間取ったので記録しておきます。 まずコードを書く前に準備が必要です Google APIコンソールでAnalytics APIを有効にする Google APIコンソールからclient_secrets.jsonをダウンロードしておく それで何に手間取ったかというと、Analytics APIにはCollectionとConfigurationとReportingの3つの機能があるのですが、訪問数とかページビューとか取得するのがCollectionだと思い込んでいて、中々機能が見つかりませんでした。欲しい機能はReportingでした。なおドキュメントはコチラ。 それでコー
In the code above, the FormRequest that is being used to authenticate has the after_login function set as its callback. This means that the after_login function will be called and passed the page that the login attempt got as a response. It is then checking that you are successfully logged in by searching the page for a specific string, in this case "authentication failed". If it finds it, the spi
大手証券会社システム部に在籍後、1998年ベイテックシステムズ(現サテライトオフィス)を設立し、社長就任。2008年に、いち早くクラウドコンピューティングの可能性に注目し、GoogleApps(TM)導入サポートを開始。導入実績は、ガリバー、アデランス、三井倉庫などの大手企業から、中堅・中小企業まで、1,200社以上。「組織&グループカレンダー for Google Apps」など、多数のテンプレートを無償提供するなど、Google Appsの普及に尽力。Google Enterprise Day 2011ではパートナーアワードを3年連続で受賞した。 フォームの内容を反映するスプレッドシート作成 今回はGoogle App Engineを使った応用編として、フォームへ入力した内容を任意のスプレッドシートへ書き込むと同時に、ユーザーへメール送信するというテクニックを紹介したい。これは前々回に
1. MySQL を Python で操作するためのライブラリ Python で MySQL のデータを操作したい。 MySQL - PythonInfo Wiki によると、以下の 3 つのライブラリが挙げられていた。 MySQL for Python mxODBC pyodbc とりあえず、一番上を使ってみよう。 2. MySQL for Python のダウンロードとインストール SourceForge.net: MySQL for Python: Files より MySQL-python-1.2.2.win32-py2.5.exe をダウンロードしてインストール。 \Lib\site-packages\ にインストールされる。 3. Python Database API Specification MySQLdb User's Guide によると、 If you want t
新人プログラマのA君が、Python3で以下のようなコードを書いていました。 x1 = f1(x) x2 = f2(x1) x3 = f3(x2) x4 = f4(x3) x5 = f5(x4) print(x5) そこへ通りかかったB先輩は、「x1〜x5は、後で使うのかね?」と聞きました。A君が「いいえ計算の為の変数です」と答えると、「仮変数が多すぎる」と言って次のように書き直すよう勧めました。 x0 = f1(x) x0 = f2(x0) x0 = f3(x0) x0 = f4(x0) x0 = f5(x0) print(x0) 「取り敢えずこれで、仮変数は少なくて済むだろう」とB先輩は言いましたが、そこへ通りかかったのは面倒が嫌いなC先輩。「バグの元になる仮変数なんて一つも要らない」と、次のように書き直しました。 print(f5(f4(f3(f2(f1(x)))))) 「これが一番
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
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
I was looking for a CMS that could run on the Google App Engine lately. As the free quotas are pretty high, a GAE powered CMS would make sense for small personal web pages that do not get too much traffic and have to run on a tiny budget. There are some CMSes (e.g. the App Engine Site Creator) but I didn't like them a lot. They are either too restricted or don't seem to have a large user base whic
try: x = (Google Maps API 知ってます / AdWords API 知ってます) except ZeroDivisionError: print 'そんなもんです' 環境にもよるのか、日本語でメールを送信したい際にウェブで関連情報を見つけても、動かなかったりして過去のソースを漁ったりしていたので、自分用のまとめ とても参考になるのがウノウラボさんのこの記事 『Pythonでメールを送信したい人のためのサンプル集』 この記事にある『日本語を含んだメール』部分のコードが使えそうだと思い、私の環境でで実行してみたところ。。。下記のエラーが。。 UnicodeEncodeError: ‘ascii’ codec can’t encode characters in position 0-1: ordinal not in range(128) 「あぁ・・・またこれか」とつ
emacsのpython-modeでもauto-complete.elを使う 2009.05.27 日記 auto-complete, Emacs, google, Python, ubuntu こないだは、R用のauto-complete.el拡張を書いてみたわけですが、ここまで来るとpython開発環境もemacsにしておきたい。 というわけで、どうにか使えるようになったので、まとめてみます。ちなみに当方の環境は32bit ubuntu9.04です。 python開発環境の整備 その前に、python開発環境on emacsの整備から。 実は、emacsとpythonの関係はかなりややこしいことになっていましてemacs21時代はpython-mode.elなるpython-modeが主流だったようなのですが、emacs22ではpython.elなるpython-modeがデフォルトで
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く