Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjinn0813/python-start
2024.06 study basic of python
https://github.com/hjinn0813/python-start
Last synced: about 2 months ago
JSON representation
2024.06 study basic of python
- Host: GitHub
- URL: https://github.com/hjinn0813/python-start
- Owner: hjinn0813
- Created: 2024-06-03T23:39:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T06:29:34.000Z (6 months ago)
- Last Synced: 2024-07-12T07:44:23.478Z (6 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Study Python
- self-study the basic of python- **기간**: 2024.06.07 ~ 06.19
- **학습내용**: 문법, 데이터 타입, 설치, 예약어 규칙, 이스케이프 문자, 형변환, 산술연산자, 인덱스/슬라이싱, 리스트, 조건문(if, elif, else), 반복문(for, while), 함수, 모듈(import, random, math), 예외처리(try, except, as), 파일 입출력, 클래스