4월, 2020의 게시물 표시

[Tech With Tim] Django Tutorial - How to Add a Sidebar

이미지
*** Django (Web Development Framework) 사용법 7 : How to Add a Sidebar - Adding a Sidebar (creating custom HTML and CSS) - Modifying the Base Template ***  Text-Based Tutorial: https://techwithtim.net/tutorials/dja...

[Tech With Tim] Django Tutorial - Custom Forms

이미지
*** Django (Web Development Framework) 사용법 6 : Custom Forms (Complex Dynamic Forms); 동적 양식의 작성 - Custom Forms - Modifying list.html - Getting Information ***  Text-Based Tutorial: https://techwithtim.net/tutorials/dja...

[Tech With Tim] Django Tutorial - Simple Forms

이미지
*** Django (Web Development Framework) 사용법 5 : Simple Forms - Create Simple Forms (for Update a Database) - POST - GET

[Tech With Tim] Django Tutorial - Templates & Custom HTML

이미지
[ HTML Templates 예시: SB Admin 2 ] *** Django (Web Development Framework) 사용법 4 : Templates & Custom HTML - HTML Templates - Setting up Templates - Template Inheritance - Creating the Base Template - Child Templates - Python Code Inside Templates - Rendering Our Views - Editing the URLs ***  Text-Based Tutorial: https://techwithtim.net/tutorials/dja... .

[Tech With Tim] Django Tutorial - Admin Dashboard

이미지
*** Django (Web Development Framework) 사용법 3 : Admin Dashboard - Django Admin Page - Creating an Admin Login - Adding Our Database ***  Text-Based Tutorial: https://techwithtim.net/tutorials/dja...

[Tech With Tim] Django Tutorial - SQLite3 DataBase Tutorial

이미지
*** Django (Web Development Framework) 사용법 2 ; How to create and use a SQLite3 - Database Setup - Modifying settings.py - Migrations - Defining Models - Making Migrations - Working with Our Database ***  Text-Based Tutorial: https://techwithtim.net/tutorials/dja...

[Tech With Tim] Django Tutorial - Setup, Installation and Page Navigation

이미지
*** Django (Web Development Framework) 사용법 1 - What is Django - Installing Django - Setting up a Project - Creating an App - Creating a View - Linking to our View

[Tech With Tim] How to Deploy a Flask App to a Linux Server

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 11 : How to Deploy a Flask App to a Linux Server - ubuntu - apache - wsgi

[Tech With Tim] Flask Tutorial #10 - Blueprints & Using Multiple Python Files

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 10 : Blueprints & Using Multiple Python Files - Blueprints를 사용하여 앱을 파일과 구성 요소로 분리하기

[Tech With Tim] Flask Tutorial #9 - Static Files (Custom CSS, Images & Javascript)

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 9 : Static Files (Custom CSS, Images, Javascript) - HTML 파일에 CSS, Image, Javascript 사용법 - Static Files Rendering - Static Files 배치 위치

[Tech With Tim] Flask Tutorial #8 - Adding, Deleting & Updating Users Data, SQLAlchemy

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 8 : Adding, Deleting & Updating Users Data, SQLAlchemy - SQLite3 사용

[Tech With Tim] Flask Tutorial #7 - Using SQLAlchemy Database

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 7 : Using SQLAlchemy Database - 데이터베이스 설정 - Sql 쿼리 실행

[Tech With Tim] Flask Tutorial #6 - Message Flashing

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 6 : Message Flashing

[Tech With Tim] Flask Tutorial #5 - Sessions

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 5 : Sessions - Sessions vs. Cookies - Setting up a Session - Creating Session Data - Session Duration ***  Text-Based Tutorial: https://techwithtim.net/tutorials/fla...

[Tech With Tim] Flask Tutorial #4 - HTTP Methods (GET/POST) & Retrieving Form Data

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 4 : HTTP Methods(Get/Post) & Retrieving Form Data - HTTP Methods - GET - POST - Creating a Form - Back-End ***  Text-Based Tutorial: https://techwithtim.net/tutorials/fla...

[Tech With Tim] Flask Tutorial #3 - Adding Bootstrap and Template Inheritance

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 3 : Bootstrap 추가, Template 상속 - Creating a Base Template - Adding Bootstrap - Template Blocks - Inheriting Templates - Adding a Sidebar - Rendering the Page ***  Text-Based Tutorial: https://techwithtim.net/tutorials/fla... *** Bootstrap Website: https://getbootstrap.com/docs/4.3/get... *** Nav-Bar Code: https://getbootstrap.com/docs/4.3/com...

[Tech With Tim] Flask Tutorial #2 - HTML Templates

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 2 - Redirecting Continued - Rendering HTML - Dynamic HTML - Testing    . Templates Continued    . Passing Multiple Values ***  Text-Based Tutorial: https://techwithtim.net/tutorials/fla...

[Tech With Tim] Flask Tutorial #1 - How to Make Websites with Python

이미지
*** Flask (Micro Web Framework) + Python으로 Websites 만들기 1 - What is Flask? - Installing Flask - Starting a Project - Creating Web Pages - Running Your Website - Dynamic URLs - Redirects ***  Text-Based Tutorial: https://techwithtim.net/tutorials/fla...

[Tech With Tim] Git Tutorial for Beginners

이미지
This git tutorial for beginners will show you how to manage your code using remote repositories on github. I will be showing how to use git and all of its commands. This video is geared towards beginners just learning how to use git as it only shows the basics of git. Download GIT: https://git-scm.com/downloads

[Tech With Tim] Top 18 Most Useful Python Modules

이미지
List of Modules and Documentation Web: Requests: https://pypi.org/project/requests/ Django: https://pypi.org/project/Django/ Flask: https://pypi.org/project/Flask/ Twisted: https://twistedmatrix.com/trac/ BeautifulSoup: https://pypi.org/project/beautifulsoup4/ Selenium: https://selenium-python.readthedocs.io/ Data science: Numpy: https://numpy.org/ Pandas: https://pandas.pydata.org/ Matplotlib: https://matplotlib.org/ Nltk: https://www.nltk.org/ Opencv: https://opencv-python-tutroals.readth... Machine Learning: Tensorflow: https://www.tensorflow.org/ Keras: https://keras.io/ PyTorch: https://pytorch.org/ Sci-kit Learn: https://scikit-learn.org/stable/ GUI: Kivy: https://kivy.org/#home PyQt5: https://pypi.org/project/PyQt5/ Tkinter: https://wiki.python.org/moin/TkInter Bonus: Pygame: https://www.pygame.org/docs/