https://github.com/soulee-dev/edukit
Lecture of Python.
https://github.com/soulee-dev/edukit
Last synced: 5 months ago
JSON representation
Lecture of Python.
- Host: GitHub
- URL: https://github.com/soulee-dev/edukit
- Owner: soulee-dev
- License: mit
- Created: 2020-08-05T15:51:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T00:02:41.000Z (over 5 years ago)
- Last Synced: 2025-06-28T12:21:50.776Z (12 months ago)
- Language: HTML
- Size: 50.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EduKit
## Library for teaching Python to students
---
[](https://pypi.org/project/EduKit/)



```
pip install EduKit
```
PPT Files
[Link](https://github.com/lill74/EduKit/tree/master/readyforlecture/%EA%B0%95%EC%9D%98%EC%9E%90%EB%A3%8C)
Documentation
[Link](https://chekly.co/do/edukit)
Examples
[Link](https://github.com/lill74/EduKit/tree/master/examples)
- main.py 성경 데이터를 불러와 명사들의 빈도수 출력한다
- example_multiple_crawling.py 여러 웹사이트에서 데이터를 불러와서 명사의 빈도수를 출력한다
- example_extract_nouns.py 텍스트에서 명사들을 추출한다
- example_draw_word_frequency.py 텍스트에서 추출한 명사들의 빈도수를 분석한다