Skip to content

mkbob12/python-tutorial-

Repository files navigation

python-tutorial

python-tutorial

python

  • backend에 관한 기초적인 설명

목차

  • data generator
  • flask
  • django
  • html basic

basic

  • session

    • 사용자 -> 서버 : 연결 시도
    • 서버 -> 사용자 : 토큰 줌
    • 사용자 : 토큰을 쿠키에 저장
    • 사용자 -> 서버 : 해당 쿠키로 서버에게 보내 인증 성공
  • session을 어디에서 사용할 수 있는 지

    • login , shopping
    • session을 통해 사용자의 개인 정보를 pop 할 수 있는 것
  • 파이썬 기반 웹 프레임워크

    • flask, django

About

python-tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published