Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/business-sixtick/exercise
https://github.com/business-sixtick/exercise
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/business-sixtick/exercise
- Owner: business-sixtick
- Created: 2024-07-03T00:09:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:28:06.000Z (4 months ago)
- Last Synced: 2024-09-12T22:46:23.278Z (4 months ago)
- Language: Jupyter Notebook
- Size: 149 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercise
> 세종교육 학원에서 python을 배우면서 저장하기 위해 만들었다.## 사용자 프로필
1. 이름 : 조영훈
2. 나이 : 820125
3. 성별 : 남자
4. 사는곳 : 경기도 포천
5. 연락처 : [email protected]
6. 가족 : 독거노인## 스터디 진행
- [x] 파이썬 기초 20240708 ~
- [ ] 파이썬 심화
- [ ] 파이썬 웹
- [ ] 파이썬 ai 라이브러리
- [ ] 자바
- [ ] R
- [ ] ai 이론
- [ ] DB
- [ ] ai 영상처리
- [ ] ai 오픈 플랫폼# 마크다운 예제
***# 제목 1
## 제목 2
### 제목 3
#### 제목 4
##### 제목 5
###### 제목 6**굵게**
*기울임*
~~취소선~~1. 첫 번째 항목
2. 두 번째 항목
3. 세 번째 항목- 항목 1
- 항목 2
- 항목 3[링크 텍스트](http://example.com)
![이미지 설명](http://example.com/image.jpg)
여기서 `코드`를 사용합니다.
```언어
여기에 코드 블록을 작성합니다.
예를 들어, Python 코드:
```
```python
print("Hello, World!")
```
> 인용문은 이렇게 작성합니다.- [x] 완료된 항목
- [ ] 미완료된 항목lines
---
또는
***
또는
___