loading...

Kamis, 30 November 2017

HTTRACK - Website Copier


HTTrack is a free (GPL, libre/free software) and easy-to-use offline browser utility.

It allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. HTTrack arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. HTTrack can also update an existing mirrored site, and resume interrupted downloads. HTTrack is fully configurable, and has an integrated help system.

Selasa, 28 November 2017

Pernyataan khusus di Python


Python menyediakan tiga buah statemen khusus untuk memindahkan eksekusi program dari satu bagian tertentu ke bagian lainnya.

Kamis, 23 November 2017

Foxit Advanced PDF Editor v3.1.0


Many times document authors need to do extensive editing directly to a PDF file. Whether you're editing paragraphs, font sizes, or more, the Foxit Advanced PDF Editor provides a word processor environment to editing PDF documents. When you need to change a single word, a paragraph, or the entire page, Advanced PDF Editor will reflow and reformat your text enabling you to create professional looking PDF documents. This is the ideal solution for PDF documents where you do not have the original source file.

Jumat, 10 November 2017

Kamis, 09 November 2017

Menentukan Nilai Maksimum dari Dua Bilangan di Python



Terlebih dahulu kita membuat 2 variabel yang ingin ditentukan yang mempunyai nilai tertinggi.
Gunakan operator perbandingan if.

Konversi Detik ke Jam di Python


Kebalikan dari konversi Jam ke Detik.
Operator pembagian (//) dan modulus (sisa bagi %) harus dipahami lagi disini.

Langkah-langkah penyelesaian:

Konversi Jam ke Detik di Python


Mengkonversi format jam (hh:mm:ss) ke satuan detik.
Dimana:
1 jam = 3600 detik
1 menit = 60 detik

Selasa, 07 November 2017

Kamis, 02 November 2017

Struktur Pemilihan di Python


Dalam python, struktur pemilihan dibuat menggunakan statement if.
Perhatikan indentasi, dalam menuliskan ke dalam kode program.