Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 728 Bytes

File metadata and controls

22 lines (15 loc) · 728 Bytes

My-Python

In here where I learn Python

List project

  • 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

Some point need to remember

  • Make env -> virtualenv name

  • 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...