Python は、信頼性が高く、柔軟性があり、簡単に学習でき、すべてのオペレーティング システムで自由に使用できる一般的なプログラミング言語であり、強力な開発者コミュニティと多くの無料ライブラリの両方でサポートされています。 Python では、Web アプリケーション、Web サービス、デスクトップ アプリ、スクリプト、科学コンピューティングなど、あらゆる開発方法がサポートされています。 科学者、カジュアル開発者、プロの開発者、多くの大学でも、プログラミングに Python を使用しています。 言語の詳細については、 python.org と Python for Beginners を参照してください。 Visual Studio は、Windows 上の強力な Python IDE です。 Visual Studio では、Python 開発とデータ サイエンスのワークロード (Vi
Dive Into Python 3 covers Python 3 and its differences from Python 2. Compared to Dive Into Python, it’s about 20% revised and 80% new material. The book is now complete, but feedback is always welcome. Table of Contents (expand) Also available on dead trees! What’s New in “Dive Into Python 3” Installing Python Your First Python Program Native Datatypes Comprehensions Strings Regular Expressions C
Not your computer? Use a private browsing window to sign in. Learn more about using Guest mode
MkDocs Project documentation with Markdown. MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. Start by reading the introductory tutorial, then check the User Guide for more information.
Source code: Lib/venv venv モジュールは、軽量の “仮想環境” の作成のサポートを提供します。仮想環境には、仮想環境ごとの site ディレクトリがあり、これはシステムの site ディレクトリから分離させることができます。それぞれの仮想環境には、それ自身の Python バイナリ (様々な Python バージョンで環境を作成できます) があり、仮想環境ごとの site ディレクトリに独立した Python パッケージ群をインストールできます。 See PEP 405 for more information about Python virtual environments. このコマンドを実行すると、ターゲットディレクトリ (および必要なだけの親ディレクトリ) が作成され、その中に pyvenv.cfg ファイルが置かれます。そのファイルの home キーは
Welcome to Fabric!¶ Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, yielding useful Python objects in return. It builds on top of Invoke (subprocess command execution and command-line features) and Paramiko (SSH protocol implementation), extending their APIs to complement one another and provide additional functionality. To find out what’s ne
注意!!!! このドキュメントはFabricバージョン1.10.1の日本語訳で、古いものです。 最新のFabric2.xのドキュメントはオリジナルの英語ドキュメントhttp://www.fabfile.org/を参照してください。 Fabricのドキュメントへようこそ !¶ このサイトではFabricの利用法とAPIのドキュメントをカバーしています。公開されている変更履歴とこのプロジェクトがどのようにメンテされているかを含んだ、Fabricとは何かとうことに関する基本的な情報は メインのプロジェクトウェブサイト をご覧ください。 チュートリアル¶ 新しいユーザーや Fabricの基本的な機能の概要を知りたい方は 概要とチュートリアル を参照してください。このドキュメントの残りの部分では、内容に関して少なくとも一時的にはよく知っていることと仮定します。
Welcome to Faker’s documentation!¶ Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. Faker is heavily inspired by PHP Faker, Perl Faker, and by Ruby Faker. _|_|_|_| _| _| _|_|_| _| _| _|_| _| _|_|
Kivy Languageは、ユーザーインターフェイスとインタラクションを記述するための専用の言語です。この言語をQtのQML(http://qt.nokia.com ) と比較することもできますが、Rule定義(CSSとよく似ています)、テンプレートなどの新しい概念が含まれています。 バージョン1.7.0で変更:ビルダーはリアルタイムでキャンバス表現を実行しません。最初に実行する必要があるすべての式をパックし、入力をディスパッチした後、フレームを描画する直前に実行します。キャンバス描画を強制的に実行したい場合は、Builder.syncを呼び出します。. kv lang用の実験的プロファイリングツールも含まれています。環境変数KIVY_PROFILE_LANG = 1を設定することによって、それをアクティブにすることができます。その後、builder_stats.htmlという名前のht
Sphinxは非常に素晴らしいドキュメント生成ツールです。 この素晴らしいツールを社内で流行らせようと頑張ったのですが、誰も使ってくれません。 みんながどんなタイミングで、Sphinxを諦めてしまうのか振り返ってみました。 reStructuredTextがわからないし、覚えたくもない デフォルトのテーマが見にくいからやめる sphinx-quickstartの設問が多すぎて途中でやめる ドキュメント作成のたびにconf.pyを編集するのが面倒なので使わなくなる ドキュメント確認のたびにmake htmlが面倒なので使わなくなる 最近はJupyterでドキュメント書くので・・・ こんなところでしょうか。 たぶん、Sphinxがいまいち流行らないのも、ここら辺が理由が大きいんじゃないかと思います。 Markdownを使う 残念ながらマークアップ言語の主流はreStructuredTextでは
Getting started Tutorial Adding a documentation project Popular documentation tools Example projects Project setup and configuration Configuration file overview Configuration file reference Read the Docs Addons Account authentication methods Automation rules How to create reproducible builds Build process Build process overview Build process customization Git integration (GitHub, GitLab, Bitbucket
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. 日本語 English PySideのドキュメント ようこそ、ここはPySideに関するドキュメントのwikiページです。このwikiページの PySide入門 セクションではPySideの使い方を学ぶことができます。また PySideとQtQuick/QML 、および PySide Mobility の具体的
Kivyへようこそ¶ (※翻訳者注 このhtmlは 「https://github.com/pyKy/kivy-doc-ja 」の翻訳をもとにhtml化しています。翻訳自体は公式の許可を得て有志で翻訳している非公式のサイトです。有志で翻訳しておりますので訳が正確ではない場合もあります。2017年5月現在Kivy1.10に対応しております。) Kivyのドキュメントにようこそ。Kivyは、マルチタッチアプリのような新しいユーザインタフェースを備えたアプリケーションを迅速に開発するためのオープンソースのソフトウェアライブラリです。 私たちはまず Getting Started(翻訳済み) から始めることをお勧めします 。 その後、 Programming Guide(翻訳済み) に向かってください。ざっと見てみたい場合は Create an application(アプリケーションを作成する)
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く