Pengaturan dan Penggunaan Python
********************************

Ini bagian dari dokumentasi yang dikhususkan untuk informasi umum
tentang pengaturan lingkungan Python pada platform yang berbeda,
pemanggilan dari interpreter dan hal-hal yang membuat bekerja dengan
Python jadi lebih mudah.

* 1. Baris perintah dan lingkungan

  * 1.1. Baris perintah

    * 1.1.1. Opsi antarmuka

    * 1.1.2. Opsi umum

    * 1.1.3. Opsi lain-lain

    * 1.1.4. Opsi yang tidak boleh Anda gunakan

  * 1.2. Variabel lingkungan

    * 1.2.1. Variabel mode debug

* 2. Using Python on Unix platforms

  * 2.1. Getting and installing the latest version of Python

    * 2.1.1. On Linux

    * 2.1.2. On FreeBSD and OpenBSD

    * 2.1.3. On OpenSolaris

  * 2.2. Building Python

  * 2.3. Python-related paths and files

  * 2.4. Miscellaneous

  * 2.5. Editors and IDEs

* 3. Menggunakan Python di Windows

  * 3.1. Installing Python

  * 3.2. Alternative bundles

  * 3.3. Configuring Python

    * 3.3.1. Excursus: Setting environment variables

    * 3.3.2. Finding the Python executable

    * 3.3.3. Finding modules

    * 3.3.4. Executing scripts

  * 3.4. Additional modules

    * 3.4.1. PyWin32

    * 3.4.2. Py2exe

    * 3.4.3. WConio

  * 3.5. Compiling Python on Windows

  * 3.6. Other resources

* 4. Using Python on a Macintosh

  * 4.1. Getting and Installing MacPython

    * 4.1.1. How to run a Python script

    * 4.1.2. Running scripts with a GUI

    * 4.1.3. Configuration

  * 4.2. The IDE

  * 4.3. Installing Additional Python Packages

  * 4.4. GUI Programming on the Mac

  * 4.5. Distributing Python Applications on the Mac

  * 4.6. Other Resources
