最近のWebアプリケーションフレームワークだと、「開発している時はファイルの変更を検知して自動でアプリを再起動する」みたいな機能がある。PythonのFlaskで開発している場合は #!/usr/bin/env python from flask import Flask app = Flask(__name__) app.config.update({'DEBUG': True }) @app.route('/') def root(): return "Hello world!" if __name__ == '__main__': app.run() というコードを $ python main.py のように実行していると * Running on http://127.0.0.1:5000/ * Restarting with reloader となって自動リロードが有効になる。た
PluginBase¶ Ever tried creating a plugin system for a Python application and you discovered fighting against the import system? Me too. This is where PluginBase comes in. PluginBase is a module for Python which extends the import system for the most common form of plugin usage which is providing a consistent import experience for plugins from a variety of sources. Essentially it allows you to buil
class: center, middle # 10 awesome features of Python that you can't use because you refuse to upgrade to Python 3 .footnote[[There is also a pdf version of these slides](http://asmeurer.github.io/python3-presentation/python3-presentation.pdf)] --- class: center, middle # 10 awesome features of Python that you can't use because you refuse to upgrade to Python 3 # or # Turning it up to 13! --- # Pr
Easy installation : Ajenti 2 can be easy installed with pip and the provided script. Existing configuration : Picks up your current configuration and works on your existing system as-is, without any preparation. Caring : Does not overwrite your config files, options and comments. All changes are non-destructive. Batteries included : Includes lots of plugins for system and software configuration, m
World Cup results for hackers. Uses Soccer For Good API. http://softwareforgood.com/soccer-good/ Data Source: http://worldcup.sfg.io/matches Note: You can ignore the results on screenshot. I did it by manually :) Installing Just use the pip. $ pip install worldcup Usage If you run the worldcup directly, fetches and prints all matches. You can filter matches by time, country or group with custom ar
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く