An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# EduKit

## Library for teaching Python to students

---

[![PyPI Latest Release](https://img.shields.io/pypi/v/EduKit)](https://pypi.org/project/EduKit/)
![License](https://img.shields.io/github/license/lill74/EduKit)
![Last Commit](https://img.shields.io/github/last-commit/lill74/Edukit)
![Dependency](https://img.shields.io/requires/github/lill74/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 텍스트에서 추출한 명사들의 빈도수를 분석한다