KritChaiyakarn

download banner

สมุดบันทึก

สำหรับวิชา OOP

กฤษฎิ์ ไชยกาล

code

git status
git add
git commit

คำสั่ง python พื้นฐาน

d = {'Anna' : 3.99,'Betty' : 3.78}
for k,v in d.item():
  print(k,v)

เริ่มต้นพัฒนา streamlit

1.

git clone https://github.com/KritChaiyakarn/KritChaiyakarn.github.io

  1. deactivate

conda deactivate

  1. สร้างสภาพแวดล้อมใหม่

python -m venv venv

  1. activate สภาพแวดล้อมใหม่

venv/scripts/activate

5.ติดตั้ง streamlit

pip install streamlit