Posts tagged with "python"

There are a total of 6 posts.

JavaScript, Python Dictionary, and C++'s std::map

Published 1월 07, 2025 by whitedec

Python 딕셔너리 마지막 쉼표의 필요성, JavaScript와 C++의 문법적 차이, 그리고 프로그래밍 언어별 철학을 비교합니다. 자유로운 JS, 규칙적인 Python, 타입 안정성을 강조하는 C++ 사이에서 균형을 찾는 개발자의 고민을 함께 나누어 보세요!

#python , #dictionary , #javascript , #c++

Python Dictionary에서 키와 값을 리스트로 추출하는 방법

Published 12월 15, 2024 by whitedec

Python Dictionary에서 키와 값을 리스트로 변환하는 다양한 방법을 배워보세요! keys(), values(), items() 활용부터 정렬까지 실용적인 예제를 제공합니다.

#python , #dictionary

Python @staticmethod 완벽 가이드

Published 12월 15, 2024 by whitedec

Python의 @staticmethod 데코레이터를 쉽게 이해하고, 사용법과 @classmethod와의 차이점을 비교하며, 실제 사례를 통해 효과적으로 활용하는 방법을 배워보세요!

#python , #데코레이터 , #staticmethod