Skip to content

algocean1204/Study_language_Python

Repository files navigation

🐍 Python 기본 문법 학습 저장소

Python 프로그래밍의 기초부터 고급 문법까지 체계적으로 정리한 학습 자료입니다.


📚 목차

기초 문법

폴더 내용 핵심 키워드
P_01_BasicSyntax 주석, 데이터 타입, 연산자 type(), int, float, str, bool, in, is
P_02_InputOutput 입출력 함수 print(), input(), f-string, format()
P_03_DataStructure 자료구조 list, tuple, set, dict, 슬라이싱
P_04_ControlFlow 제어문 if, for, while, Comprehension

함수와 변수

폴더 내용 핵심 키워드
P_05_Function 함수 정의와 활용 def, return, *args, **kwargs, lambda
P_06_Scope 변수의 범위 global, nonlocal, LEGB 규칙

문자열과 파일

폴더 내용 핵심 키워드
P_07_StringMethods 문자열 메서드 split(), join(), replace(), strip()
P_08_FileIO 파일 입출력 open(), with, CSV, 인코딩

객체지향 프로그래밍

폴더 내용 핵심 키워드
P_09_Class 클래스 정의 class, __init__, self, 속성, 메소드
P_10_Inheritance 상속과 매직 메서드 super(), __str__, __add__, 연산자 오버로딩

모듈과 예외처리

폴더 내용 핵심 키워드
P_11_ModulePackage 모듈과 패키지 import, from, as, os, glob
P_12_ExceptionHandling 예외 처리 try, except, finally, raise
P_13_Iterable 반복 가능 객체 __iter__, __next__, Generator, yield

📊 학습 통계

  • 총 13개 챕터
  • 10,000+ 줄의 상세한 설명과 예제
  • 각 챕터별 실행 가능한 코드 포함

🔗 관련 저장소


📖 참고 자료

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages