.. Getting started =============== さあ始めましょう ================ :revision-up-to: 17812 (1.4) .. New to Django? Or to Web development in general? Well, you came to the right place: read this material to quickly get up and running. Django は初めてですか? Web 開発全般も?なら、ここに来て正解ですね。ここに あるドキュメントを読んで、行動に移してみましょう。 .. toctree:: :maxdepth: 1 overview install tutorial01 tutorial02 tutorial03 tutorial04 whatsnext .. seealso:: .. If you're new to Python_, you might want to start by getting an idea of what the language is like. Django is 100% Python, so if you've got minimal comfort with Python you'll probably get a lot more out of Django. Python_ の初心者なら、まずは Python で何ができるかを理解しましょう。 Django は 100% Python で書かれているので、ほんの最小限 Python を理解す るだけで Django をより深く理解できるはずです。 .. If you're new to programming entirely, you might want to start with this `list of Python resources for non-programmers`_ プログラミング全般の初心者なら、 `非プログラマのための Python リソース一覧`_ から始めてみるとよいでしょ う。 .. If you already know a few other languages and want to get up to speed with Python quickly, we recommend `Dive Into Python`_ (also available in a `dead-tree version`_). If that's not quite your style, there are quite a few other `books about Python`_. Python 以外の言語を学んだことがあって、 Python を素早く学びたいのなら、 `Dive Into Python`_ をお勧めします (`木を伐って作ったヤツ`_ もあります)。 Dive Into Python があまりお好きでなくても、 `Python の本`_ はたくさんあ りますよ。 .. admonition:: 訳注: 日本語の読者のために 日本語の Python の情報を探しているなら、 `日本 Python ユーザ会のページ `_ を訪れてみてください。 日本語で書かれた Python の書籍を探しているなら、 http://wiki.python.org/moin/JapanesePythonBooks もチェックしてみて ください。 .. _python: http://python.org/ .. _`非プログラマのための Python リソース一覧`: http://wiki.python.org/moin/BeginnersGuide/NonProgrammers .. _dive into python: http://diveintopython.net/ .. _`木を伐って作ったヤツ`: http://www.amazon.com/exec/obidos/ASIN/1590593561/ref=nosim/jacobian20 .. _`Python の本`: http://wiki.python.org/moin/PythonBooks