[J-sec] Building A Simple Blog (CRUD) App with Streamlit and Python




 


■ Streamlit 을 사용하여 블로그 만들기


- Main Features


    • Home: simple preview or list of all posts
    • View Posts: where we will display  full articles to read
    • Add Post: where we create our post
    • Search: where we can search articles by title or author fields
    • Manage Blog: where we will delete and check for our analytics

- Back-end DB Management

    • normal SQL and sqlite3

■ Written Tutorial and Code: https://blog.jcharistech.com/2020/05/...

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning