분류 전체보기 (177) 썸네일형 리스트형 Vue 기본기 - 웹 Vue Vue의 기본기에 관한 설명입니다. Vue 기본 구조 - 웹 Vue Vue의 기본 구조에 관한 설명입니다. Kivy에서 한글 쓰기 - 파이썬 Kivy Kivy에서 한글을 쓰는 법에 관한 설명입니다. 웹 크롤링 기본 - 파이썬 웹 크롤링 1.웹페이지에서 데이터 골라 가져오기 import requests from bs4 import BeautifulSoup url = "페이지 링크" data = requests.get(url) soup = BeautifulSoup(data.text) # 대상 페이지의 전체 데이터 웹페이지 요소 고르기 list = soup.select("CSS 셀렉터") element = soup.select("CSS 셀렉터")[0] 내용 = op.find_all("td")[1].text 속성값 = op.find_all("td")[2].find("a").get("title") 문자열 포맷 for i in range(1,7): url = f"https://website/{i}" 2.데이터 가공하기 # 배열 여러개의 원소들을 .. 폭발과 파편을 쉽게 만드는 Khaos - 블렌더 애드온 폭발과 파편을 쉽게 만드는 블렌더 애드온 Khaos에 관한 설명입니다. blendermarket.com/products/khaos-ultimate-explosion-simulator Khaos: Ultimate Explosion Add-On The “Khaos” add-on is a powerful tool that allows filmmakers and 3d Artists to create custom 3d explosions within several clicks. With it's assets and intuitive user interface menu it provides the ability to procedurally add various particle effects in blendermar.. Vue 설치 & 시작 - 웹 Vue 웹 프레임워크 Vue를 설치하는 법과 시작하는 법에 관한 설명입니다. https://nodejs.org/ko/download/ 다운로드 | Node.js Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. nodejs.org 플래닛사이드 2 메인 메뉴 - 파이썬 Kivy Kivy로 플래닛사이드 2의 메인 메뉴를 구현한 예제입니다. from kivymd.app import MDApp from kivy.lang import Builder from kivy.core.window import Window Window.size = (1500,860) kv = ''' Screen: BoxLayout: pos_hint : { 'x' : 0, 'y' : 0 } size_hint: (0.25,1) canvas: Color: rgba: 86/255.0, 97/255.0, 115/255.0, 1 Rectangle: pos: self.pos size: self.size MDLabel: pos_hint : { 'x' : 0.01, 'y' : 0.91 } size_hint : ( 0.24, 0... KivyMD 아이콘 - 파이썬 Kivy KivyMD의 아이콘에 관한 설명입니다 https://materialdesignicons.com/ Material Design Icons Material Design Icons' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size they need for any project. Sponsored by Webalys - Nova Icons. materialdesignicons.com https://kivymd.readthedocs.io/en/latest/themes/icon-definitions/index.html. Icon.. 이전 1 ··· 14 15 16 17 18 19 20 ··· 23 다음