Menindaklanjuti surat nomor: B-135/02600/DL/210/09/2021 tanggal 21 September 2021 perihal Pemberitahuan Pelaksanaan Tahap Akhir Pelatihan Dasar CPNS Golongan III Angkatan ke-68 s.d. 71 dan Golongan II Angkatan ke-6 s.d. 8 BPS Tahun 2021 serta dalam rangka penutupan dan pengumuman hasil evaluasi pembelajaran Latsar CPNS. Disampaikan bahwa pengumuman hasil evaluasi peserta Latsar CPNS Golongan III A
[前回の記事]({{ root_url }}/blog/2013/11/11/logging-system-with-fluentd-elasticsearch-kibana3/)に引き続きISUCONのために調べたことをまとめてみます. うちのチームは使用言語にPythonを選択していたので,ISUCON2やISUCON3の予選でも使われていたFlaskというフレームワークを使ったWSGI Application用のプロファイラを探したところWerkzeugのWSGI Application Profilerというものがあったので使ってみました. FlaskFlaskは,WerkzeugをベースにしてJinja2をテンプレートに使った軽量なWAFです. WerkzeugWerkzeugはWSGI Applicationのutility libraryで,フレームワークという程ではないです
Flask-Dance¶ Doing the OAuth dance with style using Flask, requests, and oauthlib. Check out just how easy it can be to hook up your Flask app with OAuth: from flask import Flask, redirect, url_for from flask_dance.contrib.github import make_github_blueprint, github app = Flask(__name__) app.secret_key = "supersekrit" # Replace this with your own secret! blueprint = make_github_blueprint( client_i
Flask-Potion¶ Flask-Potion is a powerful Flask extension for building RESTful JSON APIs. Potion features include validation, model resources and routes, relations, object permissions, filtering, sorting, pagination, signals, and automatic API schema generation. Potion ships with backends for SQLAlchemy, peewee and MongoEngine models. It is possible to add backends for other data stores, or even to
We’ll build a Flask server to take GraphQL queries. Install the dependencies — Flask to take queries, Graphene to process them and Flask-GraphQL to simplify the route: from flask import Flask from graphene import ObjectType, String, Schema from flask_graphql import GraphQLView class Query(ObjectType): hello = String(description="Hello") def resolve_hello(self, args, context, info): return "World"
Description Learn about building small and large projects with Flask in ways you probably did not see yet. Abstract This talk explores how you can build applications and APIs with Flask step by step by being easy to test and scale to larger and more complex scenarios. The talk will also go a bit into the history of some design decisions in Flask and what works well and in which areas you might w
For those of you following along, you’ll be happy to know that the database and model layers of the Paragon Measure web application are more-or-less built. We can fire up an interpreter and create, destroy, and interact with our data in much the same way we would when everything was done locally. This is good. Now my work is starting to pivot over to the API side of things – building a RESTful int
今回は最近見つけた Flask (正確には、その中で使われている WSGI ツールキットの Werkzeug) のバグについて。 先にざっくりと概要を説明しておくと Flask の Request#get_data() の引数として as_text=True を渡したときの挙動に問題がある。 このメソッドは Content-Type に含まれる charset 指定にもとづいてマルチバイト文字をデコードできない。 デコードに使われる文字コードが UTF-8 に固定されてしまっているため、それ以外の文字コードを扱うことができない。 このエントリでは、上記の問題について詳しく見ていくことにする。 今回使った環境は次の通り。 $ sw_vers ProductName: Mac OS X ProductVersion: 10.11.5 BuildVersion: 15F34 $ python -
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く