파이썬의 모든것 A to Z 🐍

1.파이썬 언어 특징 알아보기

post-thumbnail

2.객체 지향 프로그래밍

post-thumbnail

3.연산자의 종류와 사용방법

post-thumbnail

4.변수의 종류와 사용방법

post-thumbnail

5.mutable과 immutable 변수의 차이

post-thumbnail

6.call by value, call by reference, call by assignment 차이

post-thumbnail

7.local variable vs global variable 정의 및 차이

post-thumbnail

8.튜플, 리스트, 딕셔너리 특징

post-thumbnail

9.[Python] ord함수

post-thumbnail

10.[Python] 정렬 함수 sort, sorted

post-thumbnail

11.[Python] isdigit(), isdecimal(), isnumeric() 차이

post-thumbnail

12.[Python] 순열, 조합, 중복순열, 중복조합 뽀개기

post-thumbnail

13.[Python] rjust()와 ljust() 함수 정리 - [kakao] 비밀지도 문제

post-thumbnail

14.[Python] zip 함수로 코테 쉽게 풀자

post-thumbnail

15.[Python] 데이터 카운팅, Counter 함수

post-thumbnail

16.[Python] 람다(lambda)함수 마스터하기

post-thumbnail

17.[Python] 리스트 컴프리헨션(List Comprehension)로 한줄 코딩하자!

post-thumbnail

18.[Python] if, elif 차이와 작동방식

post-thumbnail