Rooam Lee's Blog
Rooam Lee's Blog

Python Developer | Automation, Backend & Data Engineering

Home Categories Tags About Docs
  • Python

    Python Advanced Syntax

    Python의 고급 문법은 보다 효율적이고 세련된 코드를 작성하는 데 유용한 기능들을 제공합니다. Lambda Functions 람다 함수는 익명 함수로, 함수를 한 줄로 정의할 수 있게 해줍니다. 기본적으로 lambda 키워드를 사용하여 간단한 함수를 작성할 때 유용합니다. #... 2025년 01월 05일
  • Python

    Python Basic Syntax

    Python은 간결하고 직관적인 문법을 제공합니다. Python의 기본적인 문법을 이해하는 것은 더 효율적인 코드를 작성하는 데 중요합니다. Variables Python은 동적 타입 언어로, 변수에 값을 할당할 때 그 타입이 자동으로 결정됩니다. 주요 데이터 타입에는 정수(int), 실수(float), 문자열(str),... 2025년 01월 01일
  • Blog

    Blog Start

    Hello, world! Python print("Hello, world!") C# using System; namespace Program { class Program { static void Main(string[] args) { Console.WriteLine("Hello, world!"); } } } Java public class Program { public static void main(String[] args) {... 2025년 01월 01일

Copyright (c) 2024 Rooam Lee. All rights reserved.

  • GitHub
  • LinkedIn
  • Twitter
  • YouTube
  • Stack Overflow
  • Gmail
  • RSS