Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Excel
- Unity
- 날짜
- mssql
- sqlite
- port
- PyQt5
- javascript
- tensorflow
- MS-SQL
- 함수
- python
- swift
- Linux
- ASP
- urllib
- 라즈베리파이
- 유니티
- MySQL
- 다이어트
- pandas
- IOS
- PyQt
- ubuntu
- GIT
- 리눅스
- node.js
- PER
- flutter
- 맛집
Archives
아미(아름다운미소)
python 비트 확인(32bit,64bit) 본문
python의 bit를 확인하고 싶을 때 아래 코드로 확인 할 수 있습니다.
>>> import platform
>>> print(platform.architecture())
('32bit', 'WindowsPE')
'랭귀지 > python' 카테고리의 다른 글
PyWin32 - Win32 API 사용을 위한 파이썬 확장 (0) | 2019.03.04 |
---|---|
python max min 함수 (0) | 2019.03.01 |
python pandas 행 단위 데이타 추출하기 (0) | 2019.02.20 |
R 데이터 분석? (0) | 2019.02.14 |
Jupyter notebook 실행시 디폴트 경로 변경 (0) | 2019.02.11 |
Comments