블로그
-
openAI whisper 실행시 The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator.
이런 경고가 떴을 경우 C:\Users\PC-075\AppData\Local\Programs\Python\Python39\lib\site-packages\whisper\timing.py The implicit default value for this argument is currently False, but it will be changed to True in Numba
blog.naver.com · 2023.08.01
-
[공부 기록용] 웹 프론트엔드(230413) - HTML / CSS / Python
아직은 index.html 부분과 'Log In' 버튼을 클릭했을 때의 html 파일까지 완성하지 못했는데 특히 flexbox 라든지, 직접 해보니까 더 감이 잡혀가는 느낌이다. statement ] (+ Code Challenge) input() 조건식 Standard Library While 반복문 [ 출처 : https://nomadcoders.co/python-for-beginners
blog.naver.com · 2023.04.13
-
node-sass 설치 오류
실행시 이런 오류가 발생했다. gyp verb check python checking for Python executable "python2" in the PATH. gyp verb A. node와 node-sass간 버전 문제로 npm install --global windows-build-tools npm config set python "C:\Python27
blog.naver.com · 2023.02.20
-
cv2.error: OpenCV(4.6.0) 에러
', cv_block_img_gray) cv2.error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\highgui function 'cvShowImage' pip install opencv-python==4.5.5.64
blog.naver.com · 2023.01.23
-
[어썸멘토] Congressional App Challenge 에 관하여 알아볼까요?
STUDENTS CAN USE ANY PROGRAMMING LANGUAGE (example: C, C++, JavaScript, Python, Ruby, “block code,” etc [ELIGIBILITY AND AGE DIVISION] To be eligible to participate in the Congressional App Challenge, you
blog.naver.com · 2022.12.02
-
로봇 강아지 - 비틀
Meet Bittle, the Palm-sized Open Source Bionic Robot Dog Amazing Performance in a Tiny Package What's Play with Bittle for Fun C++, Python & Scratch-like Block Coding Highly Extensible with Raspberry
blog.naver.com · 2022.12.03
-
Timestamp Converter / Timestamp 를 Date로 바꿔주는 사이트
showing how to get current unix timestamp in seconds. These examples are returning timestamp in seconds, although some.......
blog.naver.com · 2022.05.31
-
위저,Weezer-Happy Hour |MV.가사해석
comes and she's crushin' me with a 20 ton weight 하지만 그것도 잠시, 내 상사가 들어와서는 20톤의 무게로 날 후려치네 Just like in Monty Python Monty Python처럼 말야 Somebody left on the sink, it's still running 누가 수도꼭지를 열어뒀나봐, 물이 계속해서
blog.naver.com · 2022.01.26
-
[프로그래머스] 체육복
참조: https://programmers.co.kr/learn/courses/30/lessons/42862 * python 코드 def solution(n, lost, reserve set_reserve: if i-1 in set_lost: set_lost.remove(i-1); elif i+1 in set_lost: set_lost.remove(i+1); answer
blog.naver.com · 2021.12.13
-
A+B in Python
https://www.acmicpc.net/problem/1000 문제 두 정수 A와 B를 입력받은 다음, A+B를 출력하는 프로그램을 작성하시오. 입력 첫째 줄에 A와 B가 주어진다. (0 < A, B < 10) 출력 첫째 줄에 A+B를 출력한다. 예제 입력 1 복사 1 2
blog.naver.com · 2021.02.28