package == 0.5.1 : 정확한 버전 package >= 0.5.1 : 0.5.1과 같거나 높은 버전 package == 0.5.* : 0.5로 시작되는 버전 package ~= 0.5.0 : 0.5.0 버전과 호환성이 있는 버전 https://newsight.tistory.com/296 Python 프로젝트 배포 및 다른 패키지 가져오기 Python 프로젝트를 export 또는 import하는 방법 1. pip install을 사용한다. 2. module관리 도구를 사용한다. 3. git clone을 한다. 1. Pip install 사용하기 먼저 pip로 install하게 하기 위해서는 setup.py.. newsight.tistory.com
https://dotfiles.github.io/inspiration/ Inspiration - dotfiles.github.io Inspiration You can learn a lot by looking at how other people set up their dotfiles. Because dotfiles can be highly personalized, not all of these are necessarily meant to be used “as-is” by others; still, they serve as a useful reference. If you’d dotfiles.github.io
import time time.time() # 1522049204.295597 https://inma.tistory.com/96 [Python] datetime, timestamp 변환 timestamp 만들기 timestamp = 초 * 분 * 시 * 일 timestamp = 60 * 60 * 24 * 30 print(timestamp) # 2592000 str 으로 변환 timestamp ➠ str import time timestamp = time.time() s = str(timestamp) print(s).. inma.tistory.com
import datetime import pytz # yyyy-MM-dd HH:mm:ss.SSSZ # yyyy-MM-dd HH:mm:ss.SSS+00:00 # yyyy-MM-dd HH:mm:ss.SSSSSSZ # yyyy-MM-dd HH:mm:ss.SSSSSS+00:00 # 2017-03-16T11:08:12.216857+00:00 print(str(datetime.datetime.now(tz=pytz.utc).isoformat())) https://twpower.github.io/29-iso8601-utc-and-python-example [ISO] ISO 8601과 UTC 그리고 python 예제 Practice makes perfect! twpower.github.io https://java119...
pip3 install cython OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 pip3 install numpy --no-use-pep517 OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 pip3 install pandas --no-use-pep517 https://stackoverflow.com/questions/65084318/trouble-installing-pandas-on-new-macbook-air-m1/66404936#66404936 Trouble installing Pandas on new MacBook Air M1 I recently got..
- Total
- Today
- Yesterday
- 테슬라
- 책그림
- follower
- 테슬라 추천
- wlw
- 테슬라 크레딧 사용
- 할인
- 클루지
- 테슬라 레퍼럴
- 개리마커스
- 테슬라 리퍼럴 코드 생성
- 모델y
- 인스타그램
- 테슬라 레퍼럴 코드 확인
- 테슬라 리퍼럴 코드 혜택
- Bot
- 테슬라 레퍼럴 적용 확인
- 모델 Y 레퍼럴
- 테슬라 리퍼럴 코드
- 김달
- 레퍼럴
- Kluge
- 어떻게 능력을 보여줄 것인가?
- 연애학개론
- 팔로워 수 세기
- COUNT
- 메디파크 내과 전문의 의학박사 김영수
- 유투브
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |