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 |
Tags
- javascript
- port
- Excel
- mssql
- MySQL
- pandas
- 맛집
- 다이어트
- 날짜
- Unity
- tensorflow
- 함수
- PyQt
- MS-SQL
- node.js
- PyQt5
- urllib
- Linux
- PER
- 유니티
- GIT
- 리눅스
- python
- sqlite
- IOS
- swift
- ASP
- 라즈베리파이
- flutter
- ubuntu
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