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.
Jumat, 24 November 2017
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:
Rabu, 08 November 2017
Menukar Nilai dari Dua Variabel di Python
Misal ada 2 (dua) variabel a dan b. Dimana nilai variabel a ditukar menjadi nilai variabel b, dan sebaliknya.
Menghitung Volume dan Luas Permukaan Balok di Python
Rumus dalam menghitung Volume dan Luas permukaan balok, yaitu:
V = p * l * t
LP = 2 * (p*l + p*t + l*t)
Menghitung Luas dan Keliling Lingkaran di Python
Pertama-tama kita harus mencari rumus luas dan keliling lingkaran untuk di impementasikan ke dalam program python, yaitu:
L = 𝛑 * r * r
K = 2 * 𝛑 * r
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.
Langganan:
Postingan (Atom)