일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ElasticSearch
- Size
- pm
- 반복문
- kuromoji
- json
- 제로베이스부트캠프
- bulk
- 셸
- pm스쿨28기
- 블록구조
- UNIX
- 조건문
- 파이썬
- if문
- shell
- 제로베이스
- 매핑
- python
- kibana
- 제로베이스pm스쿨
- NumPy
- else문
- elif문
- 일본어형태소분석기
- 학습일지
- Sort
- for문
- while문
- mapping
- Today
- Total
code name blue
Python 강좌 및 유용한 사이트 모음 본문
1. Python 알아가기
Wikibooks' Non-Programmers Tutorial for Python(2.6)
https://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6
The Official Python Tutorial
https://docs.python.org/2/tutorial/
2. 튜토리얼
점프 투 파이썬
거의 교과서 같은 책
엘리스 아카데미
https://academy.elice.io/explore
무료 강의가 있으니 기본적인 파이썬 입문에 도움이 될 것 같음
TheNewBoston's Python Programming Tutorials
https://www.youtube.com/playlist?list=PLEA1FEF17E1E5C0DA&feature=plcp
Build a Python Bot That Can Play Web Games
https://code.tutsplus.com/tutorials/how-to-build-a-python-bot-that-can-play-web-games--active-11117
완전 초보용은 아님, 간단한 게임을 하는 파이썬 봇을 만들 수 있음
3. 무료 E-book
Learn Python the Hard Way
https://learnpythonthehardway.org/
이름과 다르게 매우 쉽게 배울 수 있다고 한다!
Think Python: How to Think Like a Computer Scientist
http://www.greenteapress.com/thinkpython/thinkpython.html
부제와 같이 이론적인 면 강조, 알고리즘 이론과 고급 개념에 대해 포함하고 있음
Invent with Python
http://inventwithpython.com/chapters/
파이썬으로 게임 만들기
PythonBooks
https://wiki.python.org/moin/PythonBooks
난이도와 주제에 따른 파이썬 책에 대한 공식 위키(한글 책 있음)
4. 심화 학습
프로그래머스
https://programmers.co.kr/learn/challenges
파이썬으로 문제를 풀 수 있는 사이트
참고사이트
https://nolboo.kim/blog/2014/08/10/the-best-way-to-learn-python/
'Programming > Python' 카테고리의 다른 글
파이썬 머신러닝/딥러닝 : numpy - 배열 (0) | 2019.05.21 |
---|---|
Python : 반복문 - while, for (0) | 2019.05.06 |
Python : 블록 구조 - elif문, if문 중첩 (0) | 2019.04.26 |
Python : 블록 구조 - if문, else문 (0) | 2019.04.26 |
Python : 조건문 - if문 (0) | 2019.04.21 |