Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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), 파일 입출력, 클래스