In here where I learn Python
WordCounter-> Nhập vào một đoạn text đếm xem có bao nhiêu chữ và lọc ra mỗi chữ hiên thị mấy lần!Portfolio-> Trang giới thiệu cá nhân và tổng hợp các blog!to do-> tao trang list công việc cần làm
-
Make env->virtualenvname -
init django->pip install Django==2.0.7 -
init site-->django-admin startproject mysite -
init app of site-->django-admin startapp name -
init opencv for python->pip install opencv-python -
install python image library-->pip install pillow -
migration-->python manage.py migrate
tobe continue...