News, notes, tips and tricks from the Google App Engine Team Here on the App Engine team, we’re always looking for new ways to make it easier for developers to build applications and services. Today, I’m happy to introduce ProtoRPC, a new tool for creating simple Python services, which requires minimal set up and configuration to create new services. What can you use ProtoRPC web-services for? Mos
みんなのIoT/みんなのPythonの著者。二子玉近く160平米の庭付き一戸建てに嫁/息子/娘/わんこと暮らしてます。月間1000万PV/150万UUのWebサービス運営中。 免責事項 プライバシーポリシー 関連 : microneを使ったらApp EngineのTwitter botが14行で書けた Flaskというフレームワークを使って,Google App EngineでTwitterのBotを作ってみたら15行で書けてしまった(あと5行短くなるけど,PEP 8というPythonのスタイルガイドを破ることになるのでそこまで短くしない)。 まずはコードを見てもらいましょう。 #coding: utf-8 from random import choice from twython import core from flask import Flask app = Flask(__nam
This is the default root page for Bloog, a simple RESTful blog/homepage on Google AppEngine, and shows what it looks like out of the box with no posts or pages. You can see a Bloog with data here or what Bloog likes like out of the box. Bloog is open sourced under the MIT License. Source code can be found on the GitHub Bloog repository. Git allows you to easily customize the base app while later
This post is primarily intended for App Engine users (and of those, only Python users :-). Over the past months I've been working on a new design for the Python datastore API, under the code name Datastore Plus. The new design is very ambitious, and changes a lot of things: New, cleaner implementations of Key, Model, Property and Query classesHigh-level asynchronous API using Python generators as
If you’re here for the short answer — JSON is 25 times faster in reading (loads) and 15 times faster in writing (dumps). I’ve been thinking about this since I wrote the ObjectProperty and JsonProperty classes for Google App Engine. They’re both easy to use and work as expected. I did have some trouble with ObjectProperty but I figured it out in the end. As my previous posts mention, the ObjectProp
Python æ¦è¦ CGI ç°å¢ ãã¼ã¿ã®æ ¼ç´ æ¦è¦ ã¨ã³ãã£ãã£ã¨ã¢ãã« ãã¼ã¿ã®ä½æãåå¾ãåé¤ ãã¼ã¨ã¨ã³ãã£ã㣠ã°ã«ã¼ã ã¯ã¨ãªã¨ã¤ã³ããã¯ã¹ ãã©ã³ã¶ã¯ã·ã§ã³ åã¨ãããã㣠ã¯ã©ã¹ GQL ãªãã¡ã¬ã³ã¹ ãªãã¡ã¬ã³ã¹ Model Expando PolyModel Property Query GqlQuery ãã¼ é¢æ° ä¾å¤ ãµã¼ãã¹ Memcache æ¦è¦ Memcache ã®
Hi, I’m Ian 👋 I’m an engineer based in Tokyo, Japan 🗼 👨💻 I mostly code in Go, Python, TypeScript, and Bash but dabble in other languages as well. I am learning Rust. 🔭 My current interests are in cloud-native infrastructure, defensive security, and developer experience. I most recently worked in Container Security and Software Supply Chain Security. 🗾 I have been based in Tokyo since 2006 a
¶ Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Quick links¶ Current version: 6.5.1 (download from PyPI, release notes) Sour
はじめてのGoogle App Engineアプリ/Pythonプログラミング なので、記念に(笑)ソースもさらしておきます。 # -*- coding: utf-8 -*- """ getTotalHB.py for Google App Engine ■概要 はてなブックマークの被ブックマーク合計数取得API結果をJSONまたは画像で取得 ■使い方 [JSON] http://furyu-tei.appspot.com/getTotalHB?uri=(取得サイトのURI)&callback=(コールバック関数名) [画像] http://furyu-tei.appspot.com/hb/total/(取得サイトのURI) """ import sys,os,cgi,re import urllib,xmlrpclib import wsgiref.handlers import gae
Posted by Nick Johnson | Filed under python, tech, app-engine, coding, capabilities After the unfortunate outage the other day, how to handle downtime with your App Engine app is a bit of a hot topic. So what better time to address proper error handling for situations where App Engine isn't performing at 100%? There's three major topics to cover here: Handling timeouts from API calls, using the Ca
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く