This project is a Python project that uses text based on content learned in the digital humanities
lecture.
Learning Python using Colab (Visit Colab homepage) and Github (Visit Github homepage)
1. Sign up github (Visit a tutorial on Youtube)
2. Sign up Google Colaboratory (aka. Colab) (Visit a tutorial on Youtube)
- Exercises 200 파이썬200제 by 장삼용. 정보문화사 2017
- Jump to Python
- wikidocs for nltk
# | Sessions | Keywords |
---|---|---|
1 | Code Cells 🐾 | variable, assign |
2 | Five Type Data 🐾 | int, str,etc... |
3 | Indexing_Slicing🐾 | [::] |
4_1 | IfStatement 🐾 | if a>b: |
4_2 | ForStatement 🐾 | for i in range |
5 | RegularExpression 🐾 | re, petton |