일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Serial
- 텐서플로우
- windows10
- rs422
- matplot
- MSSQL PYTHON
- c#
- rs485
- 자본주의
- Visual Studio Code
- pymssql
- MSSQL
- sql developer
- MEAN Stack
- vscode
- oracle
- 딥러닝
- 크롤링
- django
- MX Component
- PYTHON MSSQL
- M2M
- scrapy
- 티스토리 초대장
- 윈도우10
- tensorflow
- Python
- 파이썬
- 장고
- 오라클
Archives
- Today
- Total
목록Language/Python (56)
안까먹을라고 쓰는 블로그
[With Raspberry3] - GPIO
import RPi.GPIO as GPIO import time print "Motion Sensor" GPIO.setmode(GPIO.BCM) #GPIO 23 - IN Set GPIO.setup(23, GPIO.IN) #GPIO 24 - OUT Set GPIO.setup(24, GPIO.OUT) OperationFlag = False count = 0 DetectedFlag = 0 while True: # GPIO 24 - OUT Test if OperationFlag == False: OperationFlag = True GPIO.output(24, True) time.sleep(5) else: OperationFlag = False GPIO.output(24, False) time.sleep(5) ..
Language/Python
2016. 7. 25. 16:53
[ Python ] 교육링크
Python DjangoScrapyFlaskBootstrap http://blog.naver.com/samsjang/220510045938
Language/Python
2016. 6. 27. 18:30
1. Python 설치 2. 환경변수 설정 · [ 컴퓨터 ] -> [ 속성 ] · [ 고급 시스템 설정 ] [ 출처 ] http://kdongj20.blog.me/220213693469
Language/Python
2016. 6. 7. 16:25
[ Python ] MSSQL 연동
http://msbang.co.kr/220676845803
Language/Python
2016. 6. 3. 13:26
[Python ] 음악재생
[ pygame 사용 ]http://zelits.tistory.com/56
Language/Python
2016. 6. 3. 11:50