<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>쌩로그</title>
    <link>https://ssangsu.tistory.com/</link>
    <description>쌩수의 IT 인생기</description>
    <language>ko</language>
    <pubDate>Wed, 1 Jul 2026 14:59:39 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>.쌩수.</managingEditor>
    <image>
      <title>쌩로그</title>
      <url>https://tistory1.daumcdn.net/tistory/5273945/attach/b27be501ac744687afe850c5241a970e</url>
      <link>https://ssangsu.tistory.com</link>
    </image>
    <item>
      <title>[DB] 김영한의 실전 데이터베이스 기본 - Ch.10 트랜잭션</title>
      <link>https://ssangsu.tistory.com/436</link>
      <description>목차

포스팅 개요
본론&amp;nbsp;&amp;nbsp;2-1. 트랜잭션이 필요한 이유&amp;nbsp;&amp;nbsp;2-2. 커밋, 롤백&amp;nbsp;&amp;nbsp;2-3. 트랜잭션의 ACID 속성&amp;nbsp;&amp;nbsp;2-4. 트랜잭션 격리 수준
요약

1. 포스팅 개요
해당 내용은 인프런에서 영한님의  김영한의 실전 데이터베이스 기본 - Ch.10 트랜잭 을 듣고 정리한 내용이다.
해당 강의 링크 : https://inf.run/AeM6t
2. 본론
2-1. 트랜잭션이 필요한 ..</description>
      <category>DB/RDB</category>
      <category>acid</category>
      <category>Dirty Read</category>
      <category>mysql</category>
      <category>Non-Repeatable Read</category>
      <category>Phantom Read</category>
      <category>transaction isolation</category>
      <category>인프런</category>
      <category>트랜잭션</category>
      <category>트랜잭션 격리수준</category>
      <author>.쌩수.</author>
      <guid isPermaLink="true">https://ssangsu.tistory.com/436</guid>
      <comments>https://ssangsu.tistory.com/436#entry436comment</comments>
      <pubDate>Fri, 5 Jun 2026 08:40:32 +0900</pubDate>
    </item>
    <item>
      <title>[Python] 인프런 - 프로그래밍 시작하기 - 파이썬 입문 - Se06. 파이썬 함수 및 입력</title>
      <link>https://ssangsu.tistory.com/435</link>
      <description>목록

개요
본론&amp;nbsp;&amp;nbsp;2-1. 함수 기초&amp;nbsp;&amp;nbsp;2-2. 다중 반환값과 가변 인수 (*args, **kwargs)&amp;nbsp;&amp;nbsp;2-3. 중첩 함수와 람다 (Lambda)&amp;nbsp;&amp;nbsp;2-4. 사용자 입력 (input)과 타입 변환&amp;nbsp;&amp;nbsp;2-5. input 예외처리
요약

1. 개요
해당 포스팅은 인프런 - 프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)을 학습하고 정리한 포..</description>
      <category>Language/Python</category>
      <category>Python</category>
      <category>파이썬</category>
      <category>파이썬 input</category>
      <category>파이썬 가변 인수</category>
      <category>파이썬 다중 반환값</category>
      <category>파이썬 람다</category>
      <category>파이썬 입문</category>
      <category>파이썬 중첩 함수</category>
      <category>파이썬 함수</category>
      <category>파이썬 함수 및 입력</category>
      <author>.쌩수.</author>
      <guid isPermaLink="true">https://ssangsu.tistory.com/435</guid>
      <comments>https://ssangsu.tistory.com/435#entry435comment</comments>
      <pubDate>Fri, 22 May 2026 07:56:30 +0900</pubDate>
    </item>
    <item>
      <title>[Python] 인프런 - 프로그래밍 시작하기 - 파이썬 입문 - Se05. 파이썬 흐름 제어</title>
      <link>https://ssangsu.tistory.com/434</link>
      <description>목록

개요
본론&amp;nbsp;&amp;nbsp;2-1. 제어문 (if문)&amp;nbsp;&amp;nbsp;2-2. 반복문 - for문&amp;nbsp;&amp;nbsp;2-3. 반복문 - while문
요약

1. 개요
해당 포스팅은 인프런 - 프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original)을 학습하고 정리한 포스팅이다.
이번 챕터에서는 파이썬 흐름 제어에 대해 정리한다.프로그램의 실행 흐름을 제어하는 두 가지 핵심 도구인 조건문(if)과 반복문(for, while)..</description>
      <category>Language/Python</category>
      <category>for</category>
      <category>for-else</category>
      <category>if</category>
      <category>if-elif-else</category>
      <category>RANGE</category>
      <category>while</category>
      <category>while-else</category>
      <category>무한루프</category>
      <category>조건문</category>
      <category>중첩 for문</category>
      <author>.쌩수.</author>
      <guid isPermaLink="true">https://ssangsu.tistory.com/434</guid>
      <comments>https://ssangsu.tistory.com/434#entry434comment</comments>
      <pubDate>Thu, 14 May 2026 23:53:03 +0900</pubDate>
    </item>
    <item>
      <title>[Python] 인프런 - 프로그래밍 시작하기 - 파이썬 입문 - Se04. 파이썬 자료형</title>
      <link>https://ssangsu.tistory.com/433</link>
      <description>목록

개요
본론&amp;nbsp;&amp;nbsp;2-1. 숫자형 (int, float)&amp;nbsp;&amp;nbsp;2-2. 문자형 (str)&amp;nbsp;&amp;nbsp;2-3. 리스트 (list)&amp;nbsp;&amp;nbsp;2-4. 튜플 (tuple)&amp;nbsp;&amp;nbsp;2-5. 딕셔너리 (dict)&amp;nbsp;&amp;nbsp;2-6. 집합 (set)
요약

1. 개요
해당 포스팅은 인프런의 프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original) 강의를 학습하고 정리한 포스팅..</description>
      <category>Language/Python</category>
      <category>Python</category>
      <category>Python 기초문법</category>
      <category>python 딕셔너리</category>
      <category>python 리스트</category>
      <category>Python 문자형</category>
      <category>python 숫자형</category>
      <category>Python 자료형</category>
      <category>python 집합</category>
      <category>python 튜플</category>
      <category>파이썬</category>
      <author>.쌩수.</author>
      <guid isPermaLink="true">https://ssangsu.tistory.com/433</guid>
      <comments>https://ssangsu.tistory.com/433#entry433comment</comments>
      <pubDate>Thu, 14 May 2026 23:05:30 +0900</pubDate>
    </item>
    <item>
      <title>[Python] 인프런 - 프로그래밍 시작하기 - 파이썬 입문 - Se03. 파이썬 기초</title>
      <link>https://ssangsu.tistory.com/432</link>
      <description>목록

개요
본론&amp;nbsp;&amp;nbsp;2-1. print 함수&amp;nbsp;&amp;nbsp;2-2. 파이썬 변수
요약

1. 개요
해당 포스팅은 인프런의 프로그래밍 시작하기 : 파이썬 입문 (Inflearn Original) 강의를 학습하고 정리한 포스팅이다.
이번 챕터에서는 파이썬의 가장 기본이 되는 출력 함수 print()와 변수 선언 방식에 대해 정리한다.
2. 본론
2-1. print 함수
파이썬에서 가장 먼저 배우는 것은 출력 함수 print()이다.
..</description>
      <category>Language/Python</category>
      <category>Python</category>
      <category>Python f-string</category>
      <category>python print</category>
      <category>python reference</category>
      <category>Python String Formmat</category>
      <category>Python 기초문법</category>
      <category>python 변수</category>
      <category>python 출력</category>
      <category>파이썬</category>
      <category>파이썬은 앞마당이 중요함(스타크래프트)</category>
      <author>.쌩수.</author>
      <guid isPermaLink="true">https://ssangsu.tistory.com/432</guid>
      <comments>https://ssangsu.tistory.com/432#entry432comment</comments>
      <pubDate>Thu, 14 May 2026 23:03:56 +0900</pubDate>
    </item>
  </channel>
</rss>