Rabu, 06 Agustus 2025

Laporan Praktikum 3.Module 3 Praktik

3.1.12 Lab - Explore Python Development Tools

Masuk ke terminal lalu ketikan => python3 -v



Ketikan => ~/labs/devnet-src/python$ pip3 freeze => ~/labs/devnet-src/python$ deactivate => ~/labs/devnet-src/python$ python3 -m pip freeze




Ketikan => python3 -m pip freeze | grep requests => source devfun/bin/activate => pip3 freeze > requirements.txt => deactivate => ls => python3 -m venv devnew => source devnew/bin/activate => pip3 install -r => pip3 install -r requirements.txt 


Ketikan => pip3 install -r requirements.txt => pip3 freeze => deactivate


Ketikan ls => git config --global user.name "SampleUser" => git config --global user.email sample@example.com => git config --list => mkdir git-intro => cd git-intro => git init => ls -a => git status => echo "I am on my way to passing the Cisco DEVASC exam" > DEVASC.txt => ls -la => git status => git add DEVASC.txt => git status => 


Ketikan => git comit -m "Connecting DEVASC.txt to begin tracking changes"
git commit -m "Committing DEVASC.txt to begin tracking changes" => git log => echo "I am beginning to understand Git!" >> DEVASC.txt => cat DEVAS.txt => git status => git commit -m "Added additional line to file" => git add DEVASC.txt => git commit -m "Added additional line to file"


Ketikan => 





























3.4.6-lab---explore-python-classes















LAPORAN PELAKSANAAN PKL HARI KE-10

LAPORAN PELAKSANAAN PKL HARI KE-10 Nama : Indra Purnama Kelas : XII TKJ 1 Hari/Tanggal : Jumat, 14 November 2025 Pembimbing Lapangan : Julfa...